@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_ee1ada1f-e63e-3521-cff3-5929f6c074f2
  a a2a:Record ;
  rdfs:label "Doop op 11 februari 1660 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-b264bff8-73e0-7fc0-308c-f432b7b65127, oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-91172001-6dac-c5eb-44b2-abcb2b4153fd, oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-fa0c1c32-ada3-d1dd-3ada-76750a72dd8c ;
  a2a:hasEvent oa:event_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_0, oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_1, oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_2 ;
  a2a:hasSource oa:source_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2 .

oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-b264bff8-73e0-7fc0-308c-f432b7b65127
  a a2a:Person ;
  rdfs:label "Jan Cornelis Wingers" ;
  a2a:PersonName [
    rdfs:label "Jan Cornelis Wingers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Wingers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-91172001-6dac-c5eb-44b2-abcb2b4153fd
  a a2a:Person ;
  rdfs:label "Adriaentjen Cornelis Segers" ;
  a2a:PersonName [
    rdfs:label "Adriaentjen Cornelis Segers" ;
    a2a:PersonNameFirstName "Adriaentjen" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person-fa0c1c32-ada3-d1dd-3ada-76750a72dd8c
  a a2a:Person ;
  rdfs:label "Pieternelle Wingers" ;
  a2a:PersonName [
    rdfs:label "Pieternelle Wingers" ;
    a2a:PersonNameFirstName "Pieternelle" ;
    a2a:PersonNameLastName "Wingers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1660-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Ned. Geref." .

oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person:b264bff8-73e0-7fc0-308c-f432b7b65127 ;
  a2a:EventKeyRef oa:event_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Event1 .

oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person:91172001-6dac-c5eb-44b2-abcb2b4153fd ;
  a2a:EventKeyRef oa:event_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Event1 .

oa:relationep_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Person:fa0c1c32-ada3-d1dd-3ada-76750a72dd8c ;
  a2a:EventKeyRef oa:event_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2_Event1 .

oa:source_wba_ee1ada1f-e63e-3521-cff3-5929f6c074f2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1660-02-11 - 1660-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1660-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1660-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1660-02-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archieven van de Nederlands-hervormde gemeenten van Roosendaal, Nispen en Wouw, 1611..." ;
    a2a:Book "Roosendaal Doopregister Nederduits Gereformeerde Gemeente 1610-1810" ;
    a2a:RegistryNumber "37" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archieven van de Nederlands-hervormde gemeenten van Roosendaal, Nispen en Wouw, 1611..., Roosendaal Doopregister Nederduits Gereformeerde Gemeente 1610-1810, 37"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ee1ada1f-e63e-3521-cff3-5929f6c074f2" ;
  a2a:RecordGUID "{ee1ada1f-e63e-3521-cff3-5929f6c074f2}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Cornelis Segers en Pieternella Kox" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9258_00009258.xml van WBA" .

