@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_99e03087-3c06-61dc-e116-22bab1e484dd
  a a2a:Record ;
  rdfs:label "Huwelijk op 13 april 1835 te Wouw" ;
  a2a:hasPerson oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-c0ee65ad-c0ef-d3f3-b437-99ae4932a84c, oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-146a06b1-a823-b219-38ca-74d93cbf0393, oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-a795cc05-1dc5-5f88-852d-0217623debd0, oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-96005404-4332-d7e4-989a-20d56f154fe7, oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-6b9418ab-af96-8704-42e7-a8b11c44feed, oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-8c1b1b57-e9d2-35cf-42a3-dc8617f0d035 ;
  a2a:hasEvent oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_0, oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_1, oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_2, oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_3, oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_4, oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_5 ;
  a2a:hasSource oa:source_wba_99e03087-3c06-61dc-e116-22bab1e484dd .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-c0ee65ad-c0ef-d3f3-b437-99ae4932a84c
  a a2a:Person ;
  rdfs:label "Cornelia van Dorst" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Dorst" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dorst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-146a06b1-a823-b219-38ca-74d93cbf0393
  a a2a:Person ;
  rdfs:label "Sebastianus Gelten" ;
  a2a:PersonName [
    rdfs:label "Sebastianus Gelten" ;
    a2a:PersonNameFirstName "Sebastianus" ;
    a2a:PersonNameLastName "Gelten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-a795cc05-1dc5-5f88-852d-0217623debd0
  a a2a:Person ;
  rdfs:label "Willem van Dorst" ;
  a2a:PersonName [
    rdfs:label "Willem van Dorst" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-96005404-4332-d7e4-989a-20d56f154fe7
  a a2a:Person ;
  rdfs:label "Cornelia Quijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia Quijk" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Quijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-6b9418ab-af96-8704-42e7-a8b11c44feed
  a a2a:Person ;
  rdfs:label "Marijnus Gelten" ;
  a2a:PersonName [
    rdfs:label "Marijnus Gelten" ;
    a2a:PersonNameFirstName "Marijnus" ;
    a2a:PersonNameLastName "Gelten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person-8c1b1b57-e9d2-35cf-42a3-dc8617f0d035
  a a2a:Person ;
  rdfs:label "Joanna Peters" ;
  a2a:PersonName [
    rdfs:label "Joanna Peters" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1835" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1835-04-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:c0ee65ad-c0ef-d3f3-b437-99ae4932a84c ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:146a06b1-a823-b219-38ca-74d93cbf0393 ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:a795cc05-1dc5-5f88-852d-0217623debd0 ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:96005404-4332-d7e4-989a-20d56f154fe7 ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_4
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:6b9418ab-af96-8704-42e7-a8b11c44feed ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:relationep_wba_99e03087-3c06-61dc-e116-22bab1e484dd_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Person:8c1b1b57-e9d2-35cf-42a3-dc8617f0d035 ;
  a2a:EventKeyRef oa:event_wba_99e03087-3c06-61dc-e116-22bab1e484dd_Event1 .

oa:source_wba_99e03087-3c06-61dc-e116-22bab1e484dd
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1835-04-13 - 1835-04-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-04-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-04-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1835" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1835-04-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3621, Periode: 1835" ;
    a2a:Book "Huwelijksregister Wouw 1835" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "3621" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3621, Periode: 1835, Huwelijksregister Wouw 1835, 3, 3621"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2b8ef844-3716-ddb9-1b65-bd79c17af345.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/99e03087-3c06-61dc-e116-22bab1e484dd" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2b8ef844-3716-ddb9-1b65-bd79c17af345.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/99e03087-3c06-61dc-e116-22bab1e484dd" ;
  a2a:RecordGUID "{99e03087-3c06-61dc-e116-22bab1e484dd}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_11144_00011144.xml van WBA" .

[] a2a:PersonRemarkdiversen "29 jaar, dienstbode" .
[] a2a:PersonRemarkdiversen "20 jaar, areider" .
