@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_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb
  a a2a:Record ;
  rdfs:label "Overlijden op 14 augustus 1811 te Hoogeveen" ;
  a2a:hasPerson oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-da9bcb12-5057-5f00-b6da-a1d375186aa3, oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-e03a4d01-ea7e-5664-8d12-e2ada06cad2b, oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-10766e67-328e-5933-8598-dc68e3e4a520 ;
  a2a:hasEvent oa:event_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_0, oa:relationep_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_1 ;
  a2a:hasRelationPP oa:relationpp_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_0 ;
  a2a:hasSource oa:source_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb .

oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-da9bcb12-5057-5f00-b6da-a1d375186aa3
  a a2a:Person ;
  rdfs:label "Claas Jacobs Snijder" ;
  a2a:PersonName [
    rdfs:label "Claas Jacobs Snijder" ;
    a2a:PersonNameFirstName "Claas Jacobs" ;
    a2a:PersonNameLastName "Snijder"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "daglooner" .

oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-e03a4d01-ea7e-5664-8d12-e2ada06cad2b
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person-10766e67-328e-5933-8598-dc68e3e4a520
  a a2a:Person ;
  rdfs:label "Aafjen Aalderts" ;
  a2a:PersonName [
    rdfs:label "Aafjen Aalderts" ;
    a2a:PersonNameFirstName "Aafjen" ;
    a2a:PersonNameLastName "Aalderts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1811-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:relationep_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person:da9bcb12-5057-5f00-b6da-a1d375186aa3 ;
  a2a:EventKeyRef oa:event_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Event1 .

oa:relationep_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person:e03a4d01-ea7e-5664-8d12-e2ada06cad2b ;
  a2a:EventKeyRef oa:event_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Event1 .

oa:relationpp_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person:da9bcb12-5057-5f00-b6da-a1d375186aa3, oa:person_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb_Person:10766e67-328e-5933-8598-dc68e3e4a520 .

oa:source_dar_18907469-3bec-4561-8a45-e8c7ed0acbbb
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1811-08-15 - 1811-08-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-08-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-08-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1811-08-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1811, Periode: 1811" ;
    a2a:Book "Overlijdensregister Hoogeveen 1811" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "1811" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1811, Periode: 1811, Overlijdensregister Hoogeveen 1811, 9, 1811"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ee2e6c37-175f-718c-aac6-9e3ed44399ef.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/18907469-3bec-4561-8a45-e8c7ed0acbbb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ee2e6c37-175f-718c-aac6-9e3ed44399ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/18907469-3bec-4561-8a45-e8c7ed0acbbb" ;
  a2a:RecordGUID "{18907469-3bec-4561-8a45-e8c7ed0acbbb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6581_00006581.xml van DAR" .

