@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_c1d7c60f-9283-4cf3-8548-cf84dfeceef5
  a a2a:Record ;
  rdfs:label "Overlijden op 2 december 1925 te Assen" ;
  a2a:hasPerson oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-be5b42ff-d103-4605-835a-75fc469903b1, oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-efc294df-061c-4af5-ae98-fcd78d9637b0, oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-b840570a-0d9d-42ec-83e3-9fa3a930a089, oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-37bf77e0-b755-4de8-a66b-a7146c38ac9a ;
  a2a:hasEvent oa:event_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_0, oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_1, oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_2 ;
  a2a:hasRelationPP oa:relationpp_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_0 ;
  a2a:hasSource oa:source_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5 .

oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-be5b42ff-d103-4605-835a-75fc469903b1
  a a2a:Person ;
  rdfs:label "Niessien Geerts Schoonbeek" ;
  a2a:PersonName [
    rdfs:label "Niessien Geerts Schoonbeek" ;
    a2a:PersonNameFirstName "Niessien Geerts" ;
    a2a:PersonNameLastName "Schoonbeek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-efc294df-061c-4af5-ae98-fcd78d9637b0
  a a2a:Person ;
  rdfs:label "Aukje van Petten" ;
  a2a:PersonName [
    rdfs:label "Aukje van Petten" ;
    a2a:PersonNameFirstName "Aukje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Petten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-b840570a-0d9d-42ec-83e3-9fa3a930a089
  a a2a:Person ;
  rdfs:label "Jan Eelkes van Petten" ;
  a2a:PersonName [
    rdfs:label "Jan Eelkes van Petten" ;
    a2a:PersonNameFirstName "Jan Eelkes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Petten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person-37bf77e0-b755-4de8-a66b-a7146c38ac9a
  a a2a:Person ;
  rdfs:label "Dirk Dik" ;
  a2a:PersonName [
    rdfs:label "Dirk Dik" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Dik"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "12" ;
    a2a:Day "2" ;
    rdfs:label "1925-12-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person:be5b42ff-d103-4605-835a-75fc469903b1 ;
  a2a:EventKeyRef oa:event_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Event1 .

oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person:efc294df-061c-4af5-ae98-fcd78d9637b0 ;
  a2a:EventKeyRef oa:event_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Event1 .

oa:relationep_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person:b840570a-0d9d-42ec-83e3-9fa3a930a089 ;
  a2a:EventKeyRef oa:event_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Event1 .

oa:relationpp_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person:efc294df-061c-4af5-ae98-fcd78d9637b0, oa:person_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5_Person:37bf77e0-b755-4de8-a66b-a7146c38ac9a .

oa:source_dar_c1d7c60f-9283-4cf3-8548-cf84dfeceef5
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1925-12-03 - 1925-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1925-12-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1925, Periode: 1925" ;
    a2a:Book "Overlijdensregister Assen 1925" ;
    a2a:DocumentNumber "185" ;
    a2a:RegistryNumber "1925" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1925, Periode: 1925, Overlijdensregister Assen 1925, 185, 1925"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/da7dc7fa-ff7f-8176-d4ea-124c3d924f5e.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c1d7c60f-9283-4cf3-8548-cf84dfeceef5" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/da7dc7fa-ff7f-8176-d4ea-124c3d924f5e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c1d7c60f-9283-4cf3-8548-cf84dfeceef5" ;
  a2a:RecordGUID "{c1d7c60f-9283-4cf3-8548-cf84dfeceef5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7252_00007252.xml van DAR" .

