@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_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da
  a a2a:Record ;
  rdfs:label "Geboorte op 13 december 1922" ;
  a2a:hasPerson oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-3cac88e0-8139-51d4-0294-bc888ce64d74, oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-5a99e9ad-b3bc-7c24-cc14-1720a277c66b, oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-715378d9-9b33-7cab-0332-f3d3a00312be ;
  a2a:hasEvent oa:event_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_0, oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_1, oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_2 ;
  a2a:hasSource oa:source_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da .

oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-3cac88e0-8139-51d4-0294-bc888ce64d74
  a a2a:Person ;
  rdfs:label "Maria Victorina Scheepers" ;
  a2a:PersonName [
    rdfs:label "Maria Victorina Scheepers" ;
    a2a:PersonNameFirstName "Maria Victorina" ;
    a2a:PersonNameLastName "Scheepers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-5a99e9ad-b3bc-7c24-cc14-1720a277c66b
  a a2a:Person ;
  rdfs:label "Louis Antoine Scheepers" ;
  a2a:PersonName [
    rdfs:label "Louis Antoine Scheepers" ;
    a2a:PersonNameFirstName "Louis Antoine" ;
    a2a:PersonNameLastName "Scheepers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1922-12-13"^^xsd:date
  ] .

oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person-715378d9-9b33-7cab-0332-f3d3a00312be
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1922-12-13"^^xsd:date
  ] .

oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person:3cac88e0-8139-51d4-0294-bc888ce64d74 ;
  a2a:EventKeyRef oa:event_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Event1 .

oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person:5a99e9ad-b3bc-7c24-cc14-1720a277c66b ;
  a2a:EventKeyRef oa:event_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Event1 .

oa:relationep_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Person:715378d9-9b33-7cab-0332-f3d3a00312be ;
  a2a:EventKeyRef oa:event_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da_Event1 .

oa:source_bhi_c29b2063-a12e-2b47-2a26-cc5bc4ebe2da
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-01-17 - 1923-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1923-01-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 452, Periode: 1923" ;
    a2a:Book "Geboorteregister Breda 1923" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "452" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 452, Periode: 1923, Geboorteregister Breda 1923, 34, 452"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2ff105bb-1573-462c-3ed0-e4e94adfe548.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2ff105bb-1573-462c-3ed0-e4e94adfe548.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-05-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c29b2063-a12e-2b47-2a26-cc5bc4ebe2da" ;
  a2a:RecordGUID "{c29b2063-a12e-2b47-2a26-cc5bc4ebe2da}" ;
  a2a:SourceRemarkOpmerking "Akte van erkenning door moeder." ;
  a2a:SourceRemarkdeel "452" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_115_00000115.xml van BHI" .

