@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_f4fcc331-8ba2-ada3-c4d2-774a20f19c11
  a a2a:Record ;
  rdfs:label "BS Overlijden op 12 maart 1908 te Oegstgeest" ;
  a2a:hasPerson oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-b9ab892a-9a53-aa86-f868-e85c47b13bf7, oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-f336e241-f2c8-e0c0-15be-ecd60779dda3, oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-ddfafc30-198e-5c8f-7421-11b508ca0f8b ;
  a2a:hasEvent oa:event_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_0, oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_1, oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_2 ;
  a2a:hasSource oa:source_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11 .

oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-b9ab892a-9a53-aa86-f868-e85c47b13bf7
  a a2a:Person ;
  rdfs:label "Johanna Boterman" ;
  a2a:PersonName [
    rdfs:label "Johanna Boterman" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Boterman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-f336e241-f2c8-e0c0-15be-ecd60779dda3
  a a2a:Person ;
  rdfs:label "Hermanus Boterman" ;
  a2a:PersonName [
    rdfs:label "Hermanus Boterman" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Boterman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person-ddfafc30-198e-5c8f-7421-11b508ca0f8b
  a a2a:Person ;
  rdfs:label "Jannetje van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Jannetje van Leeuwen" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1908-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest"
  ] .

oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person:b9ab892a-9a53-aa86-f868-e85c47b13bf7 ;
  a2a:EventKeyRef oa:event_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Event1 .

oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person:f336e241-f2c8-e0c0-15be-ecd60779dda3 ;
  a2a:EventKeyRef oa:event_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Event1 .

oa:relationep_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Person:ddfafc30-198e-5c8f-7421-11b508ca0f8b ;
  a2a:EventKeyRef oa:event_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11_Event1 .

oa:source_elo_f4fcc331-8ba2-ada3-c4d2-774a20f19c11
  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 "24" ;
    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., 24, 939"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/f4fcc331-8ba2-ada3-c4d2-774a20f19c11" ;
  a2a:RecordGUID "{f4fcc331-8ba2-ada3-c4d2-774a20f19c11}" ;
  a2a:SourceRemarkOpmerking "Johanna Boterman was weduwe van Jan de Best<br>Jaar akte: 1908<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_20260528_28537_00028537.xml van ELO" .

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

