@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_251b74e4-d615-4fd2-aa06-ece3ec25ff0e
  a a2a:Record ;
  rdfs:label "Overlijden op 21 oktober 1955 te Assen" ;
  a2a:hasPerson oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-60650e0f-1c42-4893-87e7-ca1f46ad5a19, oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-a037aeae-4bf4-44a9-8cb6-cfce0a65b0a1, oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-6a0d040c-038b-437d-8e01-9c5a30ef5398, oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-fe205b05-d2b0-4426-a5f9-1e292f38cc04 ;
  a2a:hasEvent oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_0, oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_1, oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_2, oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_3 ;
  a2a:hasSource oa:source_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e .

oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-60650e0f-1c42-4893-87e7-ca1f46ad5a19
  a a2a:Person ;
  rdfs:label "Jacobje Weitering" ;
  a2a:PersonName [
    rdfs:label "Jacobje Weitering" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNameLastName "Weitering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-a037aeae-4bf4-44a9-8cb6-cfce0a65b0a1
  a a2a:Person ;
  rdfs:label "Roelof van Halen" ;
  a2a:PersonName [
    rdfs:label "Roelof van Halen" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Halen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-6a0d040c-038b-437d-8e01-9c5a30ef5398
  a a2a:Person ;
  rdfs:label "Luchien van Halen" ;
  a2a:PersonName [
    rdfs:label "Luchien van Halen" ;
    a2a:PersonNameFirstName "Luchien" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Halen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar" ;
    rdfs:label "68 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rolde" ;
    rdfs:label "Rolde"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person-fe205b05-d2b0-4426-a5f9-1e292f38cc04
  a a2a:Person ;
  rdfs:label "Andreas Rijkens" ;
  a2a:PersonName [
    rdfs:label "Andreas Rijkens" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Rijkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1955" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1955-10-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person:60650e0f-1c42-4893-87e7-ca1f46ad5a19 ;
  a2a:EventKeyRef oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1 .

oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person:a037aeae-4bf4-44a9-8cb6-cfce0a65b0a1 ;
  a2a:EventKeyRef oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1 .

oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person:6a0d040c-038b-437d-8e01-9c5a30ef5398 ;
  a2a:EventKeyRef oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1 .

oa:relationep_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot" ;
  a2a:RelationType "other:Echtgenoot" ;
  a2a:PersonKeyRef oa:person_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Person:fe205b05-d2b0-4426-a5f9-1e292f38cc04 ;
  a2a:EventKeyRef oa:event_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e_Event1 .

oa:source_dar_251b74e4-d615-4fd2-aa06-ece3ec25ff0e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1955-10-21 - 1955-10-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1955-10-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1955-10-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1955" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1955-10-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1955, Periode: 1955" ;
    a2a:Book "Overlijdensregister Assen 1955" ;
    a2a:DocumentNumber "224" ;
    a2a:RegistryNumber "1955" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1955, Periode: 1955, Overlijdensregister Assen 1955, 224, 1955"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e7a26573-5efd-0e0f-6d71-43decbd1fde8.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/251b74e4-d615-4fd2-aa06-ece3ec25ff0e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e7a26573-5efd-0e0f-6d71-43decbd1fde8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/251b74e4-d615-4fd2-aa06-ece3ec25ff0e" ;
  a2a:RecordGUID "{251b74e4-d615-4fd2-aa06-ece3ec25ff0e}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1955" ;
  a2a:SourceRemarkregister_periode "1955" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6612_00006612.xml van DAR" .

[]
  a2a:PersonRemarkplaats_overlijden "Assen" ;
  a2a:PersonRemarkdatum_overlijden "1955-10-21" .

