@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_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a
  a a2a:Record ;
  rdfs:label "Doop op 5 augustus 1756 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-3e545f54-952e-e09e-bef2-e3b7d44bb9d3, oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-18602d54-fcac-903d-8706-2d3e47533592, oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-f64ae3af-ea6e-ad4d-a3f7-acb799642277 ;
  a2a:hasEvent oa:event_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_0, oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_1, oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_2 ;
  a2a:hasSource oa:source_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a .

oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-3e545f54-952e-e09e-bef2-e3b7d44bb9d3
  a a2a:Person ;
  rdfs:label "Maria Catharina van der Oudera" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van der Oudera" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Oudera"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-18602d54-fcac-903d-8706-2d3e47533592
  a a2a:Person ;
  rdfs:label "Andreas van der Oudera" ;
  a2a:PersonName [
    rdfs:label "Andreas van der Oudera" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Oudera"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person-f64ae3af-ea6e-ad4d-a3f7-acb799642277
  a a2a:Person ;
  rdfs:label "Anna Catharina Mies" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Mies" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Mies"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1756-08-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person:3e545f54-952e-e09e-bef2-e3b7d44bb9d3 ;
  a2a:EventKeyRef oa:event_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Event1 .

oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person:18602d54-fcac-903d-8706-2d3e47533592 ;
  a2a:EventKeyRef oa:event_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Event1 .

oa:relationep_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Person:f64ae3af-ea6e-ad4d-a3f7-acb799642277 ;
  a2a:EventKeyRef oa:event_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a_Event1 .

oa:source_wba_51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1756-08-05 - 1756-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1756-08-05"^^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/51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a" ;
  a2a:RecordGUID "{51cf4f73-c8bb-8f98-7ffd-68b29c1bdb6a}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Cornelius Mies en Maria Theresia de Wolf" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21486_00021486.xml van WBA" .

