@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_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juni 1855 te Lemperhoek" ;
  a2a:hasPerson oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827799, oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827800, oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827801, oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827802 ;
  a2a:hasEvent oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_0, oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_1, oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_2, oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_3 ;
  a2a:hasSource oa:source_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455 .

oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827799
  a a2a:Person ;
  rdfs:label "Garrit Leussink ook van der Leus" ;
  a2a:PersonName [
    rdfs:label "Garrit Leussink ook van der Leus" ;
    a2a:PersonNameFirstName "Garrit" ;
    a2a:PersonNameLastName "Leussink ook van der Leus"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "75 Jaar" ;
    rdfs:label "75 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Diepenheim (Hof van Twente)" ;
    rdfs:label "Diepenheim (Hof van Twente)"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827800
  a a2a:Person ;
  rdfs:label "Berend van der Leus" ;
  a2a:PersonName [
    rdfs:label "Berend van der Leus" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Leus"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827801
  a a2a:Person ;
  rdfs:label "Hendrika Nijhuis" ;
  a2a:PersonName [
    rdfs:label "Hendrika Nijhuis" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Nijhuis"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827802
  a a2a:Person ;
  rdfs:label "Geertjen Schuulman" ;
  a2a:PersonName [
    rdfs:label "Geertjen Schuulman" ;
    a2a:PersonNameFirstName "Geertjen" ;
    a2a:PersonNameLastName "Schuulman"
  ] .

oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "11-06-1855" ;
    a2a:Year "1855" ;
    a2a:Month "06" ;
    a2a:Day "11" ;
    rdfs:label "1855-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lemperhoek" ;
    rdfs:label "Lemperhoek"
  ] .

oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827799 ;
  a2a:EventKeyRef oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1 .

oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827800 ;
  a2a:EventKeyRef oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1 .

oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827801 ;
  a2a:EventKeyRef oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1 .

oa:relationep_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Person3047827802 ;
  a2a:EventKeyRef oa:event_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455_Event1 .

oa:source_gld_2DB8E87D-3DCE-4322-9DA7-7B78FF971455
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Borculo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Borculo, Nederland", "1855-06-11 - 1855-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-06-1855" ;
    a2a:Year "1855" ;
    a2a:Month "06" ;
    a2a:Day "11" ;
    rdfs:label "11-06-1855"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Borculo, Overlijdensregister" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "6084.12" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Borculo, Overlijdensregister, 38, 6084.12"
  ] ;
  a2a:SourceLastChangeDate "2022-12-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2DB8E87D3DCE43229DA77B78FF971455" ;
  a2a:RecordIdentifier "3047827798" ;
  a2a:RecordGUID "{2DB8E87D-3DCE-4322-9DA7-7B78FF971455}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/51755320771D47928379E4C4E1F6AF34" .

