@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_e2ff82dc-9d58-4fbf-e125-0935aba026a3
  a a2a:Record ;
  rdfs:label "Geboorte op 25 februari 1852" ;
  a2a:hasPerson oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-f54b2730-aaaf-7418-92f4-1bd40f73ad35, oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-7861548d-f409-e7d6-1cab-4a4c8255395a, oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-261e03ee-029a-e593-f685-97143c8b2aa5 ;
  a2a:hasEvent oa:event_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_0, oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_1, oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_2 ;
  a2a:hasSource oa:source_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3 .

oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-f54b2730-aaaf-7418-92f4-1bd40f73ad35
  a a2a:Person ;
  rdfs:label "Emstje Neeltje Franken" ;
  a2a:PersonName [
    rdfs:label "Emstje Neeltje Franken" ;
    a2a:PersonNameFirstName "Emstje Neeltje" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1852-02-25"^^xsd:date
  ] .

oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-7861548d-f409-e7d6-1cab-4a4c8255395a
  a a2a:Person ;
  rdfs:label "Francijntje Schilperoort" ;
  a2a:PersonName [
    rdfs:label "Francijntje Schilperoort" ;
    a2a:PersonNameFirstName "Francijntje" ;
    a2a:PersonNameLastName "Schilperoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person-261e03ee-029a-e593-f685-97143c8b2aa5
  a a2a:Person ;
  rdfs:label "Willem Emmericus Franken" ;
  a2a:PersonName [
    rdfs:label "Willem Emmericus Franken" ;
    a2a:PersonNameFirstName "Willem Emmericus" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1852-02-25"^^xsd:date
  ] .

oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person:f54b2730-aaaf-7418-92f4-1bd40f73ad35 ;
  a2a:EventKeyRef oa:event_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Event1 .

oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person:7861548d-f409-e7d6-1cab-4a4c8255395a ;
  a2a:EventKeyRef oa:event_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Event1 .

oa:relationep_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Person:261e03ee-029a-e593-f685-97143c8b2aa5 ;
  a2a:EventKeyRef oa:event_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3_Event1 .

oa:source_bhi_e2ff82dc-9d58-4fbf-e125-0935aba026a3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1852-02-26 - 1852-02-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-02-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-02-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1852-02-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1757, Periode: 1852" ;
    a2a:Book "Geboorteregister Dinteloord 1852" ;
    a2a:DocumentNumber "14" ;
    a2a:RegistryNumber "1757" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1757, Periode: 1852, Geboorteregister Dinteloord 1852, 14, 1757"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/976dd295-064d-4afa-a5f4-3ae14a8a131f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/976dd295-064d-4afa-a5f4-3ae14a8a131f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e2ff82dc-9d58-4fbf-e125-0935aba026a3" ;
  a2a:RecordGUID "{e2ff82dc-9d58-4fbf-e125-0935aba026a3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8751_00008751.xml van BHI" .

