@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_6c20c7cd-256a-e071-76f4-491c1aba44da
  a a2a:Record ;
  rdfs:label "Doop op 2 maart 1698 te Wouw" ;
  a2a:hasPerson oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-82d7c649-9677-8192-7e93-0f0592a61a07, oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-bfe13936-8a41-688f-d5ef-06b9a540cabe, oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-83663455-f6c3-a3dc-7344-8b6929c2166c ;
  a2a:hasEvent oa:event_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_0, oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_1, oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_2 ;
  a2a:hasSource oa:source_wba_6c20c7cd-256a-e071-76f4-491c1aba44da .

oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-82d7c649-9677-8192-7e93-0f0592a61a07
  a a2a:Person ;
  rdfs:label "Joannes Wissels" ;
  a2a:PersonName [
    rdfs:label "Joannes Wissels" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Wissels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-bfe13936-8a41-688f-d5ef-06b9a540cabe
  a a2a:Person ;
  rdfs:label "Maria Wagemakers" ;
  a2a:PersonName [
    rdfs:label "Maria Wagemakers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Wagemakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person-83663455-f6c3-a3dc-7344-8b6929c2166c
  a a2a:Person ;
  rdfs:label "Cornelia Wissels" ;
  a2a:PersonName [
    rdfs:label "Cornelia Wissels" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Wissels"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1698" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1698-03-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person:82d7c649-9677-8192-7e93-0f0592a61a07 ;
  a2a:EventKeyRef oa:event_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Event1 .

oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person:bfe13936-8a41-688f-d5ef-06b9a540cabe ;
  a2a:EventKeyRef oa:event_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Event1 .

oa:relationep_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Person:83663455-f6c3-a3dc-7344-8b6929c2166c ;
  a2a:EventKeyRef oa:event_wba_6c20c7cd-256a-e071-76f4-491c1aba44da_Event1 .

oa:source_wba_6c20c7cd-256a-e071-76f4-491c1aba44da
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1698-03-02 - 1698-03-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1698-03-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1698-03-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1698" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1698-03-02"^^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: 494c, Periode: 1693-1711" ;
    a2a:Book "RK Wouw Doopregister, 1693-1727 (DTB-deel 3, gedeelte 1693-1711)" ;
    a2a:RegistryNumber "494c" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochie St. Lambertus Wouw, Bron: boek, Deel: 494c, Periode: 1693-1711, RK Wouw Doopregister, 1693-1727 (DTB-deel 3, gedeelte 1693-1711), 494c"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/6c20c7cd-256a-e071-76f4-491c1aba44da" ;
  a2a:RecordGUID "{6c20c7cd-256a-e071-76f4-491c1aba44da}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: dorp Getuigen: Mattijs van Kempen, Maria van Acker" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_8602_00008602.xml van WBA" .

