@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_01A7ABE6-4635-4CFB-90BA-BD4AD466480C
  a a2a:Record ;
  rdfs:label "Overlijden op 8 mei 1926 te Westkapelle" ;
  a2a:hasPerson oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person1, oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person2, oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person3, oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person4 ;
  a2a:hasEvent oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_0, oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_1, oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_2, oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_3 ;
  a2a:hasSource oa:source_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C .

oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person1
  a a2a:Person ;
  rdfs:label "Johanna Gabrielse" ;
  a2a:PersonName [
    rdfs:label "Johanna Gabrielse" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Gabrielse"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westkapelle" ;
    rdfs:label "Westkapelle"
  ] ;
  a2a:Profession "Zonder" .

oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person2
  a a2a:Person ;
  rdfs:label "Pieter Huibregtse" ;
  a2a:PersonName [
    rdfs:label "Pieter Huibregtse" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Huibregtse"
  ] ;
  a2a:Profession "Dijkwerker" .

oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person3
  a a2a:Person ;
  rdfs:label "Stefanus Gabrielse" ;
  a2a:PersonName [
    rdfs:label "Stefanus Gabrielse" ;
    a2a:PersonNameFirstName "Stefanus" ;
    a2a:PersonNameLastName "Gabrielse"
  ] .

oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person4
  a a2a:Person ;
  rdfs:label "Apolonia Faasse" ;
  a2a:PersonName [
    rdfs:label "Apolonia Faasse" ;
    a2a:PersonNameFirstName "Apolonia" ;
    a2a:PersonNameLastName "Faasse"
  ] .

oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1926" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1926-05-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westkapelle" ;
    rdfs:label "Westkapelle"
  ] .

oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person1 ;
  a2a:EventKeyRef oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1 .

oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person2 ;
  a2a:EventKeyRef oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1 .

oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person3 ;
  a2a:EventKeyRef oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1 .

oa:relationep_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Person4 ;
  a2a:EventKeyRef oa:event_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C_Event1 .

oa:source_zar_01A7ABE6-4635-4CFB-90BA-BD4AD466480C
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Westkapelle" ;
    rdfs:label "Westkapelle", "1926-01-01 - 1926-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1926" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Westkapelle overlijdensakten burgerlijke stand" ;
    a2a:DocumentNumber "14" ;
    a2a:RegistryNumber "WKP-O-1926" ;
    rdfs:label "Zeeuws Archief, Westkapelle overlijdensakten burgerlijke stand, 14, WKP-O-1926"
  ] ;
  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=12751648&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  a2a:SourceLastChangeDate "2016-09-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=25.WKP-O-1926&minr=11009984&miview=ldt" ;
  a2a:RecordGUID "{01A7ABE6-4635-4CFB-90BA-BD4AD466480C}" .

