@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_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 mei 1921 te Waterlandkerkje" ;
  a2a:hasPerson oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person1, oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person2, oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person3, oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person4, oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person5, oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person6 ;
  a2a:hasEvent oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_0, oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_1, oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_2, oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_3, oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_4, oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_5 ;
  a2a:hasSource oa:source_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894 .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person1
  a a2a:Person ;
  rdfs:label "Cornelis Johannis Versprille" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannis Versprille" ;
    a2a:PersonNameFirstName "Cornelis Johannis" ;
    a2a:PersonNameLastName "Versprille"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "IJzendijke" ;
    rdfs:label "IJzendijke"
  ] ;
  a2a:Profession "Veldarbeider" .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person2
  a a2a:Person ;
  rdfs:label "Cornelis Johannis Versprille" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannis Versprille" ;
    a2a:PersonNameFirstName "Cornelis Johannis" ;
    a2a:PersonNameLastName "Versprille"
  ] ;
  a2a:Profession "Veldarbeider" .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person3
  a a2a:Person ;
  rdfs:label "Jacoba Janna van Kerkvoort" ;
  a2a:PersonName [
    rdfs:label "Jacoba Janna van Kerkvoort" ;
    a2a:PersonNameFirstName "Jacoba Janna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kerkvoort"
  ] ;
  a2a:Profession "Zonder" .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person4
  a a2a:Person ;
  rdfs:label "Catharina Jansen" ;
  a2a:PersonName [
    rdfs:label "Catharina Jansen" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaamslag" ;
    rdfs:label "Zaamslag"
  ] ;
  a2a:Profession "Dienstbode" .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person5
  a a2a:Person ;
  rdfs:label "Cornelis Jansen" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jansen" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Profession "Veldarbeider" .

oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person6
  a a2a:Person ;
  rdfs:label "Janna Verplanke" ;
  a2a:PersonName [
    rdfs:label "Janna Verplanke" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Verplanke"
  ] ;
  a2a:Profession "Zonder" .

oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1921-05-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waterlandkerkje" ;
    rdfs:label "Waterlandkerkje"
  ] .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person1 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person2 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person3 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person4 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person5 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:relationep_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Person6 ;
  a2a:EventKeyRef oa:event_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894_Event1 .

oa:source_zar_04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Waterlandkerkje" ;
    rdfs:label "Waterlandkerkje", "1796-01-01 - 1797-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1921-05-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Waterlandkerkje huwelijksakten burgerlijke stand" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "WLK-H-1921" ;
    rdfs:label "Zeeuws Archief, Waterlandkerkje huwelijksakten burgerlijke stand, 4, WLK-H-1921"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.zeeuwengezocht.nl/maisi_ajax_proxy.php?mivast=1539&mizig=862&miadt=239&miaet=185&micode=25&minr=14740401&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  a2a:SourceLastChangeDate "2016-06-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=25.WLK-H-1921&minr=11018768&miview=ldt" ;
  a2a:RecordGUID "{04BFB2AB-2F9F-44B5-BAF9-EB69A39B6894}" .

