@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_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d
  a a2a:Record ;
  rdfs:label "Overlijden op 13 oktober 1984 te Oostburg" ;
  a2a:hasPerson oa:person_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Person1 ;
  a2a:hasEvent oa:event_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Event1 ;
  a2a:hasRelationEP oa:relationep_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_0 ;
  a2a:hasSource oa:source_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d .

oa:person_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Person1
  a a2a:Person ;
  rdfs:label "Leonie Anna Maria Modde" ;
  a2a:PersonName [
    rdfs:label "Leonie Anna Maria Modde" ;
    a2a:PersonNameFirstName "Leonie Anna Maria" ;
    a2a:PersonNameLastName "Modde"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "81 jaar" ;
    rdfs:label "81 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1903-07-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostburg" ;
    rdfs:label "Oostburg"
  ] .

oa:event_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1984" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1984-10-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oostburg" ;
    rdfs:label "Oostburg"
  ] .

oa:relationep_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Person1 ;
  a2a:EventKeyRef oa:event_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d_Event1 .

oa:source_gcz_ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d
  a a2a:Source ;
  rdfs:label "Genealogisch Centrum Zeeland, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Middelburg" ;
    rdfs:label "Middelburg", "1824-01-01 - 2013-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2013-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Genealogisch Centrum Zeeland" ;
    a2a:Collection "Bidprentjes Genealogisch Centrum Zeeland 1824-2013 (letter M)" ;
    a2a:RegistryNumber "BDP-M" ;
    rdfs:label "Genealogisch Centrum Zeeland, Bidprentjes Genealogisch Centrum Zeeland 1824-2013 (letter M), BDP-M"
  ] ;
  a2a:SourceLastChangeDate "2018-05-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=992-BDP-M&minr=14633375&miview=ldt" ;
  a2a:RecordGUID "{ba1db6cb-c293-73f5-cd98-18cf0bcb2e8d}" ;
  a2a:SourceRemarkOpmerking "Een fotokopie of scan moet u bestellen bij het Genealogisch Centrum Zeeland, via info@genealogischcentrum.nl en kost 2 euro. Donateurs van het centrum krijgen korting!" ;
  a2a:SourceRemarkProvenance "992-BDP-M_54_239_MAISI_PERS.txt txt2c2v c2v2a2a" .

