@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_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a
  a a2a:Record ;
  rdfs:label "Overlijden op 27 mei 1936 te IJsselstein" ;
  a2a:hasPerson oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person1, oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person2, oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person3, oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person4 ;
  a2a:hasEvent oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_0, oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_1, oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_2, oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_3 ;
  a2a:hasSource oa:source_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a .

oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person1
  a a2a:Person ;
  rdfs:label "Geertruij van Elst" ;
  a2a:PersonName [
    rdfs:label "Geertruij van Elst" ;
    a2a:PersonNameFirstName "Geertruij" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "IJsselstein" ;
    rdfs:label "IJsselstein"
  ] .

oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person2
  a a2a:Person ;
  rdfs:label "Zeeger van Elst" ;
  a2a:PersonName [
    rdfs:label "Zeeger van Elst" ;
    a2a:PersonNameFirstName "Zeeger" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Elst"
  ] .

oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person3
  a a2a:Person ;
  rdfs:label "Everina de Kruijf" ;
  a2a:PersonName [
    rdfs:label "Everina de Kruijf" ;
    a2a:PersonNameFirstName "Everina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kruijf"
  ] .

oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person4
  a a2a:Person ;
  rdfs:label "Gerardus Johannes Franciscus Lamers" ;
  a2a:PersonName [
    rdfs:label "Gerardus Johannes Franciscus Lamers" ;
    a2a:PersonNameFirstName "Gerardus Johannes Franciscus" ;
    a2a:PersonNameLastName "Lamers"
  ] .

oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1936" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1936-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "IJsselstein" ;
    rdfs:label "IJsselstein"
  ] .

oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person1 ;
  a2a:EventKeyRef oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1 .

oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person2 ;
  a2a:EventKeyRef oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1 .

oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person3 ;
  a2a:EventKeyRef oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1 .

oa:relationep_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_3
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Person4 ;
  a2a:EventKeyRef oa:event_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a_Event1 .

oa:source_rel_f3c40960-a236-3e95-a0f7-7cf8b60a6a0a
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "IJsselstein" ;
    rdfs:label "IJsselstein", "1936-01-01 - 1936-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1936-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1936-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1936" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1936-05-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Overlijdensakte" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "1118" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Overlijdensakte, 25, 1118"
  ] ;
  a2a:SourceLastChangeDate "2018-03-16"^^xsd:date ;
  a2a:RecordGUID "{f3c40960-a236-3e95-a0f7-7cf8b60a6a0a}" ;
  a2a:SourceRemarkProvenance "rhcrl_y002b_1079, 1106-1118_overlijdensakten-ijsselstein_1811-1942_b.xlsx csv2a2a" .

