@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_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juni 1864" ;
  a2a:hasPerson oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-46b67397-5540-5168-cb09-075989b31e3b, oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-452be7cc-7554-ae80-53b5-04a4daf4c971, oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-0c104d85-db3e-64f7-7a59-cbc4084a608c ;
  a2a:hasEvent oa:event_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_0, oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_1, oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_2 ;
  a2a:hasSource oa:source_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544 .

oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-46b67397-5540-5168-cb09-075989b31e3b
  a a2a:Person ;
  rdfs:label "Jacobus Elzakkers" ;
  a2a:PersonName [
    rdfs:label "Jacobus Elzakkers" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Elzakkers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1864-06-29"^^xsd:date
  ] .

oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-452be7cc-7554-ae80-53b5-04a4daf4c971
  a a2a:Person ;
  rdfs:label "Anna Catharina Roozeboom" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Roozeboom" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Roozeboom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person-0c104d85-db3e-64f7-7a59-cbc4084a608c
  a a2a:Person ;
  rdfs:label "Petrus Elzakkers" ;
  a2a:PersonName [
    rdfs:label "Petrus Elzakkers" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Elzakkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1864-06-29"^^xsd:date
  ] .

oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person:46b67397-5540-5168-cb09-075989b31e3b ;
  a2a:EventKeyRef oa:event_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Event1 .

oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person:452be7cc-7554-ae80-53b5-04a4daf4c971 ;
  a2a:EventKeyRef oa:event_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Event1 .

oa:relationep_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Person:0c104d85-db3e-64f7-7a59-cbc4084a608c ;
  a2a:EventKeyRef oa:event_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544_Event1 .

oa:source_bhi_918c53c7-e005-3b15-c2c2-573f0bf54544
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1864-06-30 - 1864-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1864-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 510, Periode: 1864" ;
    a2a:Book "Geboorteregister Bergen op Zoom 1864" ;
    a2a:DocumentNumber "144" ;
    a2a:RegistryNumber "510" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 510, Periode: 1864, Geboorteregister Bergen op Zoom 1864, 144, 510"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0d30e739-f568-9558-849a-d521ba30f14f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0d30e739-f568-9558-849a-d521ba30f14f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/918c53c7-e005-3b15-c2c2-573f0bf54544" ;
  a2a:RecordGUID "{918c53c7-e005-3b15-c2c2-573f0bf54544}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_21023_00021023.xml van BHI" .

