@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_eebffe4c-4d4a-45a6-e243-e45a6b416d27
  a a2a:Record ;
  rdfs:label "Overlijden op 1 oktober 1966 te Assen" ;
  a2a:hasPerson oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-67928d22-9977-ed8c-f50e-3558734a6063, oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-a47ff4be-9dba-e067-b3fc-78dff4da5555, oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-786709f1-68a7-8816-a149-ca7817b8d0bf, oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-914af74f-282e-95c6-9b24-08c7d7a5a4bd ;
  a2a:hasEvent oa:event_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_0, oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_1, oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_2 ;
  a2a:hasRelationPP oa:relationpp_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_0 ;
  a2a:hasSource oa:source_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27 .

oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-67928d22-9977-ed8c-f50e-3558734a6063
  a a2a:Person ;
  rdfs:label "Luchina Bruins" ;
  a2a:PersonName [
    rdfs:label "Luchina Bruins" ;
    a2a:PersonNameFirstName "Luchina" ;
    a2a:PersonNameLastName "Bruins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-a47ff4be-9dba-e067-b3fc-78dff4da5555
  a a2a:Person ;
  rdfs:label "Eltje Danes" ;
  a2a:PersonName [
    rdfs:label "Eltje Danes" ;
    a2a:PersonNameFirstName "Eltje" ;
    a2a:PersonNameLastName "Danes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-786709f1-68a7-8816-a149-ca7817b8d0bf
  a a2a:Person ;
  rdfs:label "Jantje Huiting" ;
  a2a:PersonName [
    rdfs:label "Jantje Huiting" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Huiting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person-914af74f-282e-95c6-9b24-08c7d7a5a4bd
  a a2a:Person ;
  rdfs:label "Harm Danes" ;
  a2a:PersonName [
    rdfs:label "Harm Danes" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Danes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar" ;
    rdfs:label "60 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1966-10-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person:a47ff4be-9dba-e067-b3fc-78dff4da5555 ;
  a2a:EventKeyRef oa:event_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Event1 .

oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person:786709f1-68a7-8816-a149-ca7817b8d0bf ;
  a2a:EventKeyRef oa:event_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Event1 .

oa:relationep_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person:914af74f-282e-95c6-9b24-08c7d7a5a4bd ;
  a2a:EventKeyRef oa:event_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Event1 .

oa:relationpp_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person:914af74f-282e-95c6-9b24-08c7d7a5a4bd, oa:person_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27_Person:67928d22-9977-ed8c-f50e-3558734a6063 .

oa:source_dar_eebffe4c-4d4a-45a6-e243-e45a6b416d27
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1966-10-03 - 1966-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1966-10-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1966, Periode: 1966" ;
    a2a:Book "Overlijdensregister Assen 1966" ;
    a2a:DocumentNumber "342" ;
    a2a:RegistryNumber "1966" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1966, Periode: 1966, Overlijdensregister Assen 1966, 342, 1966"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f6384216-e5ef-f268-9744-cc573b409590.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/eebffe4c-4d4a-45a6-e243-e45a6b416d27" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f6384216-e5ef-f268-9744-cc573b409590.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/eebffe4c-4d4a-45a6-e243-e45a6b416d27" ;
  a2a:RecordGUID "{eebffe4c-4d4a-45a6-e243-e45a6b416d27}" ;
  a2a:SourceRemarkdeel "1966" ;
  a2a:SourceRemarkregister_periode "1966" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_701_00000701.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1966-10-01" .
