@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_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a
  a a2a:Record ;
  rdfs:label "Geboorte op 13 mei 1912" ;
  a2a:hasPerson oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-cfd7cb66-e597-f575-1481-38775c38b446, oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-63e4d51a-a5fe-5538-032b-9f550cbccf60, oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-064dcdce-ca3a-a848-3fce-6521d4268fa0 ;
  a2a:hasEvent oa:event_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_0, oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_1, oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_2 ;
  a2a:hasSource oa:source_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a .

oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-cfd7cb66-e597-f575-1481-38775c38b446
  a a2a:Person ;
  rdfs:label "Bartha Vos" ;
  a2a:PersonName [
    rdfs:label "Bartha Vos" ;
    a2a:PersonNameFirstName "Bartha" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-63e4d51a-a5fe-5538-032b-9f550cbccf60
  a a2a:Person ;
  rdfs:label "Hendrik Scheffers" ;
  a2a:PersonName [
    rdfs:label "Hendrik Scheffers" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person-064dcdce-ca3a-a848-3fce-6521d4268fa0
  a a2a:Person ;
  rdfs:label "Jaantje Scheffers" ;
  a2a:PersonName [
    rdfs:label "Jaantje Scheffers" ;
    a2a:PersonNameFirstName "Jaantje" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1912-05-13"^^xsd:date
  ] .

oa:event_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1912-05-13"^^xsd:date
  ] .

oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person:cfd7cb66-e597-f575-1481-38775c38b446 ;
  a2a:EventKeyRef oa:event_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Event1 .

oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person:63e4d51a-a5fe-5538-032b-9f550cbccf60 ;
  a2a:EventKeyRef oa:event_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Event1 .

oa:relationep_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Person:064dcdce-ca3a-a848-3fce-6521d4268fa0 ;
  a2a:EventKeyRef oa:event_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a_Event1 .

oa:source_bhi_231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg", "1912-05-14 - 1912-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1912-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3734, Periode: 1912" ;
    a2a:Book "Geboorteregister Wijk en Aalburg 1912" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "3734" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3734, Periode: 1912, Geboorteregister Wijk en Aalburg 1912, 25, 3734"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a" ;
  a2a:RecordGUID "{231b28e1-6fa3-1fa0-e871-3e9a05d7ee5a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_85_00000085.xml van BHI" .

