@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_d4f378c7-e231-8f27-d811-3b0d90dcde1b
  a a2a:Record ;
  rdfs:label "Overlijden op 11 april 1917 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person1, oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person2, oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person3, oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person4 ;
  a2a:hasEvent oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_0, oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_1, oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_2, oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_3 ;
  a2a:hasSource oa:source_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b .

oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person1
  a a2a:Person ;
  rdfs:label "Johanna Kok" ;
  a2a:PersonName [
    rdfs:label "Johanna Kok" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kok"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person2
  a a2a:Person ;
  rdfs:label "Johannes Herm Kok" ;
  a2a:PersonName [
    rdfs:label "Johannes Herm Kok" ;
    a2a:PersonNameFirstName "Johannes Herm" ;
    a2a:PersonNameLastName "Kok"
  ] .

oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person3
  a a2a:Person ;
  rdfs:label "Sophia Willemina Langeraar" ;
  a2a:PersonName [
    rdfs:label "Sophia Willemina Langeraar" ;
    a2a:PersonNameFirstName "Sophia Willemina" ;
    a2a:PersonNameLastName "Langeraar"
  ] .

oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person4
  a a2a:Person ;
  rdfs:label "Lodewijk Hulswit" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Hulswit" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Hulswit"
  ] .

oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1917-04-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person1 ;
  a2a:EventKeyRef oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1 .

oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person2 ;
  a2a:EventKeyRef oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1 .

oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person3 ;
  a2a:EventKeyRef oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1 .

oa:relationep_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_3
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Person4 ;
  a2a:EventKeyRef oa:event_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b_Event1 .

oa:source_srt_d4f378c7-e231-8f27-d811-3b0d90dcde1b
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam", "1811-01-01 - 1960-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1960-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1918" ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, overlijdensakten" ;
    a2a:DocumentNumber "s1_017v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, s1_017v"
  ] ;
  a2a:SourceLastChangeDate "2015-08-02"^^xsd:date ;
  a2a:RecordIdentifier "550749" ;
  a2a:RecordGUID "{d4f378c7-e231-8f27-d811-3b0d90dcde1b}" ;
  a2a:SourceRemarkOpmerking "akte nr. 51, overleden te Poortugaal" .

