@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_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17
  a a2a:Record ;
  rdfs:label "Doop op 28 april 1791 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-5b2f9168-7033-cdd4-85ef-1e387ca0fb50, oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-1705f5d9-239e-d676-80a2-39b29a6b66f4, oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-7454728c-ae6c-c848-4a6f-e1803cd56553 ;
  a2a:hasEvent oa:event_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_0, oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_1, oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_2 ;
  a2a:hasSource oa:source_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17 .

oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-5b2f9168-7033-cdd4-85ef-1e387ca0fb50
  a a2a:Person ;
  rdfs:label "Cornelia Mol" ;
  a2a:PersonName [
    rdfs:label "Cornelia Mol" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Mol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-1705f5d9-239e-d676-80a2-39b29a6b66f4
  a a2a:Person ;
  rdfs:label "Elizabetha Geerts" ;
  a2a:PersonName [
    rdfs:label "Elizabetha Geerts" ;
    a2a:PersonNameFirstName "Elizabetha" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person-7454728c-ae6c-c848-4a6f-e1803cd56553
  a a2a:Person ;
  rdfs:label "Matthias Geerts" ;
  a2a:PersonName [
    rdfs:label "Matthias Geerts" ;
    a2a:PersonNameFirstName "Matthias" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1791-04-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person:5b2f9168-7033-cdd4-85ef-1e387ca0fb50 ;
  a2a:EventKeyRef oa:event_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Event1 .

oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person:1705f5d9-239e-d676-80a2-39b29a6b66f4 ;
  a2a:EventKeyRef oa:event_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Event1 .

oa:relationep_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Person:7454728c-ae6c-c848-4a6f-e1803cd56553 ;
  a2a:EventKeyRef oa:event_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17_Event1 .

oa:source_wba_43cd3a31-53b9-8d77-2e56-ecc7fe86fc17
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1791-04-28 - 1791-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1791-04-28"^^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/43cd3a31-53b9-8d77-2e56-ecc7fe86fc17" ;
  a2a:RecordGUID "{43cd3a31-53b9-8d77-2e56-ecc7fe86fc17}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Wilhelmina van der Feesten voor zichzelf en voor Georgius van der Feesten" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21471_00021471.xml van WBA" .

