@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_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9
  a a2a:Record ;
  rdfs:label "Doop op 2 december 1819 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-2e2704d7-1527-56d7-4055-00f1941239c5, oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-272e2437-0fea-3257-ac8d-3532fc62720e, oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-015a4211-3db7-ec6e-5755-129324aca714 ;
  a2a:hasEvent oa:event_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_0, oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_1, oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_2 ;
  a2a:hasSource oa:source_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9 .

oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-2e2704d7-1527-56d7-4055-00f1941239c5
  a a2a:Person ;
  rdfs:label "Anna Maria Holleman" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Holleman" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Holleman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-272e2437-0fea-3257-ac8d-3532fc62720e
  a a2a:Person ;
  rdfs:label "Maria Magdalena Stas" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Stas" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Stas"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person-015a4211-3db7-ec6e-5755-129324aca714
  a a2a:Person ;
  rdfs:label "Petrus Jacobus Stas" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus Stas" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNameLastName "Stas"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1819" ;
    a2a:Month "12" ;
    a2a:Day "2" ;
    rdfs:label "1819-12-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person:2e2704d7-1527-56d7-4055-00f1941239c5 ;
  a2a:EventKeyRef oa:event_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Event1 .

oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person:272e2437-0fea-3257-ac8d-3532fc62720e ;
  a2a:EventKeyRef oa:event_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Event1 .

oa:relationep_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Person:015a4211-3db7-ec6e-5755-129324aca714 ;
  a2a:EventKeyRef oa:event_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9_Event1 .

oa:source_wba_9ee46a8e-c3ca-e07d-a93a-1f23165ebab9
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1819-12-02 - 1819-12-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1819-12-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1819-12-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1819" ;
    a2a:Month "12" ;
    a2a:Day "2" ;
    rdfs:label "1819-12-02"^^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 1817-1823 (op naam doorzoekbaar via Voorouders,..." ;
    a2a:RegistryNumber "106" ;
    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 1817-1823 (op naam doorzoekbaar via Voorouders,..., 106"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/9ee46a8e-c3ca-e07d-a93a-1f23165ebab9" ;
  a2a:RecordGUID "{9ee46a8e-c3ca-e07d-a93a-1f23165ebab9}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Martina Holderiks namens Carolus Antonius Stas en Maria Magdalena Stas" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21568_00021568.xml van WBA" .

[] a2a:PersonRemarkdiversen "uit IJzendijke in Zeeland" .
[] a2a:PersonRemarkdiversen "uit Chaumant Gistoux in Brabantia" .
