@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_22f67cf9-e92f-8013-e953-baa26c205b3a
  a a2a:Record ;
  rdfs:label "Overlijden op 10 september 1842 te Voorschoten" ;
  a2a:hasPerson oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person1, oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person2, oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person3 ;
  a2a:hasEvent oa:event_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Event1 ;
  a2a:hasRelationEP oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_0, oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_1, oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_2 ;
  a2a:hasSource oa:source_was_22f67cf9-e92f-8013-e953-baa26c205b3a .

oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person1
  a a2a:Person ;
  rdfs:label "Maria Dobbe" ;
  a2a:PersonName [
    rdfs:label "Maria Dobbe" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Dobbe"
  ] ;
  a2a:Residence [
    a2a:Place "no. 41" ;
    rdfs:label "no. 41"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "4 maanden" ;
    rdfs:label "4 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person2
  a a2a:Person ;
  rdfs:label "Arie Dobbe" ;
  a2a:PersonName [
    rdfs:label "Arie Dobbe" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Dobbe"
  ] .

oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person3
  a a2a:Person ;
  rdfs:label "Josina Lagerenberg" ;
  a2a:PersonName [
    rdfs:label "Josina Lagerenberg" ;
    a2a:PersonNameFirstName "Josina" ;
    a2a:PersonNameLastName "Lagerenberg"
  ] .

oa:event_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "09" ;
    a2a:Day "10" ;
    rdfs:label "1842-09-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Voorschoten" ;
    rdfs:label "Voorschoten"
  ] .

oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person1 ;
  a2a:EventKeyRef oa:event_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Event1 .

oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person2 ;
  a2a:EventKeyRef oa:event_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Event1 .

oa:relationep_was_22f67cf9-e92f-8013-e953-baa26c205b3a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Person3 ;
  a2a:EventKeyRef oa:event_was_22f67cf9-e92f-8013-e953-baa26c205b3a_Event1 .

oa:source_was_22f67cf9-e92f-8013-e953-baa26c205b3a
  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 1833-1842. Voorschoten" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "23" ;
    rdfs:label "Gemeentearchief Wassenaar, Voorschoten, Voorschoten overlijden 1833-1842. Voorschoten, 32, 23"
  ] ;
  a2a:SourceLastChangeDate "2012-03-19"^^xsd:date ;
  a2a:RecordGUID "{22f67cf9-e92f-8013-e953-baa26c205b3a}" .

