@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_8552d8a5-8e7f-84e6-e8f2-901b878a8a22
  a a2a:Record ;
  rdfs:label "Geboorte op 19 februari 1917" ;
  a2a:hasPerson oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-e3c9b560-f97a-c9cf-2ade-0a4c741f2a9e, oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-361a48c1-09dd-4dbc-abdf-d39542028dfc, oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-0cee8464-0227-2434-cfa4-2da077df1b27 ;
  a2a:hasEvent oa:event_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_0, oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_1, oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_2 ;
  a2a:hasSource oa:source_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22 .

oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-e3c9b560-f97a-c9cf-2ade-0a4c741f2a9e
  a a2a:Person ;
  rdfs:label "Maria Elise De Backer" ;
  a2a:PersonName [
    rdfs:label "Maria Elise De Backer" ;
    a2a:PersonNameFirstName "Maria Elise" ;
    a2a:PersonNameLastName "De Backer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-361a48c1-09dd-4dbc-abdf-d39542028dfc
  a a2a:Person ;
  rdfs:label "Maria Janssens" ;
  a2a:PersonName [
    rdfs:label "Maria Janssens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Janssens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1917-02-19"^^xsd:date
  ] .

oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person-0cee8464-0227-2434-cfa4-2da077df1b27
  a a2a:Person ;
  rdfs:label "Alphonse Janssens" ;
  a2a:PersonName [
    rdfs:label "Alphonse Janssens" ;
    a2a:PersonNameFirstName "Alphonse" ;
    a2a:PersonNameLastName "Janssens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1917-02-19"^^xsd:date
  ] .

oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person:e3c9b560-f97a-c9cf-2ade-0a4c741f2a9e ;
  a2a:EventKeyRef oa:event_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Event1 .

oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person:361a48c1-09dd-4dbc-abdf-d39542028dfc ;
  a2a:EventKeyRef oa:event_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Event1 .

oa:relationep_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Person:0cee8464-0227-2434-cfa4-2da077df1b27 ;
  a2a:EventKeyRef oa:event_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22_Event1 .

oa:source_bhi_8552d8a5-8e7f-84e6-e8f2-901b878a8a22
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Uden" ;
    rdfs:label "Uden", "1917-02-22 - 1917-02-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-02-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-02-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1917-02-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3209, Periode: 1917" ;
    a2a:Book "Geboorteregister Uden 1917" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "3209" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3209, Periode: 1917, Geboorteregister Uden 1917, 65, 3209"
  ] ;
  a2a:SourceLastChangeDate "2018-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8552d8a5-8e7f-84e6-e8f2-901b878a8a22" ;
  a2a:RecordGUID "{8552d8a5-8e7f-84e6-e8f2-901b878a8a22}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231031_3407_00003407.xml van BHI" .

