@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_9bc69ba0-6869-12f2-e907-b99d4b17096c
  a a2a:Record ;
  rdfs:label "Overlijden op 23 februari 1880 te Woerden" ;
  a2a:hasPerson oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person1, oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person2, oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person3 ;
  a2a:hasEvent oa:event_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_0, oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_1, oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_2 ;
  a2a:hasSource oa:source_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c .

oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person1
  a a2a:Person ;
  rdfs:label "Pieter Huiden" ;
  a2a:PersonName [
    rdfs:label "Pieter Huiden" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Huiden"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "5 jaar" ;
    rdfs:label "5 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person2
  a a2a:Person ;
  rdfs:label "Gerrit Huiden" ;
  a2a:PersonName [
    rdfs:label "Gerrit Huiden" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Huiden"
  ] .

oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person3
  a a2a:Person ;
  rdfs:label "Geertruij Rietveld" ;
  a2a:PersonName [
    rdfs:label "Geertruij Rietveld" ;
    a2a:PersonNameFirstName "Geertruij" ;
    a2a:PersonNameLastName "Rietveld"
  ] .

oa:event_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1880-02-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person1 ;
  a2a:EventKeyRef oa:event_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Event1 .

oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person2 ;
  a2a:EventKeyRef oa:event_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Event1 .

oa:relationep_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Person3 ;
  a2a:EventKeyRef oa:event_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c_Event1 .

oa:source_rel_9bc69ba0-6869-12f2-e907-b99d4b17096c
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "1880-01-01 - 1880-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1880-02-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Overlijdensakte" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "1700" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Overlijdensakte, 20, 1700"
  ] ;
  a2a:SourceLastChangeDate "2018-03-16"^^xsd:date ;
  a2a:RecordGUID "{9bc69ba0-6869-12f2-e907-b99d4b17096c}" ;
  a2a:SourceRemarkProvenance "rhcrl_w021_1694-1706f_overlijdensakten-woerden_1811-1960_b.xlsx csv2a2a" .

