@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_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6
  a a2a:Record ;
  rdfs:label "Doop op 26 december 1783 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-266a14ad-4e98-0e16-9e22-202447a718c0, oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-d8105014-9241-aad0-1816-cae4fa282226, oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-e749e1db-e605-c072-8541-3ff2739be7ac ;
  a2a:hasEvent oa:event_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_0, oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_1, oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_2 ;
  a2a:hasSource oa:source_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6 .

oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-266a14ad-4e98-0e16-9e22-202447a718c0
  a a2a:Person ;
  rdfs:label "Cornelia van Mol" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Mol" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-d8105014-9241-aad0-1816-cae4fa282226
  a a2a:Person ;
  rdfs:label "Clara Adriana Geerts" ;
  a2a:PersonName [
    rdfs:label "Clara Adriana Geerts" ;
    a2a:PersonNameFirstName "Clara Adriana" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person-e749e1db-e605-c072-8541-3ff2739be7ac
  a a2a:Person ;
  rdfs:label "Ignatius Geerts" ;
  a2a:PersonName [
    rdfs:label "Ignatius Geerts" ;
    a2a:PersonNameFirstName "Ignatius" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1783-12-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person:266a14ad-4e98-0e16-9e22-202447a718c0 ;
  a2a:EventKeyRef oa:event_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Event1 .

oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person:d8105014-9241-aad0-1816-cae4fa282226 ;
  a2a:EventKeyRef oa:event_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Event1 .

oa:relationep_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Person:e749e1db-e605-c072-8541-3ff2739be7ac ;
  a2a:EventKeyRef oa:event_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6_Event1 .

oa:source_wba_786bd2f7-7e68-e8f9-fa3e-5d95584c28a6
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1783-12-26 - 1783-12-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-12-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-12-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1783" ;
    a2a:Month "12" ;
    a2a:Day "26" ;
    rdfs:label "1783-12-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de parochie St. Jan de Doper te Roosendaal, 1525-1996, Bron: boek, Deel:..." ;
    a2a:Book "Roosendaal Doopregister Parochie St. Jan de Doper 1749-1793 (DTB-9)" ;
    a2a:RegistryNumber "103" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de parochie St. Jan de Doper te Roosendaal, 1525-1996, Bron: boek, Deel:..., Roosendaal Doopregister Parochie St. Jan de Doper 1749-1793 (DTB-9), 103"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/786bd2f7-7e68-e8f9-fa3e-5d95584c28a6" ;
  a2a:RecordGUID "{786bd2f7-7e68-e8f9-fa3e-5d95584c28a6}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Joanna van Steenbergen" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21527_00021527.xml van WBA" .

[] a2a:PersonRemarkdiversen "onder voorbehoud" .
[] a2a:PersonRemarkdiversen "uit Turnhout" .
