@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_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B
  a a2a:Record ;
  rdfs:label "Overlijden op 10 maart 1901 te Oosthuizen" ;
  a2a:hasPerson oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242690, oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242691, oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242692, oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242693 ;
  a2a:hasEvent oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_0, oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_1, oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_2, oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_3 ;
  a2a:hasSource oa:source_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B .

oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242690
  a a2a:Person ;
  rdfs:label "Evertjen Houtjes" ;
  a2a:PersonName [
    rdfs:label "Evertjen Houtjes" ;
    a2a:PersonNameFirstName "Evertjen" ;
    a2a:PersonNameLastName "Houtjes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 Jaar" ;
    rdfs:label "71 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242691
  a a2a:Person ;
  rdfs:label "Aalbert Houtjes" ;
  a2a:PersonName [
    rdfs:label "Aalbert Houtjes" ;
    a2a:PersonNameFirstName "Aalbert" ;
    a2a:PersonNameLastName "Houtjes"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242692
  a a2a:Person ;
  rdfs:label "Evertje Roeberts" ;
  a2a:PersonName [
    rdfs:label "Evertje Roeberts" ;
    a2a:PersonNameFirstName "Evertje" ;
    a2a:PersonNameLastName "Roeberts"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242693
  a a2a:Person ;
  rdfs:label "Jannes Groeneveld" ;
  a2a:PersonName [
    rdfs:label "Jannes Groeneveld" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Groeneveld"
  ] .

oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "10-03-1901" ;
    a2a:Year "1901" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "1901-03-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosthuizen" ;
    rdfs:label "Oosthuizen"
  ] .

oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242690 ;
  a2a:EventKeyRef oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1 .

oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242691 ;
  a2a:EventKeyRef oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1 .

oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242692 ;
  a2a:EventKeyRef oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1 .

oa:relationep_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_3
  a a2a:RelationEP ;
  rdfs:label "other:(ex-)partner" ;
  a2a:RelationType "other:(ex-)partner" ;
  a2a:PersonKeyRef oa:person_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Person3049242693 ;
  a2a:EventKeyRef oa:event_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B_Event1 .

oa:source_gld_F692DF84-9FD2-41C9-9612-EC7FAC2AE02B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1901-03-12 - 1901-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-03-1901" ;
    a2a:Year "1901" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "12-03-1901"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Apeldoorn, Overlijdensregister" ;
    a2a:DocumentNumber "126" ;
    a2a:RegistryNumber "6489.03" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1811-1902, Apeldoorn, Overlijdensregister, 126, 6489.03"
  ] ;
  a2a:SourceLastChangeDate "2024-07-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F692DF849FD241C99612EC7FAC2AE02B" ;
  a2a:RecordIdentifier "3049242689" ;
  a2a:RecordGUID "{F692DF84-9FD2-41C9-9612-EC7FAC2AE02B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7426AB3768684FBF81D5684A41AB1712" .

