@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_bf2c2d5e-3d4e-424b-bfc4-9497fba92424
  a a2a:Record ;
  rdfs:label "Overlijden op 1 juni 1908 te Annerveenschekanaal" ;
  a2a:hasPerson oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-e80838aa-a8f4-47b3-b14b-8a9d563b7e60, oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-af5a7f48-ecd7-4904-977c-58cd0cdb7393, oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-8587fa6c-9055-4c49-8e8f-1a0ac6e1b8ac ;
  a2a:hasEvent oa:event_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_0, oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_1, oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_2 ;
  a2a:hasSource oa:source_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424 .

oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-e80838aa-a8f4-47b3-b14b-8a9d563b7e60
  a a2a:Person ;
  rdfs:label "Wibbegien Sluman" ;
  a2a:PersonName [
    rdfs:label "Wibbegien Sluman" ;
    a2a:PersonNameFirstName "Wibbegien" ;
    a2a:PersonNameLastName "Sluman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-af5a7f48-ecd7-4904-977c-58cd0cdb7393
  a a2a:Person ;
  rdfs:label "Jan Hoving" ;
  a2a:PersonName [
    rdfs:label "Jan Hoving" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person-8587fa6c-9055-4c49-8e8f-1a0ac6e1b8ac
  a a2a:Person ;
  rdfs:label "Roelfina Hoving" ;
  a2a:PersonName [
    rdfs:label "Roelfina Hoving" ;
    a2a:PersonNameFirstName "Roelfina" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1908-04-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:Profession "zonder" .

oa:event_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1908-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Annerveenschekanaal" ;
    rdfs:label "Annerveenschekanaal"
  ] .

oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person:e80838aa-a8f4-47b3-b14b-8a9d563b7e60 ;
  a2a:EventKeyRef oa:event_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Event1 .

oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person:af5a7f48-ecd7-4904-977c-58cd0cdb7393 ;
  a2a:EventKeyRef oa:event_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Event1 .

oa:relationep_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Person:8587fa6c-9055-4c49-8e8f-1a0ac6e1b8ac ;
  a2a:EventKeyRef oa:event_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424_Event1 .

oa:source_dar_bf2c2d5e-3d4e-424b-bfc4-9497fba92424
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1908-06-02 - 1908-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1908-06-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1908, Periode: 1908" ;
    a2a:Book "Overlijdensregister Anloo 1908" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "1908" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1908, Periode: 1908, Overlijdensregister Anloo 1908, 25, 1908"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4685a278-ad14-b5ca-a532-c720d842811c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bf2c2d5e-3d4e-424b-bfc4-9497fba92424" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4685a278-ad14-b5ca-a532-c720d842811c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bf2c2d5e-3d4e-424b-bfc4-9497fba92424" ;
  a2a:RecordGUID "{bf2c2d5e-3d4e-424b-bfc4-9497fba92424}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1908" ;
  a2a:SourceRemarkregister_periode "1908" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_9002_00009002.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Annerveenschekanaal" ;
  a2a:PersonRemarkdatum_overlijden "1908-06-01" .

