@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_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 19 mei 1919" ;
  a2a:hasPerson oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person1, oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person2, oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person3, oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person4 ;
  a2a:hasEvent oa:event_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_0, oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_1, oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_2 ;
  a2a:hasRelationPP oa:relationpp_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_0 ;
  a2a:hasSource oa:source_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4 .

oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person1
  a a2a:Person ;
  rdfs:label "Jannigje Vos" ;
  a2a:PersonName [
    rdfs:label "Jannigje Vos" ;
    a2a:PersonNameFirstName "Jannigje" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "72" ;
    rdfs:label "72"
  ] .

oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person2
  a a2a:Person ;
  rdfs:label "Peter Vos" ;
  a2a:PersonName [
    rdfs:label "Peter Vos" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Vos"
  ] .

oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person3
  a a2a:Person ;
  rdfs:label "Metje Versluis" ;
  a2a:PersonName [
    rdfs:label "Metje Versluis" ;
    a2a:PersonNameFirstName "Metje" ;
    a2a:PersonNameLastName "Versluis"
  ] .

oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person4
  a a2a:Person ;
  rdfs:label "Gerrit den Hartog" ;
  a2a:PersonName [
    rdfs:label "Gerrit den Hartog" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Hartog"
  ] .

oa:event_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "19-05-1919" ;
    a2a:Year "1919" ;
    a2a:Month "05" ;
    a2a:Day "19" ;
    rdfs:label "1919-05-19"^^xsd:date
  ] .

oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person1 ;
  a2a:EventKeyRef oa:event_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Event1 .

oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person2 ;
  a2a:EventKeyRef oa:event_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Event1 .

oa:relationep_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person3 ;
  a2a:EventKeyRef oa:event_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Event1 .

oa:relationpp_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_0
  a a2a:RelationPP ;
  rdfs:label "Weduwe" ;
  a2a:RelationType "Weduwe" ;
  a2a:PersonKeyRef oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person1, oa:person_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4_Person4 .

oa:source_rzh_2b641d4e-e80e-4a0d-925f-1f669df9abe4
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leerdam" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Leerdam, Zuid-Holland", "1919-05-20 - 1919-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-05-1919" ;
    a2a:Year "1919" ;
    a2a:Month "05" ;
    a2a:Day "20" ;
    rdfs:label "20-05-1919"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "65" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 65"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{2b641d4e-e80e-4a0d-925f-1f669df9abe4}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" .

