@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_cf25c94b-be0f-c0e5-8f79-104f5ec223bb
  a a2a:Record ;
  rdfs:label "Geboorte op 12 september 1835" ;
  a2a:hasPerson oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907bd00e-4658-11e3-a747-d206bceb4d38, oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907c7338-4658-11e3-a747-d206bceb4d38, oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907c083a-4658-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_0, oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_1, oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_2 ;
  a2a:hasSource oa:source_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb .

oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907bd00e-4658-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Jan Babtist Hertogs" ;
  a2a:PersonName [
    rdfs:label "Jan Babtist Hertogs" ;
    a2a:PersonNameFirstName "Jan Babtist" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1835" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1835-09-12"^^xsd:date
  ] .

oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907c7338-4658-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Cornelia Jacobs" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Jacobs" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person-907c083a-4658-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Cornelis Hertogs" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hertogs" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1835" ;
    a2a:Month "9" ;
    a2a:Day "12" ;
    rdfs:label "1835-09-12"^^xsd:date
  ] .

oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person:907bd00e-4658-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Event1 .

oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person:907c7338-4658-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Event1 .

oa:relationep_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Person:907c083a-4658-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb_Event1 .

oa:source_bhi_cf25c94b-be0f-c0e5-8f79-104f5ec223bb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zundert" ;
    rdfs:label "Zundert", "1835-01-01 - 1835-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1835" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 9507, Periode: 1835" ;
    a2a:Book "Geboorteregister Zundert 1835" ;
    a2a:DocumentNumber "69" ;
    a2a:RegistryNumber "9507" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 9507, Periode: 1835, Geboorteregister Zundert 1835, 69, 9507"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e85daf29-7d83-9fa9-cd6c-bd14f967f960.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e85daf29-7d83-9fa9-cd6c-bd14f967f960.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cf25c94b-be0f-c0e5-8f79-104f5ec223bb" ;
  a2a:RecordGUID "{cf25c94b-be0f-c0e5-8f79-104f5ec223bb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75719_00075719.xml van BHI" .

