@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_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9
  a a2a:Record ;
  rdfs:label "Overlijden op 16 mei 1812 te Paterswolde (Eelde)" ;
  a2a:hasPerson oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-f5077deb-8faf-4ae1-9641-06a031da51bb, oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-0eeb9fc5-f577-4c77-b4ce-8778d502680a, oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-a5952a85-39e7-4541-87b1-0d4391b870ee ;
  a2a:hasEvent oa:event_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_0, oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_1, oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_2 ;
  a2a:hasSource oa:source_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9 .

oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-f5077deb-8faf-4ae1-9641-06a031da51bb
  a a2a:Person ;
  rdfs:label "Jantien Roelfs" ;
  a2a:PersonName [
    rdfs:label "Jantien Roelfs" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNameLastName "Roelfs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-0eeb9fc5-f577-4c77-b4ce-8778d502680a
  a a2a:Person ;
  rdfs:label "Jan Jans" ;
  a2a:PersonName [
    rdfs:label "Jan Jans" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person-a5952a85-39e7-4541-87b1-0d4391b870ee
  a a2a:Person ;
  rdfs:label "Lammert Jans" ;
  a2a:PersonName [
    rdfs:label "Lammert Jans" ;
    a2a:PersonNameFirstName "Lammert" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "75 jaar" ;
    rdfs:label "75 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "arbeider" .

oa:event_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1812-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Paterswolde (Eelde)" ;
    rdfs:label "Paterswolde (Eelde)"
  ] .

oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person:f5077deb-8faf-4ae1-9641-06a031da51bb ;
  a2a:EventKeyRef oa:event_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Event1 .

oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person:0eeb9fc5-f577-4c77-b4ce-8778d502680a ;
  a2a:EventKeyRef oa:event_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Event1 .

oa:relationep_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Person:a5952a85-39e7-4541-87b1-0d4391b870ee ;
  a2a:EventKeyRef oa:event_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9_Event1 .

oa:source_dar_7cd939fa-e68e-4e93-9bf2-e04bd20a14e9
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1812-05-18 - 1812-05-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-05-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-05-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1812-05-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1812, Periode: 1812" ;
    a2a:Book "Overlijdensregister Eelde 1812" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "1812" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1812, Periode: 1812, Overlijdensregister Eelde 1812, 15, 1812"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6df597c8-ab0b-cd4d-5b4b-494ee865d891.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7cd939fa-e68e-4e93-9bf2-e04bd20a14e9" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6df597c8-ab0b-cd4d-5b4b-494ee865d891.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7cd939fa-e68e-4e93-9bf2-e04bd20a14e9" ;
  a2a:RecordGUID "{7cd939fa-e68e-4e93-9bf2-e04bd20a14e9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4641_00004641.xml van DAR" .

