@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_0907ff43-e8e6-1acf-c400-95dc50bd3c8e
  a a2a:Record ;
  rdfs:label "Geboorte op 14 februari 1895 te Woensel" ;
  a2a:hasPerson oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-2469aa7e-2f7e-8b38-7b57-9fea50938d41, oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-d46805be-40a1-ac2f-b124-a23e7fd4eb6a, oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-c087d070-52ae-d652-6d32-047bd105e864 ;
  a2a:hasEvent oa:event_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_0, oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_1, oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_2 ;
  a2a:hasSource oa:source_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e .

oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-2469aa7e-2f7e-8b38-7b57-9fea50938d41
  a a2a:Person ;
  rdfs:label "Elisabeth Cornelia Mandigers" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Cornelia Mandigers" ;
    a2a:PersonNameFirstName "Elisabeth Cornelia" ;
    a2a:PersonNameLastName "Mandigers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-d46805be-40a1-ac2f-b124-a23e7fd4eb6a
  a a2a:Person ;
  rdfs:label "Agatha Antoinetta Cornelia de Bont" ;
  a2a:PersonName [
    rdfs:label "Agatha Antoinetta Cornelia de Bont" ;
    a2a:PersonNameFirstName "Agatha Antoinetta Cornelia" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bont"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1895-02-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel"
  ] .

oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person-c087d070-52ae-d652-6d32-047bd105e864
  a a2a:Person ;
  rdfs:label "Henricus Maria Jozeph de Bont" ;
  a2a:PersonName [
    rdfs:label "Henricus Maria Jozeph de Bont" ;
    a2a:PersonNameFirstName "Henricus Maria Jozeph" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bont"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1895-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel"
  ] .

oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person:2469aa7e-2f7e-8b38-7b57-9fea50938d41 ;
  a2a:EventKeyRef oa:event_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Event1 .

oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person:d46805be-40a1-ac2f-b124-a23e7fd4eb6a ;
  a2a:EventKeyRef oa:event_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Event1 .

oa:relationep_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Person:c087d070-52ae-d652-6d32-047bd105e864 ;
  a2a:EventKeyRef oa:event_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e_Event1 .

oa:source_bhi_0907ff43-e8e6-1acf-c400-95dc50bd3c8e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel", "1895-02-14 - 1895-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1895-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9054, Periode: 1895" ;
    a2a:Book "Geboorteregister Woensel 1895" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "9054" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9054, Periode: 1895, Geboorteregister Woensel 1895, 27, 9054"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/59865bc9-32aa-2abe-561e-5e666b41b84f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/59865bc9-32aa-2abe-561e-5e666b41b84f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-06-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0907ff43-e8e6-1acf-c400-95dc50bd3c8e" ;
  a2a:RecordGUID "{0907ff43-e8e6-1acf-c400-95dc50bd3c8e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2854_00002854.xml van BHI" .

