@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_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8
  a a2a:Record ;
  rdfs:label "Overlijden op 9 december 1962 te Lopik" ;
  a2a:hasPerson oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person1, oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person2, oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person3, oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person4 ;
  a2a:hasEvent oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_0, oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_1, oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_2, oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_3 ;
  a2a:hasSource oa:source_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8 .

oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person1
  a a2a:Person ;
  rdfs:label "Leendert Bastiaan Schep" ;
  a2a:PersonName [
    rdfs:label "Leendert Bastiaan Schep" ;
    a2a:PersonNameFirstName "Leendert Bastiaan" ;
    a2a:PersonNameLastName "Schep"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "81 jaar" ;
    rdfs:label "81 jaar"
  ] .

oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person2
  a a2a:Person ;
  rdfs:label "Arie Schep" ;
  a2a:PersonName [
    rdfs:label "Arie Schep" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Schep"
  ] .

oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person3
  a a2a:Person ;
  rdfs:label "Aaltje Vermeulen" ;
  a2a:PersonName [
    rdfs:label "Aaltje Vermeulen" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Vermeulen"
  ] .

oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person4
  a a2a:Person ;
  rdfs:label "Neeltje Rozendaal" ;
  a2a:PersonName [
    rdfs:label "Neeltje Rozendaal" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Rozendaal"
  ] .

oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1962-12-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lopik" ;
    rdfs:label "Lopik"
  ] .

oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person1 ;
  a2a:EventKeyRef oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1 .

oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person2 ;
  a2a:EventKeyRef oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1 .

oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person3 ;
  a2a:EventKeyRef oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1 .

oa:relationep_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_3
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Person4 ;
  a2a:EventKeyRef oa:event_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8_Event1 .

oa:source_rel_cd970ca9-34d3-b5b6-0d8c-d35c1952bef8
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Lopik" ;
    rdfs:label "Lopik", "1962-01-01 - 1962-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1962-12-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Overlijdensakte" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "44" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Overlijdensakte, 29, 44"
  ] ;
  a2a:SourceLastChangeDate "2022-03-28"^^xsd:date ;
  a2a:RecordGUID "{cd970ca9-34d3-b5b6-0d8c-d35c1952bef8}" ;
  a2a:SourceRemarkProvenance "rhcrl_l048b_44_overlijden-lopik_1961-1965_a.xlsx csv2a2a" .

