@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_c4504d39-e99b-4e38-8ba8-d68267ad25aa
  a a2a:Record ;
  rdfs:label "Overlijden op 22 maart 1893 te Norg" ;
  a2a:hasPerson oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-b3d217f7-49de-4032-bf90-ce773ef588e7, oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-789788c6-4293-4754-8fed-bb48318e2d64, oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-bc1d5889-7dc3-4831-85b1-bd7aa03966a3, oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-e01610ec-f698-4c9f-8b7c-e6756b61dd51 ;
  a2a:hasEvent oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_0, oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_1, oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_2, oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_3 ;
  a2a:hasSource oa:source_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa .

oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-b3d217f7-49de-4032-bf90-ce773ef588e7
  a a2a:Person ;
  rdfs:label "Tieme Tiems" ;
  a2a:PersonName [
    rdfs:label "Tieme Tiems" ;
    a2a:PersonNameFirstName "Tieme" ;
    a2a:PersonNameLastName "Tiems"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-789788c6-4293-4754-8fed-bb48318e2d64
  a a2a:Person ;
  rdfs:label "Aaltje van Velzen" ;
  a2a:PersonName [
    rdfs:label "Aaltje van Velzen" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Velzen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-bc1d5889-7dc3-4831-85b1-bd7aa03966a3
  a a2a:Person ;
  rdfs:label "Berendina Tiems" ;
  a2a:PersonName [
    rdfs:label "Berendina Tiems" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Tiems"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1854-04-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person-e01610ec-f698-4c9f-8b7c-e6756b61dd51
  a a2a:Person ;
  rdfs:label "Luigien Karsten" ;
  a2a:PersonName [
    rdfs:label "Luigien Karsten" ;
    a2a:PersonNameFirstName "Luigien" ;
    a2a:PersonNameLastName "Karsten"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1893-03-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg"
  ] .

oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person:b3d217f7-49de-4032-bf90-ce773ef588e7 ;
  a2a:EventKeyRef oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1 .

oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person:789788c6-4293-4754-8fed-bb48318e2d64 ;
  a2a:EventKeyRef oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1 .

oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person:bc1d5889-7dc3-4831-85b1-bd7aa03966a3 ;
  a2a:EventKeyRef oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1 .

oa:relationep_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot" ;
  a2a:RelationType "other:Echtgenoot" ;
  a2a:PersonKeyRef oa:person_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Person:e01610ec-f698-4c9f-8b7c-e6756b61dd51 ;
  a2a:EventKeyRef oa:event_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa_Event1 .

oa:source_dar_c4504d39-e99b-4e38-8ba8-d68267ad25aa
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1893-03-23 - 1893-03-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-03-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-03-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1893-03-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1893, Periode: 1893" ;
    a2a:Book "Overlijdensregister Norg 1893" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "1893" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1893, Periode: 1893, Overlijdensregister Norg 1893, 34, 1893"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/38d55ca8-a68f-aea8-a8df-56a0496bf7c0.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c4504d39-e99b-4e38-8ba8-d68267ad25aa" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/38d55ca8-a68f-aea8-a8df-56a0496bf7c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c4504d39-e99b-4e38-8ba8-d68267ad25aa" ;
  a2a:RecordGUID "{c4504d39-e99b-4e38-8ba8-d68267ad25aa}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1893" ;
  a2a:SourceRemarkregister_periode "1893" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_258_00000258.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkplaats_overlijden "Norg" ;
  a2a:PersonRemarkdatum_overlijden "1893-03-22" .

