@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_ac24e282-334e-e048-bedb-7fe60f6998d7
  a a2a:Record ;
  rdfs:label "Geboorte op 4 oktober 1922" ;
  a2a:hasPerson oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-c56b72be-2bf8-ebed-e152-445c862cb779, oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-a0800a55-af1d-b15f-fa25-3e39d7628c5c, oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-e002dc34-7d8c-c18a-4237-1a0ef6580f04 ;
  a2a:hasEvent oa:event_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_0, oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_1, oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_2 ;
  a2a:hasSource oa:source_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7 .

oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-c56b72be-2bf8-ebed-e152-445c862cb779
  a a2a:Person ;
  rdfs:label "Anna Maria Sanders" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Sanders" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-a0800a55-af1d-b15f-fa25-3e39d7628c5c
  a a2a:Person ;
  rdfs:label "Antonetta Maria Henrica Wouters" ;
  a2a:PersonName [
    rdfs:label "Antonetta Maria Henrica Wouters" ;
    a2a:PersonNameFirstName "Antonetta Maria Henrica" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1922-10-04"^^xsd:date
  ] .

oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person-e002dc34-7d8c-c18a-4237-1a0ef6580f04
  a a2a:Person ;
  rdfs:label "Philippus Jacobus Wouters" ;
  a2a:PersonName [
    rdfs:label "Philippus Jacobus Wouters" ;
    a2a:PersonNameFirstName "Philippus Jacobus" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1922-10-04"^^xsd:date
  ] .

oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person:c56b72be-2bf8-ebed-e152-445c862cb779 ;
  a2a:EventKeyRef oa:event_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Event1 .

oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person:a0800a55-af1d-b15f-fa25-3e39d7628c5c ;
  a2a:EventKeyRef oa:event_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Event1 .

oa:relationep_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Person:e002dc34-7d8c-c18a-4237-1a0ef6580f04 ;
  a2a:EventKeyRef oa:event_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7_Event1 .

oa:source_bhi_ac24e282-334e-e048-bedb-7fe60f6998d7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Duizel en Steensel" ;
    rdfs:label "Duizel en Steensel", "1922-10-05 - 1922-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1922-10-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4449, Periode: 1922" ;
    a2a:Book "Geboorteregister Duizel en Steensel 1922" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "4449" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4449, Periode: 1922, Geboorteregister Duizel en Steensel 1922, 24, 4449"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d8e53778-bde2-b339-631b-f4df0d69b0fe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d8e53778-bde2-b339-631b-f4df0d69b0fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ac24e282-334e-e048-bedb-7fe60f6998d7" ;
  a2a:RecordGUID "{ac24e282-334e-e048-bedb-7fe60f6998d7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80814_00080814.xml van BHI" .

