@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_14d58401-95da-9454-e995-d0bdeafe1fda
  a a2a:Record ;
  rdfs:label "Doop op 25 augustus 1752 te Wouw" ;
  a2a:hasPerson oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-8be715d2-4dcd-eda5-c31b-b0a97a3b6ce4, oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-dffc9538-c9dd-272f-2e99-cb670b1f10a4, oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-1752d3ea-df21-c07c-ecb5-e03527625868 ;
  a2a:hasEvent oa:event_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_0, oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_1, oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_2 ;
  a2a:hasSource oa:source_wba_14d58401-95da-9454-e995-d0bdeafe1fda .

oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-8be715d2-4dcd-eda5-c31b-b0a97a3b6ce4
  a a2a:Person ;
  rdfs:label "Adrianus Cluts" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cluts" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Cluts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-dffc9538-c9dd-272f-2e99-cb670b1f10a4
  a a2a:Person ;
  rdfs:label "Joanna van Wemmeren" ;
  a2a:PersonName [
    rdfs:label "Joanna van Wemmeren" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wemmeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person-1752d3ea-df21-c07c-ecb5-e03527625868
  a a2a:Person ;
  rdfs:label "Antonius Cluts" ;
  a2a:PersonName [
    rdfs:label "Antonius Cluts" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Cluts"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1752-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person:8be715d2-4dcd-eda5-c31b-b0a97a3b6ce4 ;
  a2a:EventKeyRef oa:event_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Event1 .

oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person:dffc9538-c9dd-272f-2e99-cb670b1f10a4 ;
  a2a:EventKeyRef oa:event_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Event1 .

oa:relationep_wba_14d58401-95da-9454-e995-d0bdeafe1fda_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Person:1752d3ea-df21-c07c-ecb5-e03527625868 ;
  a2a:EventKeyRef oa:event_wba_14d58401-95da-9454-e995-d0bdeafe1fda_Event1 .

oa:source_wba_14d58401-95da-9454-e995-d0bdeafe1fda
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1752-08-25 - 1752-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1752-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1752-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1752" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1752-08-25"^^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: 1728-1755" ;
    a2a:Book "RK Wouw Doopregister, 1728-1783 (DTB-deel 4, gedeelte 1727-1755)" ;
    a2a:RegistryNumber "494d" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: R.K. Parochie St. Lambertus, Wouw, Bron: boek, Deel: 494d, Periode: 1728-1755, RK Wouw Doopregister, 1728-1783 (DTB-deel 4, gedeelte 1727-1755), 494d"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/14d58401-95da-9454-e995-d0bdeafe1fda" ;
  a2a:RecordGUID "{14d58401-95da-9454-e995-d0bdeafe1fda}" ;
  a2a:SourceRemarkOpmerking "plaats geboorte: dorp Getuigen: Martinus Cluts, Cornelia Smolders namens Maria Aerts" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6901_00006901.xml van WBA" .

