@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_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9
  a a2a:Record ;
  rdfs:label "Overlijden op 18 augustus 1888 te Warnsveld" ;
  a2a:hasPerson oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146059, oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146060, oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146061 ;
  a2a:hasEvent oa:event_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_0, oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_1, oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_2 ;
  a2a:hasSource oa:source_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9 .

oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146059
  a a2a:Person ;
  rdfs:label "Bernard Jan Rouwenhorst" ;
  a2a:PersonName [
    rdfs:label "Bernard Jan Rouwenhorst" ;
    a2a:PersonNameFirstName "Bernard Jan" ;
    a2a:PersonNameLastName "Rouwenhorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "11 Jaar" ;
    rdfs:label "11 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Warnsveld (Zutphen)" ;
    rdfs:label "Warnsveld (Zutphen)"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146060
  a a2a:Person ;
  rdfs:label "Gerard Rouwenhorst" ;
  a2a:PersonName [
    rdfs:label "Gerard Rouwenhorst" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNameLastName "Rouwenhorst"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146061
  a a2a:Person ;
  rdfs:label "Jaapje Gaijkhorst" ;
  a2a:PersonName [
    rdfs:label "Jaapje Gaijkhorst" ;
    a2a:PersonNameFirstName "Jaapje" ;
    a2a:PersonNameLastName "Gaijkhorst"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "18-08-1888" ;
    a2a:Year "1888" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "1888-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warnsveld" ;
    rdfs:label "Warnsveld"
  ] .

oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146059 ;
  a2a:EventKeyRef oa:event_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Event1 .

oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146060 ;
  a2a:EventKeyRef oa:event_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Event1 .

oa:relationep_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Person3030146061 ;
  a2a:EventKeyRef oa:event_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9_Event1 .

oa:source_gld_F3AF96E2-FC19-46F9-B9DA-09208C27CFD9
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Warnsveld" ;
    a2a:Country "Nederland" ;
    rdfs:label "Warnsveld, Nederland", "1888-08-18 - 1888-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-08-1888" ;
    a2a:Year "1888" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1888"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Warnsveld, Overlijdensregister" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "2551.13" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Warnsveld, Overlijdensregister, 35, 2551.13"
  ] ;
  a2a:SourceLastChangeDate "2022-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F3AF96E2FC1946F9B9DA09208C27CFD9" ;
  a2a:RecordIdentifier "3030146058" ;
  a2a:RecordGUID "{F3AF96E2-FC19-46F9-B9DA-09208C27CFD9}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B705735C260F43069C367865D7213F90" .

