@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_7421ecd8-7bd2-609b-4e32-2a75e8ecba31
  a a2a:Record ;
  rdfs:label "Doop op 9 juli 1787 te Wouw" ;
  a2a:hasPerson oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-4b8a8189-11a7-18f2-2b82-76d1e9ff4336, oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-e37d464b-cfe9-f60e-0b3c-3480ee17d243, oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-98df11b8-36d3-448b-effe-8aa3e673be84 ;
  a2a:hasEvent oa:event_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_0, oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_1, oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_2 ;
  a2a:hasSource oa:source_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31 .

oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-4b8a8189-11a7-18f2-2b82-76d1e9ff4336
  a a2a:Person ;
  rdfs:label "Adrianus Woudts" ;
  a2a:PersonName [
    rdfs:label "Adrianus Woudts" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Woudts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-e37d464b-cfe9-f60e-0b3c-3480ee17d243
  a a2a:Person ;
  rdfs:label "Maria Jongeneelen" ;
  a2a:PersonName [
    rdfs:label "Maria Jongeneelen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Jongeneelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person-98df11b8-36d3-448b-effe-8aa3e673be84
  a a2a:Person ;
  rdfs:label "Marinus Woudts" ;
  a2a:PersonName [
    rdfs:label "Marinus Woudts" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Woudts"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1787" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1787-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person:4b8a8189-11a7-18f2-2b82-76d1e9ff4336 ;
  a2a:EventKeyRef oa:event_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Event1 .

oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person:e37d464b-cfe9-f60e-0b3c-3480ee17d243 ;
  a2a:EventKeyRef oa:event_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Event1 .

oa:relationep_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Person:98df11b8-36d3-448b-effe-8aa3e673be84 ;
  a2a:EventKeyRef oa:event_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31_Event1 .

oa:source_wba_7421ecd8-7bd2-609b-4e32-2a75e8ecba31
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1787-07-09 - 1787-07-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1787-07-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1787-07-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1787" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1787-07-09"^^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: 494e, Periode: 1748-1810" ;
    a2a:Book "RK Wouw Doopregister, 1784-1810 (DTB-deel 5)" ;
    a2a:RegistryNumber "494e" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494e, Periode: 1748-1810, RK Wouw Doopregister, 1784-1810 (DTB-deel 5), 494e"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7421ecd8-7bd2-609b-4e32-2a75e8ecba31" ;
  a2a:RecordGUID "{7421ecd8-7bd2-609b-4e32-2a75e8ecba31}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: Zaafsel; geboren op dezelfde dag Getuigen: Joannes Jongeneelen, Barbara van Ginneken" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_8115_00008115.xml van WBA" .

[] a2a:PersonRemarkdiversen "ex Wouw" .
