@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_1cef9de4-059b-b97b-9737-9793f825e3c1
  a a2a:Record ;
  rdfs:label "Geboorte op 6 juli 1870" ;
  a2a:hasPerson oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-840501c1-78ec-4376-37d2-6455f9e80f6e, oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-cfc7a7a7-009c-c461-224a-204ca5c84264, oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-e8543f9a-290c-1087-4f65-573605dd4481 ;
  a2a:hasEvent oa:event_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_0, oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_1, oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_2 ;
  a2a:hasSource oa:source_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1 .

oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-840501c1-78ec-4376-37d2-6455f9e80f6e
  a a2a:Person ;
  rdfs:label "Theodorus van der Avoird" ;
  a2a:PersonName [
    rdfs:label "Theodorus van der Avoird" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Avoird"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-cfc7a7a7-009c-c461-224a-204ca5c84264
  a a2a:Person ;
  rdfs:label "Cornelia Franssens" ;
  a2a:PersonName [
    rdfs:label "Cornelia Franssens" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Franssens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person-e8543f9a-290c-1087-4f65-573605dd4481
  a a2a:Person ;
  rdfs:label "Johanna van der Avoird" ;
  a2a:PersonName [
    rdfs:label "Johanna van der Avoird" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Avoird"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1870-07-06"^^xsd:date
  ] .

oa:event_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1870-07-06"^^xsd:date
  ] .

oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person:840501c1-78ec-4376-37d2-6455f9e80f6e ;
  a2a:EventKeyRef oa:event_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Event1 .

oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person:cfc7a7a7-009c-c461-224a-204ca5c84264 ;
  a2a:EventKeyRef oa:event_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Event1 .

oa:relationep_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Person:e8543f9a-290c-1087-4f65-573605dd4481 ;
  a2a:EventKeyRef oa:event_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1_Event1 .

oa:source_bhi_1cef9de4-059b-b97b-9737-9793f825e3c1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1870-01-01 - 1870-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1870" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5865, Periode: 1870" ;
    a2a:Book "Geboorteregister Oosterhout 1870" ;
    a2a:DocumentNumber "132" ;
    a2a:RegistryNumber "5865" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5865, Periode: 1870, Geboorteregister Oosterhout 1870, 132, 5865"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1cef9de4-059b-b97b-9737-9793f825e3c1" ;
  a2a:RecordGUID "{1cef9de4-059b-b97b-9737-9793f825e3c1}" ;
  a2a:SourceRemarkdeel "5865" ;
  a2a:SourceRemarkregister_periode "1870" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_233_00000233.xml van BHI" .

