@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_96ba04c8-e14c-6788-06c2-075246daf3ff
  a a2a:Record ;
  rdfs:label "Doop op 5 oktober 1709 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-6e45a1ea-db72-ab5a-6706-54db64be60f1, oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-025c976f-aef8-f80d-0ef8-686b6bdbd42e, oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-d21db801-7d32-c275-4d5d-3063cad1e08b ;
  a2a:hasEvent oa:event_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_0, oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_1, oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_2 ;
  a2a:hasSource oa:source_wba_96ba04c8-e14c-6788-06c2-075246daf3ff .

oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-6e45a1ea-db72-ab5a-6706-54db64be60f1
  a a2a:Person ;
  rdfs:label "Adriana Hijmans" ;
  a2a:PersonName [
    rdfs:label "Adriana Hijmans" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Hijmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-025c976f-aef8-f80d-0ef8-686b6bdbd42e
  a a2a:Person ;
  rdfs:label "Cornelius Adden" ;
  a2a:PersonName [
    rdfs:label "Cornelius Adden" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Adden"
  ] ;
  a2a:Gender "Man" .

oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person-d21db801-7d32-c275-4d5d-3063cad1e08b
  a a2a:Person ;
  rdfs:label "Simon Jacobsen Adden" ;
  a2a:PersonName [
    rdfs:label "Simon Jacobsen Adden" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePatronym "Jacobsen" ;
    a2a:PersonNameLastName "Adden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1709" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1709-10-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person:6e45a1ea-db72-ab5a-6706-54db64be60f1 ;
  a2a:EventKeyRef oa:event_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Event1 .

oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person:025c976f-aef8-f80d-0ef8-686b6bdbd42e ;
  a2a:EventKeyRef oa:event_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Event1 .

oa:relationep_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Person:d21db801-7d32-c275-4d5d-3063cad1e08b ;
  a2a:EventKeyRef oa:event_wba_96ba04c8-e14c-6788-06c2-075246daf3ff_Event1 .

oa:source_wba_96ba04c8-e14c-6788-06c2-075246daf3ff
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1709-10-05 - 1709-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1709-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1709-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1709" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1709-10-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 1682-1711 (DTB-7)" ;
    a2a:RegistryNumber "101" ;
    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 1682-1711 (DTB-7), 101"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/96ba04c8-e14c-6788-06c2-075246daf3ff" ;
  a2a:RecordGUID "{96ba04c8-e14c-6788-06c2-075246daf3ff}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Clara Corput voor zich en Adriano Gilen Adden" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21558_00021558.xml van WBA" .

