@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_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571
  a a2a:Record ;
  rdfs:label "BS Overlijden op 10 december 1909 te Oegstgeest" ;
  a2a:hasPerson oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-41bc3c76-37ad-beb3-606f-efd0e0d2edeb, oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-ea616b12-822c-06b9-fb30-aad80f16fabb, oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-5879ad1b-ad47-cc45-5f9f-bb7aedb31b21 ;
  a2a:hasEvent oa:event_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_0, oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_1, oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_2 ;
  a2a:hasSource oa:source_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571 .

oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-41bc3c76-37ad-beb3-606f-efd0e0d2edeb
  a a2a:Person ;
  rdfs:label "Elsje Boer" ;
  a2a:PersonName [
    rdfs:label "Elsje Boer" ;
    a2a:PersonNameFirstName "Elsje" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-ea616b12-822c-06b9-fb30-aad80f16fabb
  a a2a:Person ;
  rdfs:label "Arie Boer" ;
  a2a:PersonName [
    rdfs:label "Arie Boer" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person-5879ad1b-ad47-cc45-5f9f-bb7aedb31b21
  a a2a:Person ;
  rdfs:label "Clasina van Rijswijk" ;
  a2a:PersonName [
    rdfs:label "Clasina van Rijswijk" ;
    a2a:PersonNameFirstName "Clasina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijswijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1909-12-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest"
  ] .

oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person:41bc3c76-37ad-beb3-606f-efd0e0d2edeb ;
  a2a:EventKeyRef oa:event_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Event1 .

oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person:ea616b12-822c-06b9-fb30-aad80f16fabb ;
  a2a:EventKeyRef oa:event_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Event1 .

oa:relationep_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Person:5879ad1b-ad47-cc45-5f9f-bb7aedb31b21 ;
  a2a:EventKeyRef oa:event_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571_Event1 .

oa:source_elo_0ea48b71-e7d4-16a2-23ce-00c6769c2571
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest", "1906-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930), Deel: 939, Periode: 1906-..." ;
    a2a:Book "Overlijdensregister van Oegstgeest, 1906-1910." ;
    a2a:DocumentNumber "73" ;
    a2a:RegistryNumber "939" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930), Deel: 939, Periode: 1906-..., Overlijdensregister van Oegstgeest, 1906-1910., 73, 939"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/0ea48b71-e7d4-16a2-23ce-00c6769c2571" ;
  a2a:RecordGUID "{0ea48b71-e7d4-16a2-23ce-00c6769c2571}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1909<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0351/file/939\">Inventarisnummer 939 van archiefnummer 0351 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930)" ;
  a2a:SourceRemarkdeel "939" ;
  a2a:SourceRemarkregister_periode "1906-1910" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1665_00001665.xml van ELO" .

[]
  a2a:PersonRemarkplaats_overlijden "Oegstgeest" ;
  a2a:PersonRemarkdatum_overlijden "19091210" .

