@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_aal_9d173e5f-31ee-435d-b0db-39cd4eace899
  a a2a:Record ;
  rdfs:label "Geboorte op 6 december 1902 te Hofstade" ;
  a2a:hasPerson oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-6183b47b-3f47-48c9-8354-a7f65e896400, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-bc7b41e0-ea3b-4ce8-9685-8c99cf2db9b9, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-e0961b88-b27c-45ac-af07-be6fbc1bebd3, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-d0910b99-f341-4625-b32a-22742e619f29, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-07a20125-e69d-4812-894e-24c5408c68e4, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-89d31de0-685e-4490-b3d3-c250e7c98c52, oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-e38fa802-617e-4fde-97c5-217ed1622230 ;
  a2a:hasEvent oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 ;
  a2a:hasRelationEP oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_0, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_1, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_2, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_3, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_4, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_5, oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_6 ;
  a2a:hasSource oa:source_aal_9d173e5f-31ee-435d-b0db-39cd4eace899 .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-6183b47b-3f47-48c9-8354-a7f65e896400
  a a2a:Person ;
  rdfs:label "Joannes Possemiers" ;
  a2a:PersonName [
    rdfs:label "Joannes Possemiers" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Possemiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-bc7b41e0-ea3b-4ce8-9685-8c99cf2db9b9
  a a2a:Person ;
  rdfs:label "Frans De Haeck" ;
  a2a:PersonName [
    rdfs:label "Frans De Haeck" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "De Haeck"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-e0961b88-b27c-45ac-af07-be6fbc1bebd3
  a a2a:Person ;
  rdfs:label "Donatus Kuys" ;
  a2a:PersonName [
    rdfs:label "Donatus Kuys" ;
    a2a:PersonNameFirstName "Donatus" ;
    a2a:PersonNameLastName "Kuys"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-d0910b99-f341-4625-b32a-22742e619f29
  a a2a:Person ;
  rdfs:label "de vader is de aangever" ;
  a2a:PersonName [
    rdfs:label "de vader is de aangever" ;
    a2a:PersonNameLastName "de vader is de aangever"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-07a20125-e69d-4812-894e-24c5408c68e4
  a a2a:Person ;
  rdfs:label "Alfred Bogaert" ;
  a2a:PersonName [
    rdfs:label "Alfred Bogaert" ;
    a2a:PersonNameFirstName "Alfred" ;
    a2a:PersonNameLastName "Bogaert"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1902-12-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-89d31de0-685e-4490-b3d3-c250e7c98c52
  a a2a:Person ;
  rdfs:label "Gustaaf Bogaert" ;
  a2a:PersonName [
    rdfs:label "Gustaaf Bogaert" ;
    a2a:PersonNameFirstName "Gustaaf" ;
    a2a:PersonNameLastName "Bogaert"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Smetlede" ;
    rdfs:label "Smetlede"
  ] ;
  a2a:Profession "fabriekwerker" .

oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person-e38fa802-617e-4fde-97c5-217ed1622230
  a a2a:Person ;
  rdfs:label "Sidonia Bonnaerens" ;
  a2a:PersonName [
    rdfs:label "Sidonia Bonnaerens" ;
    a2a:PersonNameFirstName "Sidonia" ;
    a2a:PersonNameLastName "Bonnaerens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] ;
  a2a:Profession "huishoudster" .

oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1902-12-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade"
  ] .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_0
  a a2a:RelationEP ;
  rdfs:label "other:Ambtenaar" ;
  a2a:RelationType "other:Ambtenaar" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:6183b47b-3f47-48c9-8354-a7f65e896400 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:bc7b41e0-ea3b-4ce8-9685-8c99cf2db9b9 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:e0961b88-b27c-45ac-af07-be6fbc1bebd3 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_3
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:d0910b99-f341-4625-b32a-22742e619f29 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:07a20125-e69d-4812-894e-24c5408c68e4 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_5
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:89d31de0-685e-4490-b3d3-c250e7c98c52 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:relationep_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_6
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Person:e38fa802-617e-4fde-97c5-217ed1622230 ;
  a2a:EventKeyRef oa:event_aal_9d173e5f-31ee-435d-b0db-39cd4eace899_Event1 .

oa:source_aal_9d173e5f-31ee-435d-b0db-39cd4eace899
  a a2a:Source ;
  rdfs:label "Stadsarchief Aalst, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hofstade" ;
    rdfs:label "Hofstade", "1902-12-06 - 1902-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1902-12-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Aalst" ;
    a2a:Place "Aalst" ;
    a2a:Collection "Bron: boek, Periode: 1902" ;
    a2a:Book "Geboorteregister Hofstade 1902" ;
    a2a:DocumentNumber "95" ;
    rdfs:label "Stadsarchief Aalst, Aalst, Bron: boek, Periode: 1902, Geboorteregister Hofstade 1902, 95"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/als/thumb/640x480/0ae4c043-2425-cbe9-7a14-c0548330a641.jpg" ;
    a2a:UriViewer "https://madeinaalst.be/collecties/genealogie/personen-zoeken/deeds/9d173e5f-31ee-435d-b0db-39cd4eace899" ;
    a2a:UriPreview "https://images.memorix.nl/als/thumb/250x250/0ae4c043-2425-cbe9-7a14-c0548330a641.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://madeinaalst.be/collecties/genealogie/personen-zoeken/deeds/9d173e5f-31ee-435d-b0db-39cd4eace899" ;
  a2a:RecordGUID "{9d173e5f-31ee-435d-b0db-39cd4eace899}" ;
  a2a:SourceRemarkOpmerking """handtekening : 3
aangiftetijd : 16 u
geboortetijd : 3 u<br />Kunnen niet schrijven: de vader""" ;
  a2a:SourceRemarkfilename "HOF_G_1902_018" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240718_150_00000150.xml van AAL" .

[] a2a:PersonRemarkdiversen "wonend wijk Kortenhoek" .
