@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_0f47dfe5-63b2-d667-2e60-2a4e807484fa
  a a2a:Record ;
  rdfs:label "Geboorte op 16 december 1872" ;
  a2a:hasPerson oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-ded8cd04-6feb-1617-cde0-6105d2240354, oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-93c8e53a-d1fe-bc09-12a6-b404e87585fa, oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-52e3bba8-06c8-7cce-015f-157081a93bc5 ;
  a2a:hasEvent oa:event_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_0, oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_1, oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_2 ;
  a2a:hasSource oa:source_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa .

oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-ded8cd04-6feb-1617-cde0-6105d2240354
  a a2a:Person ;
  rdfs:label "Petronella Maria Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Petronella Maria Vingerhoets" ;
    a2a:PersonNameFirstName "Petronella Maria" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1872-12-16"^^xsd:date
  ] .

oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-93c8e53a-d1fe-bc09-12a6-b404e87585fa
  a a2a:Person ;
  rdfs:label "Wouterina Heerkens" ;
  a2a:PersonName [
    rdfs:label "Wouterina Heerkens" ;
    a2a:PersonNameFirstName "Wouterina" ;
    a2a:PersonNameLastName "Heerkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person-52e3bba8-06c8-7cce-015f-157081a93bc5
  a a2a:Person ;
  rdfs:label "Cornelis Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Cornelis Vingerhoets" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1872-12-16"^^xsd:date
  ] .

oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person:ded8cd04-6feb-1617-cde0-6105d2240354 ;
  a2a:EventKeyRef oa:event_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Event1 .

oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person:93c8e53a-d1fe-bc09-12a6-b404e87585fa ;
  a2a:EventKeyRef oa:event_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Event1 .

oa:relationep_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Person:52e3bba8-06c8-7cce-015f-157081a93bc5 ;
  a2a:EventKeyRef oa:event_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa_Event1 .

oa:source_bhi_0f47dfe5-63b2-d667-2e60-2a4e807484fa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1872-12-16 - 1872-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1872-12-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1894, Periode: 1872" ;
    a2a:Book "Geboorteregister Dongen 1872" ;
    a2a:DocumentNumber "102" ;
    a2a:RegistryNumber "1894" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1894, Periode: 1872, Geboorteregister Dongen 1872, 102, 1894"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/346248a7-8d89-1e03-9e4c-d020872ce16b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/346248a7-8d89-1e03-9e4c-d020872ce16b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0f47dfe5-63b2-d667-2e60-2a4e807484fa" ;
  a2a:RecordGUID "{0f47dfe5-63b2-d667-2e60-2a4e807484fa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_302_00000302.xml van BHI" .

