@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_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb
  a a2a:Record ;
  rdfs:label "Overlijden op 5 februari 1968 te Delft" ;
  a2a:hasPerson oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person1, oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person2, oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person3, oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person4 ;
  a2a:hasEvent oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_0, oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_1, oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_2, oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_3 ;
  a2a:hasSource oa:source_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb .

oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person1
  a a2a:Person ;
  rdfs:label "Jacob Jacobus Ruijsbroek" ;
  a2a:PersonName [
    rdfs:label "Jacob Jacobus Ruijsbroek" ;
    a2a:PersonNameFirstName "Jacob Jacobus" ;
    a2a:PersonNameLastName "Ruijsbroek"
  ] ;
  a2a:Residence [
    a2a:Place "Schipluiden" ;
    rdfs:label "Schipluiden"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "55" ;
    rdfs:label "55"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schipluiden" ;
    rdfs:label "Schipluiden"
  ] ;
  a2a:Profession "uitvoerder" .

oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person2
  a a2a:Person ;
  rdfs:label "Aagje Johanna Maria van der Gaag" ;
  a2a:PersonName [
    rdfs:label "Aagje Johanna Maria van der Gaag" ;
    a2a:PersonNameFirstName "Aagje Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Gaag"
  ] .

oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person3
  a a2a:Person ;
  rdfs:label "Bertus Cornelis Ruijsbroek" ;
  a2a:PersonName [
    rdfs:label "Bertus Cornelis Ruijsbroek" ;
    a2a:PersonNameFirstName "Bertus Cornelis" ;
    a2a:PersonNameLastName "Ruijsbroek"
  ] .

oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person4
  a a2a:Person ;
  rdfs:label "Christina Lina Hanemaaijer" ;
  a2a:PersonName [
    rdfs:label "Christina Lina Hanemaaijer" ;
    a2a:PersonNameFirstName "Christina Lina" ;
    a2a:PersonNameLastName "Hanemaaijer"
  ] .

oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1968" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1968-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person1 ;
  a2a:EventKeyRef oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1 .

oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_1
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person2 ;
  a2a:EventKeyRef oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1 .

oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person3 ;
  a2a:EventKeyRef oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1 .

oa:relationep_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Person4 ;
  a2a:EventKeyRef oa:event_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb_Event1 .

oa:source_ade_afd710b2-4d08-58c5-7eda-2b735211b7eb
  a a2a:Source ;
  rdfs:label "Archief Delft, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1811-01-01 - 1994-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1994-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Archief van de burgerlijke stand van Delft" ;
    a2a:Book "Register van overlijdensakten, 1968" ;
    a2a:DocumentNumber "95" ;
    a2a:RegistryNumber "00686" ;
    rdfs:label "Archief Delft, Archief van de burgerlijke stand van Delft, Register van overlijdensakten, 1968, 95, 00686"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD40351508" ;
  a2a:RecordGUID "{afd710b2-4d08-58c5-7eda-2b735211b7eb}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0015.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_BS_overlijdens_Delft.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

