@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_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e
  a a2a:Record ;
  rdfs:label "Overlijden op 10 juni 1866 te Veenhuizen (Norg)" ;
  a2a:hasPerson oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-9f657b76-f7c5-4f04-8a4d-9e06991f230d, oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-39319280-d507-4e13-b557-2f1ec40bfc8d, oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-6b2556a9-7b50-4049-86b9-2a195acc33b3 ;
  a2a:hasEvent oa:event_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_0, oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_1, oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_2 ;
  a2a:hasSource oa:source_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e .

oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-9f657b76-f7c5-4f04-8a4d-9e06991f230d
  a a2a:Person ;
  rdfs:label "Mattheus Johannes Priem" ;
  a2a:PersonName [
    rdfs:label "Mattheus Johannes Priem" ;
    a2a:PersonNameFirstName "Mattheus Johannes" ;
    a2a:PersonNameLastName "Priem"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-39319280-d507-4e13-b557-2f1ec40bfc8d
  a a2a:Person ;
  rdfs:label "Elisabeth Johanna Mulder" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Johanna Mulder" ;
    a2a:PersonNameFirstName "Elisabeth Johanna" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person-6b2556a9-7b50-4049-86b9-2a195acc33b3
  a a2a:Person ;
  rdfs:label "Mattheus Johannes Priem" ;
  a2a:PersonName [
    rdfs:label "Mattheus Johannes Priem" ;
    a2a:PersonNameFirstName "Mattheus Johannes" ;
    a2a:PersonNameLastName "Priem"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1848-06-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg"
  ] ;
  a2a:Profession "militair" .

oa:event_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1866-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veenhuizen (Norg)" ;
    rdfs:label "Veenhuizen (Norg)"
  ] .

oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person:9f657b76-f7c5-4f04-8a4d-9e06991f230d ;
  a2a:EventKeyRef oa:event_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Event1 .

oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person:39319280-d507-4e13-b557-2f1ec40bfc8d ;
  a2a:EventKeyRef oa:event_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Event1 .

oa:relationep_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Person:6b2556a9-7b50-4049-86b9-2a195acc33b3 ;
  a2a:EventKeyRef oa:event_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e_Event1 .

oa:source_dar_ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1866-06-11 - 1866-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1866-06-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1866, Periode: 1866" ;
    a2a:Book "Overlijdensregister Norg 1866" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "1866" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1866, Periode: 1866, Overlijdensregister Norg 1866, 75, 1866"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/313af0ae-97f8-6ae3-c0cd-49f3707ac122.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/313af0ae-97f8-6ae3-c0cd-49f3707ac122.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e" ;
  a2a:RecordGUID "{ccecf0f3-e7b6-4f88-a5cb-59b3c8d02e6e}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1866" ;
  a2a:SourceRemarkregister_periode "1866" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_9968_00009968.xml van DAR" .

[]
  a2a:PersonRemarkdiversen """Plaats doop: -
Opmerkingen: voorm. woonpl. Leeuwarden""" ;
  a2a:PersonRemarkplaats_overlijden "Veenhuizen (Norg)" ;
  a2a:PersonRemarkdatum_overlijden "1866-06-10" .

