@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_5433fc35-a96c-4bb6-a930-6936bc5e7fe9
  a a2a:Record ;
  rdfs:label "Overlijden op 13 september 1954 te Assen" ;
  a2a:hasPerson oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-6babb2eb-7a86-4571-bcd7-59e3c56d77dc, oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-051f151f-e68c-489f-a9f8-baeb4a310d23, oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-e2cb132f-f542-481e-964a-73af99ad9315, oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-59efdfef-f146-422d-bf49-dbff2d39ab4a ;
  a2a:hasEvent oa:event_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_0, oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_1, oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_2 ;
  a2a:hasRelationPP oa:relationpp_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_0 ;
  a2a:hasSource oa:source_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9 .

oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-6babb2eb-7a86-4571-bcd7-59e3c56d77dc
  a a2a:Person ;
  rdfs:label "Pieterke Kieft" ;
  a2a:PersonName [
    rdfs:label "Pieterke Kieft" ;
    a2a:PersonNameFirstName "Pieterke" ;
    a2a:PersonNameLastName "Kieft"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-051f151f-e68c-489f-a9f8-baeb4a310d23
  a a2a:Person ;
  rdfs:label "Siepke Werkman" ;
  a2a:PersonName [
    rdfs:label "Siepke Werkman" ;
    a2a:PersonNameFirstName "Siepke" ;
    a2a:PersonNameLastName "Werkman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49 jaar" ;
    rdfs:label "49 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-e2cb132f-f542-481e-964a-73af99ad9315
  a a2a:Person ;
  rdfs:label "Fokko Werkman" ;
  a2a:PersonName [
    rdfs:label "Fokko Werkman" ;
    a2a:PersonNameFirstName "Fokko" ;
    a2a:PersonNameLastName "Werkman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person-59efdfef-f146-422d-bf49-dbff2d39ab4a
  a a2a:Person ;
  rdfs:label "Jacob Smid" ;
  a2a:PersonName [
    rdfs:label "Jacob Smid" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Smid"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1954-09-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person:6babb2eb-7a86-4571-bcd7-59e3c56d77dc ;
  a2a:EventKeyRef oa:event_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Event1 .

oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person:051f151f-e68c-489f-a9f8-baeb4a310d23 ;
  a2a:EventKeyRef oa:event_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Event1 .

oa:relationep_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person:e2cb132f-f542-481e-964a-73af99ad9315 ;
  a2a:EventKeyRef oa:event_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Event1 .

oa:relationpp_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person:051f151f-e68c-489f-a9f8-baeb4a310d23, oa:person_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9_Person:59efdfef-f146-422d-bf49-dbff2d39ab4a .

oa:source_dar_5433fc35-a96c-4bb6-a930-6936bc5e7fe9
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1954-09-14 - 1954-09-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-09-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-09-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1954-09-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1954, Periode: 1954" ;
    a2a:Book "Overlijdensregister Assen 1954" ;
    a2a:DocumentNumber "238" ;
    a2a:RegistryNumber "1954" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1954, Periode: 1954, Overlijdensregister Assen 1954, 238, 1954"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a36b3ada-64c7-7aea-f70c-d75bfa26542c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5433fc35-a96c-4bb6-a930-6936bc5e7fe9" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a36b3ada-64c7-7aea-f70c-d75bfa26542c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5433fc35-a96c-4bb6-a930-6936bc5e7fe9" ;
  a2a:RecordGUID "{5433fc35-a96c-4bb6-a930-6936bc5e7fe9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4088_00004088.xml van DAR" .

