@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_7c2cfbaf-320c-da0f-96f0-e54e11f235eb
  a a2a:Record ;
  rdfs:label "Doop op 18 februari 1761 te Wouw" ;
  a2a:hasPerson oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-88c517e7-4560-24b4-b04c-4046a3c30d12, oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-4bf5683a-14a6-5514-40a4-e05a21f39e84, oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-2b9bc68d-2782-1d56-7d8c-bdf50e8a56dc ;
  a2a:hasEvent oa:event_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_0, oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_1, oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_2 ;
  a2a:hasSource oa:source_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb .

oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-88c517e7-4560-24b4-b04c-4046a3c30d12
  a a2a:Person ;
  rdfs:label "Jacobus Disco" ;
  a2a:PersonName [
    rdfs:label "Jacobus Disco" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Disco"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-4bf5683a-14a6-5514-40a4-e05a21f39e84
  a a2a:Person ;
  rdfs:label "Cornelius Disco" ;
  a2a:PersonName [
    rdfs:label "Cornelius Disco" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Disco"
  ] ;
  a2a:Gender "Man" .

oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person-2b9bc68d-2782-1d56-7d8c-bdf50e8a56dc
  a a2a:Person ;
  rdfs:label "Joanna van Ditfort" ;
  a2a:PersonName [
    rdfs:label "Joanna van Ditfort" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ditfort"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1761" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1761-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person:88c517e7-4560-24b4-b04c-4046a3c30d12 ;
  a2a:EventKeyRef oa:event_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Event1 .

oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person:4bf5683a-14a6-5514-40a4-e05a21f39e84 ;
  a2a:EventKeyRef oa:event_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Event1 .

oa:relationep_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Person:2b9bc68d-2782-1d56-7d8c-bdf50e8a56dc ;
  a2a:EventKeyRef oa:event_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb_Event1 .

oa:source_wba_7c2cfbaf-320c-da0f-96f0-e54e11f235eb
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1761-02-18 - 1761-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1761-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1761-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1761" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1761-02-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: R.K. Parochie St. Lambertus, Wouw, Bron: boek, Deel: 494d, Periode: 1755-1783" ;
    a2a:Book "RK Wouw Doopregister, 1728-1783 (DTB-deel 4, gedeelte 1755-1783)" ;
    a2a:RegistryNumber "494d" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: R.K. Parochie St. Lambertus, Wouw, Bron: boek, Deel: 494d, Periode: 1755-1783, RK Wouw Doopregister, 1728-1783 (DTB-deel 4, gedeelte 1755-1783), 494d"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7c2cfbaf-320c-da0f-96f0-e54e11f235eb" ;
  a2a:RecordGUID "{7c2cfbaf-320c-da0f-96f0-e54e11f235eb}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: Moerstraten Getuigen: Cornelius van Ditfort, Cornelia Disco" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7283_00007283.xml van WBA" .

