@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_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa
  a a2a:Record ;
  rdfs:label "Overlijden op 9 januari 1943 te Zoetermeer" ;
  a2a:hasPerson oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person1, oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person2, oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person3, oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person4 ;
  a2a:hasEvent oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1 ;
  a2a:hasRelationEP oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_0, oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_1, oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_2, oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_3 ;
  a2a:hasSource oa:source_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa .

oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person1
  a a2a:Person ;
  rdfs:label "Maria Manschot" ;
  a2a:PersonName [
    rdfs:label "Maria Manschot" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Manschot"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69" ;
    rdfs:label "69"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hekendorp" ;
    rdfs:label "Hekendorp"
  ] .

oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person2
  a a2a:Person ;
  rdfs:label "Gerrit Manschot" ;
  a2a:PersonName [
    rdfs:label "Gerrit Manschot" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Manschot"
  ] .

oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person3
  a a2a:Person ;
  rdfs:label "Aaltje Vermeer" ;
  a2a:PersonName [
    rdfs:label "Aaltje Vermeer" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Vermeer"
  ] .

oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person4
  a a2a:Person ;
  rdfs:label "Aart de Kramer" ;
  a2a:PersonName [
    rdfs:label "Aart de Kramer" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kramer"
  ] .

oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1943" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1943-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zoetermeer" ;
    rdfs:label "Zoetermeer"
  ] .

oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person1 ;
  a2a:EventKeyRef oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1 .

oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person2 ;
  a2a:EventKeyRef oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1 .

oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person3 ;
  a2a:EventKeyRef oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1 .

oa:relationep_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_3
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Person4 ;
  a2a:EventKeyRef oa:event_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa_Event1 .

oa:source_ztm_8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zoetermeer, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zoetermeer" ;
    rdfs:label "Zoetermeer", "1943-01-01 - 1943-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1943-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1943-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1943" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1943-01-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zoetermeer" ;
    a2a:DocumentNumber "3" ;
    rdfs:label "Gemeentearchief Zoetermeer, 3"
  ] ;
  a2a:SourceLastChangeDate "2018-01-30"^^xsd:date ;
  a2a:RecordGUID "{8a8fd1e2-beb3-cec1-ba60-c0c2b8d7b9fa}" ;
  a2a:SourceRemarkProvenance "Overlijden zoetermeer 1941-1950 A2A.xls per mail csv2a2a" .

[] a2a:PersonRemarkOpmerking "Echtgenote" .
