@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_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13
  a a2a:Record ;
  rdfs:label "Overlijden op 21 maart 1821 te Voorschoten" ;
  a2a:hasPerson oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person1, oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person2, oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person3, oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person4 ;
  a2a:hasEvent oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1 ;
  a2a:hasRelationEP oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_0, oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_1, oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_2, oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_3 ;
  a2a:hasSource oa:source_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13 .

oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person1
  a a2a:Person ;
  rdfs:label "Albertus Turion" ;
  a2a:PersonName [
    rdfs:label "Albertus Turion" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Turion"
  ] ;
  a2a:Residence [
    a2a:Place "no. 110" ;
    rdfs:label "no. 110"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "61" ;
    rdfs:label "61"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leijden" ;
    rdfs:label "Leijden"
  ] ;
  a2a:Profession "metselaar" .

oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person2
  a a2a:Person ;
  rdfs:label "Jacob Turion" ;
  a2a:PersonName [
    rdfs:label "Jacob Turion" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Turion"
  ] .

oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person3
  a a2a:Person ;
  rdfs:label "Willemijntje Put" ;
  a2a:PersonName [
    rdfs:label "Willemijntje Put" ;
    a2a:PersonNameFirstName "Willemijntje" ;
    a2a:PersonNameLastName "Put"
  ] .

oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person4
  a a2a:Person ;
  rdfs:label "Elizabeth van der Boon" ;
  a2a:PersonName [
    rdfs:label "Elizabeth van der Boon" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Boon"
  ] .

oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "03" ;
    a2a:Day "21" ;
    rdfs:label "1821-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person1 ;
  a2a:EventKeyRef oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1 .

oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person2 ;
  a2a:EventKeyRef oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1 .

oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person3 ;
  a2a:EventKeyRef oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1 .

oa:relationep_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_3
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Person4 ;
  a2a:EventKeyRef oa:event_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13_Event1 .

oa:source_was_a5ba91f8-617c-9dfd-16f3-a4b656db9d13
  a a2a:Source ;
  rdfs:label "Gemeentearchief Wassenaar, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten", "1811-01-01 - 1950-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1840" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Wassenaar" ;
    a2a:Place "Voorschoten" ;
    a2a:Collection "Voorschoten overlijden 1812-1822. Voorschoten" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "21" ;
    rdfs:label "Gemeentearchief Wassenaar, Voorschoten, Voorschoten overlijden 1812-1822. Voorschoten, 10, 21"
  ] ;
  a2a:SourceLastChangeDate "2012-03-19"^^xsd:date ;
  a2a:RecordGUID "{a5ba91f8-617c-9dfd-16f3-a4b656db9d13}" .

[] a2a:PersonRemarkOpmerkingen "echtgenoot/echtgenote" .
