@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_be4b4ee2-c2fa-453f-987c-4eb42a048e18
  a a2a:Record ;
  rdfs:label "Overlijden op 17 juni 1862 te Alteveer" ;
  a2a:hasPerson oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-aa258223-c9a5-5cb7-999c-8bf2c108ea5e, oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-6baf362d-d92f-562f-9d83-294e88627772, oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-bc02a75e-f5b5-5c84-9650-d2a2f600609f, oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-cca88f1b-0c8f-5126-a085-aabd2039abd0 ;
  a2a:hasEvent oa:event_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_0, oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_1, oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_2 ;
  a2a:hasRelationPP oa:relationpp_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_0 ;
  a2a:hasSource oa:source_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18 .

oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-aa258223-c9a5-5cb7-999c-8bf2c108ea5e
  a a2a:Person ;
  rdfs:label "Roelof Bennink" ;
  a2a:PersonName [
    rdfs:label "Roelof Bennink" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Bennink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-6baf362d-d92f-562f-9d83-294e88627772
  a a2a:Person ;
  rdfs:label "Berendina" ;
  a2a:PersonName [
    rdfs:label "Berendina" ;
    a2a:PersonNameFirstName "Berendina"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-bc02a75e-f5b5-5c84-9650-d2a2f600609f
  a a2a:Person ;
  rdfs:label "Eltien van Goor" ;
  a2a:PersonName [
    rdfs:label "Eltien van Goor" ;
    a2a:PersonNameFirstName "Eltien" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goor"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person-cca88f1b-0c8f-5126-a085-aabd2039abd0
  a a2a:Person ;
  rdfs:label "Harm Gerrits van Goor" ;
  a2a:PersonName [
    rdfs:label "Harm Gerrits van Goor" ;
    a2a:PersonNameFirstName "Harm Gerrits" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goor"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1862-06-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alteveer" ;
    rdfs:label "Alteveer"
  ] .

oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person:6baf362d-d92f-562f-9d83-294e88627772 ;
  a2a:EventKeyRef oa:event_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Event1 .

oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person:bc02a75e-f5b5-5c84-9650-d2a2f600609f ;
  a2a:EventKeyRef oa:event_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Event1 .

oa:relationep_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person:cca88f1b-0c8f-5126-a085-aabd2039abd0 ;
  a2a:EventKeyRef oa:event_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Event1 .

oa:relationpp_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person:bc02a75e-f5b5-5c84-9650-d2a2f600609f, oa:person_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18_Person:aa258223-c9a5-5cb7-999c-8bf2c108ea5e .

oa:source_dar_be4b4ee2-c2fa-453f-987c-4eb42a048e18
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1862-06-18 - 1862-06-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-06-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-06-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1862-06-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1862, Periode: 1862" ;
    a2a:Book "Overlijdensregister Hoogeveen 1862" ;
    a2a:DocumentNumber "153" ;
    a2a:RegistryNumber "1862" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1862, Periode: 1862, Overlijdensregister Hoogeveen 1862, 153, 1862"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/79a034cb-dbbf-1163-9b43-fe2ca9551b4c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/be4b4ee2-c2fa-453f-987c-4eb42a048e18" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/79a034cb-dbbf-1163-9b43-fe2ca9551b4c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/be4b4ee2-c2fa-453f-987c-4eb42a048e18" ;
  a2a:RecordGUID "{be4b4ee2-c2fa-453f-987c-4eb42a048e18}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7203_00007203.xml van DAR" .

