@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_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6
  a a2a:Record ;
  rdfs:label "Overlijden op 28 oktober 1957 te Schiedam" ;
  a2a:hasPerson oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person1, oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person2, oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person3, oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person4, oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person5 ;
  a2a:hasEvent oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 ;
  a2a:hasRelationEP oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_0, oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_1, oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_2, oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_3, oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_4 ;
  a2a:hasSource oa:source_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6 .

oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person1
  a a2a:Person ;
  rdfs:label "Johanna Maria Engelberta de Groot" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Engelberta de Groot" ;
    a2a:PersonNameFirstName "Johanna Maria Engelberta" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1905-09-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person2
  a a2a:Person ;
  rdfs:label "Jacob Hille" ;
  a2a:PersonName [
    rdfs:label "Jacob Hille" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Hille"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1866-02-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person3
  a a2a:Person ;
  rdfs:label "Antonia Petronella Maria Kamp" ;
  a2a:PersonName [
    rdfs:label "Antonia Petronella Maria Kamp" ;
    a2a:PersonNameFirstName "Antonia Petronella Maria" ;
    a2a:PersonNameLastName "Kamp"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person4
  a a2a:Person ;
  rdfs:label "Jacobus Johannes Hille" ;
  a2a:PersonName [
    rdfs:label "Jacobus Johannes Hille" ;
    a2a:PersonNameFirstName "Jacobus Johannes" ;
    a2a:PersonNameLastName "Hille"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1898-05-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person5
  a a2a:Person ;
  rdfs:label "Elizabeth Lena Maria Harkema" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Lena Maria Harkema" ;
    a2a:PersonNameFirstName "Elizabeth Lena Maria" ;
    a2a:PersonNameLastName "Harkema"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1957" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1957-10-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] ;
  a2a:EventRemark01_Relation_Info "Overleden op 25-10-1957." .

oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_0
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person1 ;
  a2a:EventKeyRef oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 .

oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person2 ;
  a2a:EventKeyRef oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 .

oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person3 ;
  a2a:EventKeyRef oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 .

oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person4 ;
  a2a:EventKeyRef oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 .

oa:relationep_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_4
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Person5 ;
  a2a:EventKeyRef oa:event_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6_Event1 .

oa:source_sch_8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6
  a a2a:Source ;
  rdfs:label "Gemeentearchief Schiedam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Schiedam" ;
    a2a:Folio "487" ;
    rdfs:label "Gemeentearchief Schiedam, 487"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://sgen.schiedam.nl/?type=CERT&id=138173" ;
    a2a:UriPreview "https://sgen.schiedam.nl/scans/o1957/o1957-0487-a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://sgen.schiedam.nl/?type=CERT&amp;id=138173" ;
  a2a:RecordIdentifier "138173 / 4.1957.487" ;
  a2a:RecordGUID "{8f3f1265-3a4e-ecb4-1bff-9eb6b1a0e1e6}" ;
  a2a:SourceRemarkOpmerking "Overleden op 25-10-1957." ;
  a2a:SourceRemarkProvenance "ExportCertificates_grid1.csv+ExportPersons_grid1.csv (16-10-2025) via combine_csv / csv2a2a" .

