@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_dc086bf4-2e9d-2191-842f-c3d29cbc2452
  a a2a:Record ;
  rdfs:label "Geboorte op 21 mei 1912" ;
  a2a:hasPerson oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-0ee7f9fc-6542-da1c-0f4d-2cfca9e595f9, oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-97c2f82c-0b50-6db8-8f94-be94bcf536a6, oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-ec032b35-bbe6-46d5-274d-d33c6d5973a1 ;
  a2a:hasEvent oa:event_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_0, oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_1, oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_2 ;
  a2a:hasSource oa:source_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452 .

oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-0ee7f9fc-6542-da1c-0f4d-2cfca9e595f9
  a a2a:Person ;
  rdfs:label "Anna Maria Johanna Vogt" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Johanna Vogt" ;
    a2a:PersonNameFirstName "Anna Maria Johanna" ;
    a2a:PersonNameLastName "Vogt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-97c2f82c-0b50-6db8-8f94-be94bcf536a6
  a a2a:Person ;
  rdfs:label "Adrianus Theodorus Simons" ;
  a2a:PersonName [
    rdfs:label "Adrianus Theodorus Simons" ;
    a2a:PersonNameFirstName "Adrianus Theodorus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person-ec032b35-bbe6-46d5-274d-d33c6d5973a1
  a a2a:Person ;
  rdfs:label "Gerarda Maria Catharina Antonia Simons" ;
  a2a:PersonName [
    rdfs:label "Gerarda Maria Catharina Antonia Simons" ;
    a2a:PersonNameFirstName "Gerarda Maria Catharina Antonia" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1912-05-21"^^xsd:date
  ] .

oa:event_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1912-05-21"^^xsd:date
  ] .

oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person:0ee7f9fc-6542-da1c-0f4d-2cfca9e595f9 ;
  a2a:EventKeyRef oa:event_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Event1 .

oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person:97c2f82c-0b50-6db8-8f94-be94bcf536a6 ;
  a2a:EventKeyRef oa:event_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Event1 .

oa:relationep_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Person:ec032b35-bbe6-46d5-274d-d33c6d5973a1 ;
  a2a:EventKeyRef oa:event_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452_Event1 .

oa:source_bhi_dc086bf4-2e9d-2191-842f-c3d29cbc2452
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1912-05-21 - 1912-05-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-05-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-05-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1912-05-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1240, Periode: 1912" ;
    a2a:Book "Geboorteregister 1912" ;
    a2a:DocumentNumber "81" ;
    a2a:RegistryNumber "1240" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1240, Periode: 1912, Geboorteregister 1912, 81, 1240"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e0c8a4fb-6ae0-a5fd-49ab-ac42902016ce.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e0c8a4fb-6ae0-a5fd-49ab-ac42902016ce.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dc086bf4-2e9d-2191-842f-c3d29cbc2452" ;
  a2a:RecordGUID "{dc086bf4-2e9d-2191-842f-c3d29cbc2452}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6503_00006503.xml van BHI" .

