@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_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693
  a a2a:Record ;
  rdfs:label "Overlijden op 6 maart 1844 te Gorssel" ;
  a2a:hasPerson oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389291, oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389292, oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389293 ;
  a2a:hasEvent oa:event_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_0, oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_1, oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_2 ;
  a2a:hasSource oa:source_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693 .

oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389291
  a a2a:Person ;
  rdfs:label "Jan Isak van der Meij" ;
  a2a:PersonName [
    rdfs:label "Jan Isak van der Meij" ;
    a2a:PersonNameFirstName "Jan Isak" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meij"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 Maand" ;
    rdfs:label "1 Maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorssel (Lochem)" ;
    rdfs:label "Gorssel (Lochem)"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389292
  a a2a:Person ;
  rdfs:label "Jan Willem W van der Meij" ;
  a2a:PersonName [
    rdfs:label "Jan Willem W van der Meij" ;
    a2a:PersonNameFirstName "Jan Willem" ;
    a2a:PersonNamePatronym "W" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meij"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389293
  a a2a:Person ;
  rdfs:label "Hendrika Buitenweerd" ;
  a2a:PersonName [
    rdfs:label "Hendrika Buitenweerd" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Buitenweerd"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "06-03-1844" ;
    a2a:Year "1844" ;
    a2a:Month "03" ;
    a2a:Day "06" ;
    rdfs:label "1844-03-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gorssel" ;
    rdfs:label "Gorssel"
  ] .

oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389291 ;
  a2a:EventKeyRef oa:event_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Event1 .

oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389292 ;
  a2a:EventKeyRef oa:event_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Event1 .

oa:relationep_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Person3041389293 ;
  a2a:EventKeyRef oa:event_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693_Event1 .

oa:source_gld_DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gorssel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Gorssel, Nederland", "1844-03-07 - 1844-03-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-03-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-03-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-03-1844" ;
    a2a:Year "1844" ;
    a2a:Month "03" ;
    a2a:Day "07" ;
    rdfs:label "07-03-1844"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Gorssel, Overlijdensregister" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "4580.06" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Gorssel, Overlijdensregister, 27, 4580.06"
  ] ;
  a2a:SourceLastChangeDate "2025-04-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/DBBBAFC3DA834D479BA3B9B2BB0C6693" ;
  a2a:RecordIdentifier "3041389290" ;
  a2a:RecordGUID "{DBBBAFC3-DA83-4D47-9BA3-B9B2BB0C6693}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7E00EE86E90146EB9A33D3BA3A700F3A" .

