@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_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0
  a a2a:Record ;
  rdfs:label "Overlijden op 24 september 1897 te Westdorpe" ;
  a2a:hasPerson oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person1, oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person2, oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person3, oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person4 ;
  a2a:hasEvent oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_0, oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_1, oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_2, oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_3 ;
  a2a:hasSource oa:source_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0 .

oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person1
  a a2a:Person ;
  rdfs:label "Apolonia van Goethem" ;
  a2a:PersonName [
    rdfs:label "Apolonia van Goethem" ;
    a2a:PersonNameFirstName "Apolonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goethem"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "54 jaar" ;
    rdfs:label "54 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Koewacht" ;
    rdfs:label "Koewacht"
  ] ;
  a2a:Profession "Arbeidster" .

oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person2
  a a2a:Person ;
  rdfs:label "Norbertus van Loij" ;
  a2a:PersonName [
    rdfs:label "Norbertus van Loij" ;
    a2a:PersonNameFirstName "Norbertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loij"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "60" ;
    rdfs:label "60"
  ] ;
  a2a:Profession "Arbeider" .

oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person3
  a a2a:Person ;
  rdfs:label "Macharius van Goethem" ;
  a2a:PersonName [
    rdfs:label "Macharius van Goethem" ;
    a2a:PersonNameFirstName "Macharius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goethem"
  ] .

oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person4
  a a2a:Person ;
  rdfs:label "Maria Thersia Bauderingeen" ;
  a2a:PersonName [
    rdfs:label "Maria Thersia Bauderingeen" ;
    a2a:PersonNameFirstName "Maria Thersia" ;
    a2a:PersonNameLastName "Bauderingeen"
  ] .

oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1897-09-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westdorpe" ;
    rdfs:label "Westdorpe"
  ] .

oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person1 ;
  a2a:EventKeyRef oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1 .

oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person2 ;
  a2a:EventKeyRef oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1 .

oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person3 ;
  a2a:EventKeyRef oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1 .

oa:relationep_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Person4 ;
  a2a:EventKeyRef oa:event_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0_Event1 .

oa:source_zar_7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Westdorpe" ;
    rdfs:label "Westdorpe", "1897-01-01 - 1897-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1897" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Westdorpe overlijdensakten burgerlijke stand" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "WDP-O-1897" ;
    rdfs:label "Zeeuws Archief, Westdorpe overlijdensakten burgerlijke stand, 19, WDP-O-1897"
  ] ;
  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.WDP-O-1897&minr=8805591&miview=ldt" ;
  a2a:RecordGUID "{7C2F36DB-27D9-42CB-9BAF-B609B6EB4BB0}" .

