@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_960ea2a8-43c2-ed37-0b3d-26780eaab2d4
  a a2a:Record ;
  rdfs:label "Doop op 13 september 1686 te Wouw" ;
  a2a:hasPerson oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-bec83931-043a-1498-515b-5b9aa22cea25, oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-6af95302-7f4a-783b-1687-44b58c60f443, oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-9649f0e5-df1d-4ac6-19a2-c0fa7223da7a ;
  a2a:hasEvent oa:event_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_0, oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_1, oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_2 ;
  a2a:hasSource oa:source_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4 .

oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-bec83931-043a-1498-515b-5b9aa22cea25
  a a2a:Person ;
  rdfs:label "Nicolaus Bock" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Bock" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Bock"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-6af95302-7f4a-783b-1687-44b58c60f443
  a a2a:Person ;
  rdfs:label "Gertrudis Janssen" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Janssen" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person-9649f0e5-df1d-4ac6-19a2-c0fa7223da7a
  a a2a:Person ;
  rdfs:label "Joannes Bock" ;
  a2a:PersonName [
    rdfs:label "Joannes Bock" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Bock"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1686" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1686-09-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person:bec83931-043a-1498-515b-5b9aa22cea25 ;
  a2a:EventKeyRef oa:event_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Event1 .

oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person:6af95302-7f4a-783b-1687-44b58c60f443 ;
  a2a:EventKeyRef oa:event_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Event1 .

oa:relationep_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Person:9649f0e5-df1d-4ac6-19a2-c0fa7223da7a ;
  a2a:EventKeyRef oa:event_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4_Event1 .

oa:source_wba_960ea2a8-43c2-ed37-0b3d-26780eaab2d4
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1686-09-13 - 1686-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1686-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1686-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1686" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1686-09-13"^^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 1666-1692)" ;
    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 1666-1692), 494b"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/960ea2a8-43c2-ed37-0b3d-26780eaab2d4" ;
  a2a:RecordGUID "{960ea2a8-43c2-ed37-0b3d-26780eaab2d4}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: Vroenhout Getuigen: Josina Nauts" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7877_00007877.xml van WBA" .

