@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_121fbc4e-f8da-11df-a690-cd95c1e286e2
  a a2a:Record ;
  rdfs:label "Doop op 5 mei 1702 te Etten-Leur" ;
  a2a:hasPerson oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf906bb6-f8df-11df-a690-cd95c1e286e2, oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf90383a-f8df-11df-a690-cd95c1e286e2, oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf900482-f8df-11df-a690-cd95c1e286e2 ;
  a2a:hasEvent oa:event_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_0, oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_1, oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_2 ;
  a2a:hasSource oa:source_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2 .

oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf906bb6-f8df-11df-a690-cd95c1e286e2
  a a2a:Person ;
  rdfs:label "Cornelius Cloppers" ;
  a2a:PersonName [
    rdfs:label "Cornelius Cloppers" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Cloppers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf90383a-f8df-11df-a690-cd95c1e286e2
  a a2a:Person ;
  rdfs:label "Joanna Cornelis van den Bergh" ;
  a2a:PersonName [
    rdfs:label "Joanna Cornelis van den Bergh" ;
    a2a:PersonNameFirstName "Joanna Cornelis" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bergh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person-cf900482-f8df-11df-a690-cd95c1e286e2
  a a2a:Person ;
  rdfs:label "Catharina Cloppers" ;
  a2a:PersonName [
    rdfs:label "Catharina Cloppers" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Cloppers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1702" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1702-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur"
  ] .

oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person:cf906bb6-f8df-11df-a690-cd95c1e286e2 ;
  a2a:EventKeyRef oa:event_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Event1 .

oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person:cf90383a-f8df-11df-a690-cd95c1e286e2 ;
  a2a:EventKeyRef oa:event_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Event1 .

oa:relationep_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Person:cf900482-f8df-11df-a690-cd95c1e286e2 ;
  a2a:EventKeyRef oa:event_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2_Event1 .

oa:source_wba_121fbc4e-f8da-11df-a690-cd95c1e286e2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur", "1702-05-05 - 1702-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1702-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1702-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1702" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1702-05-05"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: DTB Etten-Leur, Bron: boek, Deel: 4, Periode: 1693-1724" ;
    a2a:Book "RK Dopen Etten 1693-1724 (deel 4)" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: DTB Etten-Leur, Bron: boek, Deel: 4, Periode: 1693-1724, RK Dopen Etten 1693-1724 (deel 4), 4"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/121fbc4e-f8da-11df-a690-cd95c1e286e2" ;
  a2a:RecordGUID "{121fbc4e-f8da-11df-a690-cd95c1e286e2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6829_00006829.xml van WBA" .

