@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_04c4e113-e857-6b70-13f3-5dfcb8d5cb36
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juli 1917 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person1, oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person2, oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person3, oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person4 ;
  a2a:hasEvent oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_0, oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_1, oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_2, oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_3 ;
  a2a:hasSource oa:source_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36 .

oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person1
  a a2a:Person ;
  rdfs:label "Ludovicus Antonius Langhamer" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Antonius Langhamer" ;
    a2a:PersonNameFirstName "Ludovicus Antonius" ;
    a2a:PersonNameLastName "Langhamer"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person2
  a a2a:Person ;
  rdfs:label "Ludovicus Langhamer" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Langhamer" ;
    a2a:PersonNameFirstName "Ludovicus" ;
    a2a:PersonNameLastName "Langhamer"
  ] .

oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person3
  a a2a:Person ;
  rdfs:label "Maria Dietz" ;
  a2a:PersonName [
    rdfs:label "Maria Dietz" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Dietz"
  ] .

oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person4
  a a2a:Person ;
  rdfs:label "Regina Maria Hartman" ;
  a2a:PersonName [
    rdfs:label "Regina Maria Hartman" ;
    a2a:PersonNameFirstName "Regina Maria" ;
    a2a:PersonNameLastName "Hartman"
  ] .

oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1917-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person1 ;
  a2a:EventKeyRef oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1 .

oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person2 ;
  a2a:EventKeyRef oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1 .

oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person3 ;
  a2a:EventKeyRef oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1 .

oa:relationep_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_3
  a a2a:RelationEP ;
  rdfs:label "other:Relatie" ;
  a2a:RelationType "other:Relatie" ;
  a2a:PersonKeyRef oa:person_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Person4 ;
  a2a:EventKeyRef oa:event_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36_Event1 .

oa:source_srt_04c4e113-e857-6b70-13f3-5dfcb8d5cb36
  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_032" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, s1_032"
  ] ;
  a2a:SourceLastChangeDate "2015-08-02"^^xsd:date ;
  a2a:RecordIdentifier "550844" ;
  a2a:RecordGUID "{04c4e113-e857-6b70-13f3-5dfcb8d5cb36}" ;
  a2a:SourceRemarkOpmerking "akte nr. 99, overleden te Poortugaal" .

