@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_708ebd31-e7c4-ccff-550b-dc57fe650dd5
  a a2a:Record ;
  rdfs:label "Geboorte op 7 juli 1877" ;
  a2a:hasPerson oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-fa622fd8-8bd5-dd4e-41a7-d9ac2fb625c5, oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-0f089f62-e08f-e75f-5989-13b633736bbf, oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-bd385230-50bf-5cf7-0cc7-cb323164bbbd ;
  a2a:hasEvent oa:event_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_0, oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_1, oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_2 ;
  a2a:hasSource oa:source_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5 .

oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-fa622fd8-8bd5-dd4e-41a7-d9ac2fb625c5
  a a2a:Person ;
  rdfs:label "Johanna Nieuwenhuizen" ;
  a2a:PersonName [
    rdfs:label "Johanna Nieuwenhuizen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Nieuwenhuizen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-0f089f62-e08f-e75f-5989-13b633736bbf
  a a2a:Person ;
  rdfs:label "Pieter van Dongen" ;
  a2a:PersonName [
    rdfs:label "Pieter van Dongen" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person-bd385230-50bf-5cf7-0cc7-cb323164bbbd
  a a2a:Person ;
  rdfs:label "Joost Lambert van Dongen" ;
  a2a:PersonName [
    rdfs:label "Joost Lambert van Dongen" ;
    a2a:PersonNameFirstName "Joost Lambert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1877-07-07"^^xsd:date
  ] .

oa:event_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1877-07-07"^^xsd:date
  ] .

oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person:fa622fd8-8bd5-dd4e-41a7-d9ac2fb625c5 ;
  a2a:EventKeyRef oa:event_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Event1 .

oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person:0f089f62-e08f-e75f-5989-13b633736bbf ;
  a2a:EventKeyRef oa:event_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Event1 .

oa:relationep_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Person:bd385230-50bf-5cf7-0cc7-cb323164bbbd ;
  a2a:EventKeyRef oa:event_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5_Event1 .

oa:source_bhi_708ebd31-e7c4-ccff-550b-dc57fe650dd5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sprang-Capelle" ;
    rdfs:label "Sprang-Capelle", "1877-07-09 - 1877-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1877-07-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7209, Periode: 1877" ;
    a2a:Book "Geboorteregister Sprang 1877" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "7209" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7209, Periode: 1877, Geboorteregister Sprang 1877, 42, 7209"
  ] ;
  a2a:SourceLastChangeDate "2015-05-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/708ebd31-e7c4-ccff-550b-dc57fe650dd5" ;
  a2a:RecordGUID "{708ebd31-e7c4-ccff-550b-dc57fe650dd5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2579_00002579.xml van BHI" .

