@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_8a1e648c-0e33-e71a-6006-d073e4a22d48
  a a2a:Record ;
  rdfs:label "Registratie op 15 oktober 1786 te Roosendaal" ;
  a2a:hasPerson oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-69b5b1ae-804f-e100-779b-cef715b2796a, oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-caa92e9f-5752-3e9f-c4c0-0d58d99955fe, oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-7ee8ab0c-13b9-5f1a-26bb-c40363ab8e5e, oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-a5c30d4f-c6dc-5247-a0c2-135638f39462 ;
  a2a:hasEvent oa:event_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_0, oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_1, oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_2 ;
  a2a:hasSource oa:source_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48 .

oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-69b5b1ae-804f-e100-779b-cef715b2796a
  a a2a:Person ;
  rdfs:label "Cornelia Bernardina Timmermans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Bernardina Timmermans" ;
    a2a:PersonNameFirstName "Cornelia Bernardina" ;
    a2a:PersonNameLastName "Timmermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-caa92e9f-5752-3e9f-c4c0-0d58d99955fe
  a a2a:Person ;
  rdfs:label "GerardusAdrianus Backx" ;
  a2a:PersonName [
    rdfs:label "GerardusAdrianus Backx" ;
    a2a:PersonNameFirstName "GerardusAdrianus" ;
    a2a:PersonNameLastName "Backx"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1786" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1786-10-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] ;
  a2a:Profession "notaris" .

oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-7ee8ab0c-13b9-5f1a-26bb-c40363ab8e5e
  a a2a:Person ;
  rdfs:label "Wilhelmus Backx" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Backx" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Backx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person-a5c30d4f-c6dc-5247-a0c2-135638f39462
  a a2a:Person ;
  rdfs:label "Helena Catharina Vingerhoeds" ;
  a2a:PersonName [
    rdfs:label "Helena Catharina Vingerhoeds" ;
    a2a:PersonNameFirstName "Helena Catharina" ;
    a2a:PersonNameLastName "Vingerhoeds"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1786" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1786-10-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person:caa92e9f-5752-3e9f-c4c0-0d58d99955fe ;
  a2a:EventKeyRef oa:event_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Event1 .

oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person:7ee8ab0c-13b9-5f1a-26bb-c40363ab8e5e ;
  a2a:EventKeyRef oa:event_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Event1 .

oa:relationep_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Person:a5c30d4f-c6dc-5247-a0c2-135638f39462 ;
  a2a:EventKeyRef oa:event_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48_Event1 .

oa:source_wba_8a1e648c-0e33-e71a-6006-d073e4a22d48
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1817-10-14 - 1817-10-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1817-10-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1817-10-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1817" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1817-10-14"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van het plaatselijk bestuur Roosendaal en Nispen, 1813-1851, Bron: boek, Dee..." ;
    a2a:Book "Bevolkingsregister. Registers van de inwoners van de wijken A-O, 1829" ;
    a2a:DocumentNumber "546" ;
    a2a:RegistryNumber "0613" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van het plaatselijk bestuur Roosendaal en Nispen, 1813-1851, Bron: boek, Dee..., Bevolkingsregister. Registers van de inwoners van de wijken A-O, 1829, 546, 0613"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/8a1e648c-0e33-e71a-6006-d073e4a22d48" ;
  a2a:RecordGUID "{8a1e648c-0e33-e71a-6006-d073e4a22d48}" ;
  a2a:SourceRemarkOpmerking """M 157 Tweede Huwelijk op 12-10-1850 te Roosendaal met Anna Maria Hasecox

Bronnen:
24-5/4-3/9-21/5-546/23-2/1-1/2-2/3-1""" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4209_00004209.xml van WBA" .

