@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_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6
  a a2a:Record ;
  rdfs:label "Overlijden op 26 februari 1843 te Slood" ;
  a2a:hasPerson oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-a6a2dc0c-a7ea-5de1-b111-7533f69fd588, oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-ca4cb1d2-3360-5873-9be3-132c414cf232, oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-9f3ea708-730c-5f9b-967d-8e68cc352a09 ;
  a2a:hasEvent oa:event_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_0, oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_1, oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_2 ;
  a2a:hasSource oa:source_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6 .

oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-a6a2dc0c-a7ea-5de1-b111-7533f69fd588
  a a2a:Person ;
  rdfs:label "Femmigjen Scholten" ;
  a2a:PersonName [
    rdfs:label "Femmigjen Scholten" ;
    a2a:PersonNameFirstName "Femmigjen" ;
    a2a:PersonNameLastName "Scholten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-ca4cb1d2-3360-5873-9be3-132c414cf232
  a a2a:Person ;
  rdfs:label "Koster" ;
  a2a:PersonName [
    rdfs:label "Koster" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1843-02-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Slood (Hoogeveen)" ;
    rdfs:label "Slood (Hoogeveen)"
  ] .

oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person-9f3ea708-730c-5f9b-967d-8e68cc352a09
  a a2a:Person ;
  rdfs:label "Jan Harms Koster" ;
  a2a:PersonName [
    rdfs:label "Jan Harms Koster" ;
    a2a:PersonNameFirstName "Jan Harms" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:event_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1843-02-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Slood" ;
    rdfs:label "Slood"
  ] .

oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person:a6a2dc0c-a7ea-5de1-b111-7533f69fd588 ;
  a2a:EventKeyRef oa:event_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Event1 .

oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person:ca4cb1d2-3360-5873-9be3-132c414cf232 ;
  a2a:EventKeyRef oa:event_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Event1 .

oa:relationep_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Person:9f3ea708-730c-5f9b-967d-8e68cc352a09 ;
  a2a:EventKeyRef oa:event_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6_Event1 .

oa:source_dar_720ecf99-a6a2-4d46-b37b-4cc3bf396ea6
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1843-02-27 - 1843-02-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-02-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-02-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1843-02-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1843, Periode: 1843" ;
    a2a:Book "Overlijdensregister Hoogeveen 1843" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "1843" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1843, Periode: 1843, Overlijdensregister Hoogeveen 1843, 34, 1843"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6b445c20-7ac4-7f30-76d4-fa83d899f5af.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/720ecf99-a6a2-4d46-b37b-4cc3bf396ea6" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6b445c20-7ac4-7f30-76d4-fa83d899f5af.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/720ecf99-a6a2-4d46-b37b-4cc3bf396ea6" ;
  a2a:RecordGUID "{720ecf99-a6a2-4d46-b37b-4cc3bf396ea6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4493_00004493.xml van DAR" .

