@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_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3
  a a2a:Record ;
  rdfs:label "Overlijden op 7 augustus 1880 te Kralingen" ;
  a2a:hasPerson oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904141, oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904144, oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904142, oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904143 ;
  a2a:hasEvent oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_0, oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_1, oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_2, oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_3 ;
  a2a:hasSource oa:source_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3 .

oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904141
  a a2a:Person ;
  rdfs:label "Jozeph Lockhorst" ;
  a2a:PersonName [
    rdfs:label "Jozeph Lockhorst" ;
    a2a:PersonNameFirstName "Jozeph" ;
    a2a:PersonNameLastName "Lockhorst"
  ] ;
  a2a:Gender "Man" .

oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904144
  a a2a:Person ;
  rdfs:label "Neeltje Olijman" ;
  a2a:PersonName [
    rdfs:label "Neeltje Olijman" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Olijman"
  ] .

oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904142
  a a2a:Person ;
  rdfs:label "Anthonie Lockhorst" ;
  a2a:PersonName [
    rdfs:label "Anthonie Lockhorst" ;
    a2a:PersonNameFirstName "Anthonie" ;
    a2a:PersonNameLastName "Lockhorst"
  ] .

oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904143
  a a2a:Person ;
  rdfs:label "Aagje van Reeuwijk" ;
  a2a:PersonName [
    rdfs:label "Aagje van Reeuwijk" ;
    a2a:PersonNameFirstName "Aagje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Reeuwijk"
  ] .

oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "07-08-1880" ;
    a2a:Year "1880" ;
    a2a:Month "08" ;
    a2a:Day "07" ;
    rdfs:label "1880-08-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kralingen" ;
    rdfs:label "Kralingen"
  ] .

oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904141 ;
  a2a:EventKeyRef oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1 .

oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904144 ;
  a2a:EventKeyRef oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1 .

oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904142 ;
  a2a:EventKeyRef oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1 .

oa:relationep_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Person2029904143 ;
  a2a:EventKeyRef oa:event_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3_Event1 .

oa:source_srt_B1EB7C20-29C6-4011-B85E-18CFC2AB82F3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kralingen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Kralingen, Nederland", "1880-01-01 - 1880-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1880" ;
    a2a:Year "1880" ;
    rdfs:label "1880"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van het ambacht en de gemeente Kralingen" ;
    a2a:Book "Index op het overlijdensregister van de gemeente Kralingen, 1880" ;
    a2a:DocumentNumber "207" ;
    a2a:RegistryNumber "801" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van het ambacht en de gemeente Kralingen, Index op het overlijdensregister van de gemeente Kralingen, 1880, 207, 801"
  ] ;
  a2a:SourceLastChangeDate "2025-12-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B1EB7C2029C64011B85E18CFC2AB82F3" ;
  a2a:RecordIdentifier "2029904140" ;
  a2a:RecordGUID "{B1EB7C20-29C6-4011-B85E-18CFC2AB82F3}" ;
  a2a:SourceRemarkOpmerking "Ouders beiden overleden" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9A9B9DD6DFA5442FB0372C95687BE831" .

