@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_7ac979dc-05bd-e975-934c-dc471df5aa18
  a a2a:Record ;
  rdfs:label "Geboorte op 20 december 1850" ;
  a2a:hasPerson oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-0a78a475-bed6-187c-68b1-7c76b53a000c, oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-6556ad1e-f83a-a198-35f4-e7736d2e1a0b, oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-281fb94d-e0c8-22d5-caf3-753f449e9e0e ;
  a2a:hasEvent oa:event_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_0, oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_1, oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_2 ;
  a2a:hasSource oa:source_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18 .

oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-0a78a475-bed6-187c-68b1-7c76b53a000c
  a a2a:Person ;
  rdfs:label "Maria Jannetta van Doesburgh" ;
  a2a:PersonName [
    rdfs:label "Maria Jannetta van Doesburgh" ;
    a2a:PersonNameFirstName "Maria Jannetta" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Doesburgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-6556ad1e-f83a-a198-35f4-e7736d2e1a0b
  a a2a:Person ;
  rdfs:label "Pieter Johannes Marinus Kerkhoff" ;
  a2a:PersonName [
    rdfs:label "Pieter Johannes Marinus Kerkhoff" ;
    a2a:PersonNameFirstName "Pieter Johannes Marinus" ;
    a2a:PersonNameLastName "Kerkhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1850-12-20"^^xsd:date
  ] .

oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person-281fb94d-e0c8-22d5-caf3-753f449e9e0e
  a a2a:Person ;
  rdfs:label "Johannes Pieter Kerkhoff" ;
  a2a:PersonName [
    rdfs:label "Johannes Pieter Kerkhoff" ;
    a2a:PersonNameFirstName "Johannes Pieter" ;
    a2a:PersonNameLastName "Kerkhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1850-12-20"^^xsd:date
  ] .

oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person:0a78a475-bed6-187c-68b1-7c76b53a000c ;
  a2a:EventKeyRef oa:event_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Event1 .

oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person:6556ad1e-f83a-a198-35f4-e7736d2e1a0b ;
  a2a:EventKeyRef oa:event_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Event1 .

oa:relationep_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Person:281fb94d-e0c8-22d5-caf3-753f449e9e0e ;
  a2a:EventKeyRef oa:event_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18_Event1 .

oa:source_bhi_7ac979dc-05bd-e975-934c-dc471df5aa18
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1850-12-21 - 1850-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1850-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8870, Periode: 1850" ;
    a2a:Book "Geboorteregister Werkendam 1850" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "8870" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8870, Periode: 1850, Geboorteregister Werkendam 1850, 65, 8870"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2537296f-fcc2-0ecf-f87c-53fd79674668.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2537296f-fcc2-0ecf-f87c-53fd79674668.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7ac979dc-05bd-e975-934c-dc471df5aa18" ;
  a2a:RecordGUID "{7ac979dc-05bd-e975-934c-dc471df5aa18}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_6161_00006161.xml van BHI" .

