@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_94b3fd87-6a7e-ea86-6595-e80e13db2802
  a a2a:Record ;
  rdfs:label "Doop op 5 januari 1709 te Wouw" ;
  a2a:hasPerson oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-123017c6-2380-5664-b932-892749093228, oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-a9e6ce90-c46f-6437-a2c1-b3875778ed3b, oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-5ec31d2e-1b0e-42d8-f55c-15bb9cb2738b ;
  a2a:hasEvent oa:event_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_0, oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_1, oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_2 ;
  a2a:hasSource oa:source_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802 .

oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-123017c6-2380-5664-b932-892749093228
  a a2a:Person ;
  rdfs:label "Antonius Adriaensen Weerts" ;
  a2a:PersonName [
    rdfs:label "Antonius Adriaensen Weerts" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNamePatronym "Adriaensen" ;
    a2a:PersonNameLastName "Weerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-a9e6ce90-c46f-6437-a2c1-b3875778ed3b
  a a2a:Person ;
  rdfs:label "Cornelia Adriaensen Keppens" ;
  a2a:PersonName [
    rdfs:label "Cornelia Adriaensen Keppens" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Adriaensen" ;
    a2a:PersonNameLastName "Keppens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person-5ec31d2e-1b0e-42d8-f55c-15bb9cb2738b
  a a2a:Person ;
  rdfs:label "Elisabeta Weerts" ;
  a2a:PersonName [
    rdfs:label "Elisabeta Weerts" ;
    a2a:PersonNameFirstName "Elisabeta" ;
    a2a:PersonNameLastName "Weerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1709" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1709-01-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person:123017c6-2380-5664-b932-892749093228 ;
  a2a:EventKeyRef oa:event_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Event1 .

oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person:a9e6ce90-c46f-6437-a2c1-b3875778ed3b ;
  a2a:EventKeyRef oa:event_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Event1 .

oa:relationep_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Person:5ec31d2e-1b0e-42d8-f55c-15bb9cb2738b ;
  a2a:EventKeyRef oa:event_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802_Event1 .

oa:source_wba_94b3fd87-6a7e-ea86-6595-e80e13db2802
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1709-01-05 - 1709-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1709-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1709-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1709" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1709-01-05"^^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/94b3fd87-6a7e-ea86-6595-e80e13db2802" ;
  a2a:RecordGUID "{94b3fd87-6a7e-ea86-6595-e80e13db2802}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: Kruisland Getuigen: Bartolomeus Adiraensen Weerts" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7864_00007864.xml van WBA" .

