@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_acf98be6-7592-2305-d994-252ecedb0df4
  a a2a:Record ;
  rdfs:label "Overlijden op 7 april 1963 te Smilde" ;
  a2a:hasPerson oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-4cc056b5-d164-3a07-71a3-962a40c3fc0f, oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-82975750-638c-f7df-7a8c-69fd3ca8b150, oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-bf08d831-14b6-e44a-1e6f-ca2a436e12ee, oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-78e1fb16-b48d-663c-8bd5-90ec3d071f51 ;
  a2a:hasEvent oa:event_dar_acf98be6-7592-2305-d994-252ecedb0df4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_0, oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_1, oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_2 ;
  a2a:hasRelationPP oa:relationpp_dar_acf98be6-7592-2305-d994-252ecedb0df4_0 ;
  a2a:hasSource oa:source_dar_acf98be6-7592-2305-d994-252ecedb0df4 .

oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-4cc056b5-d164-3a07-71a3-962a40c3fc0f
  a a2a:Person ;
  rdfs:label "Meintje IJpma" ;
  a2a:PersonName [
    rdfs:label "Meintje IJpma" ;
    a2a:PersonNameFirstName "Meintje" ;
    a2a:PersonNameLastName "IJpma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-82975750-638c-f7df-7a8c-69fd3ca8b150
  a a2a:Person ;
  rdfs:label "Lammert Jans Koops" ;
  a2a:PersonName [
    rdfs:label "Lammert Jans Koops" ;
    a2a:PersonNameFirstName "Lammert Jans" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-bf08d831-14b6-e44a-1e6f-ca2a436e12ee
  a a2a:Person ;
  rdfs:label "Henderkien Alberts" ;
  a2a:PersonName [
    rdfs:label "Henderkien Alberts" ;
    a2a:PersonNameFirstName "Henderkien" ;
    a2a:PersonNameLastName "Alberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person-78e1fb16-b48d-663c-8bd5-90ec3d071f51
  a a2a:Person ;
  rdfs:label "Jan Albert Koops" ;
  a2a:PersonName [
    rdfs:label "Jan Albert Koops" ;
    a2a:PersonNameFirstName "Jan Albert" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] .

oa:event_dar_acf98be6-7592-2305-d994-252ecedb0df4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1963-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] .

oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person:82975750-638c-f7df-7a8c-69fd3ca8b150 ;
  a2a:EventKeyRef oa:event_dar_acf98be6-7592-2305-d994-252ecedb0df4_Event1 .

oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person:bf08d831-14b6-e44a-1e6f-ca2a436e12ee ;
  a2a:EventKeyRef oa:event_dar_acf98be6-7592-2305-d994-252ecedb0df4_Event1 .

oa:relationep_dar_acf98be6-7592-2305-d994-252ecedb0df4_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person:78e1fb16-b48d-663c-8bd5-90ec3d071f51 ;
  a2a:EventKeyRef oa:event_dar_acf98be6-7592-2305-d994-252ecedb0df4_Event1 .

oa:relationpp_dar_acf98be6-7592-2305-d994-252ecedb0df4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person:78e1fb16-b48d-663c-8bd5-90ec3d071f51, oa:person_dar_acf98be6-7592-2305-d994-252ecedb0df4_Person:4cc056b5-d164-3a07-71a3-962a40c3fc0f .

oa:source_dar_acf98be6-7592-2305-d994-252ecedb0df4
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde", "1963-04-08 - 1963-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1963-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1963, Periode: 1963" ;
    a2a:Book "Overlijdensregister Smilde 1963" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "1963" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1963, Periode: 1963, Overlijdensregister Smilde 1963, 13, 1963"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6b6c6d43-c54b-10f2-f964-c4aa3972ff40.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/acf98be6-7592-2305-d994-252ecedb0df4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6b6c6d43-c54b-10f2-f964-c4aa3972ff40.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-10-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/acf98be6-7592-2305-d994-252ecedb0df4" ;
  a2a:RecordGUID "{acf98be6-7592-2305-d994-252ecedb0df4}" ;
  a2a:SourceRemarkdeel "1963" ;
  a2a:SourceRemarkregister_periode "1963" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1089_00001089.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1963-04-07" .
