@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_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424
  a a2a:Record ;
  rdfs:label "Overlijden op 7 september 1903 te Tiel" ;
  a2a:hasPerson oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041371, oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041372, oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041373 ;
  a2a:hasEvent oa:event_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_0, oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_1, oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_2 ;
  a2a:hasSource oa:source_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424 .

oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041371
  a a2a:Person ;
  rdfs:label "Albert Jan de Weijer" ;
  a2a:PersonName [
    rdfs:label "Albert Jan de Weijer" ;
    a2a:PersonNameFirstName "Albert Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "21 Jaar" ;
    rdfs:label "21 Jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel"
  ] ;
  a2a:Profession "sigarenmaker" .

oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041372
  a a2a:Person ;
  rdfs:label "Johannes Cornelis de Weijer" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis de Weijer" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041373
  a a2a:Person ;
  rdfs:label "Gerritje van der Heijden" ;
  a2a:PersonName [
    rdfs:label "Gerritje van der Heijden" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heijden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "07-09-1903" ;
    a2a:Year "1903" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "1903-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel"
  ] .

oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041371 ;
  a2a:EventKeyRef oa:event_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Event1 .

oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041372 ;
  a2a:EventKeyRef oa:event_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Event1 .

oa:relationep_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Person3023041373 ;
  a2a:EventKeyRef oa:event_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424_Event1 .

oa:source_gld_A2159CAE-AFEC-4766-8C35-C2DBB1FFB424
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Tiel, Nederland", "1903-09-07 - 1903-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-09-1903" ;
    a2a:Year "1903" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "07-09-1903"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Tiel, Overlijdensregister" ;
    a2a:DocumentNumber "142" ;
    a2a:RegistryNumber "8726.01" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Tiel, Overlijdensregister, 142, 8726.01"
  ] ;
  a2a:SourceLastChangeDate "2024-10-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/A2159CAEAFEC47668C35C2DBB1FFB424" ;
  a2a:RecordIdentifier "3023041370" ;
  a2a:RecordGUID "{A2159CAE-AFEC-4766-8C35-C2DBB1FFB424}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C0EEFE1A862B45AE8B785EE99E4C09EC" .

