@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_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03
  a a2a:Record ;
  rdfs:label "Doop op 11 december 1659 te Wouw" ;
  a2a:hasPerson oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-20dd0d67-4746-ecbd-03a5-198e399f055e, oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-86fd5486-6041-de38-ac24-f2935785b3cd, oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-f313142d-3275-2558-f630-e59d2277aefd ;
  a2a:hasEvent oa:event_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_0, oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_1, oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_2 ;
  a2a:hasSource oa:source_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03 .

oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-20dd0d67-4746-ecbd-03a5-198e399f055e
  a a2a:Person ;
  rdfs:label "Henricus Peetersen Heijen" ;
  a2a:PersonName [
    rdfs:label "Henricus Peetersen Heijen" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePatronym "Peetersen" ;
    a2a:PersonNameLastName "Heijen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-86fd5486-6041-de38-ac24-f2935785b3cd
  a a2a:Person ;
  rdfs:label "Joanna Claes" ;
  a2a:PersonName [
    rdfs:label "Joanna Claes" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Claes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person-f313142d-3275-2558-f630-e59d2277aefd
  a a2a:Person ;
  rdfs:label "Nicolaus Heijen" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Heijen" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Heijen"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1659" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1659-12-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person:20dd0d67-4746-ecbd-03a5-198e399f055e ;
  a2a:EventKeyRef oa:event_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Event1 .

oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person:86fd5486-6041-de38-ac24-f2935785b3cd ;
  a2a:EventKeyRef oa:event_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Event1 .

oa:relationep_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Person:f313142d-3275-2558-f630-e59d2277aefd ;
  a2a:EventKeyRef oa:event_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03_Event1 .

oa:source_wba_4fc7bb1d-7660-971c-b801-41e7c8f0fc03
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1659-12-11 - 1659-12-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1659-12-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1659-12-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1659" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1659-12-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494b, Periode: 1640-1692" ;
    a2a:Book "RK Wouw Doopregister, 1640-1692 (DTB-deel 2, gedeelte 1640-1665)" ;
    a2a:RegistryNumber "494b" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494b, Periode: 1640-1692, RK Wouw Doopregister, 1640-1692 (DTB-deel 2, gedeelte 1640-1665), 494b"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/4fc7bb1d-7660-971c-b801-41e7c8f0fc03" ;
  a2a:RecordGUID "{4fc7bb1d-7660-971c-b801-41e7c8f0fc03}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: Kruisland Getuigen: Bastian Dorenbos, Cornelia Adrians" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7556_00007556.xml van WBA" .

