@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_bb0357b5-e500-4046-bcbf-e34b098d5f4f
  a a2a:Record ;
  rdfs:label "Overlijden op 31 mei 1852 te Meppel" ;
  a2a:hasPerson oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-cdd6dffb-67a5-4304-866c-d69a901c5e8e, oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-e3a02ab6-9a52-4fd9-9573-0194796a6643, oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-1c4c2c5f-3f97-43d6-81e9-7a99272fa840, oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-f5c5bc26-3398-4da3-adeb-c8a4e96a2833 ;
  a2a:hasEvent oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_0, oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_1, oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_2, oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_3 ;
  a2a:hasSource oa:source_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f .

oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-cdd6dffb-67a5-4304-866c-d69a901c5e8e
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-e3a02ab6-9a52-4fd9-9573-0194796a6643
  a a2a:Person ;
  rdfs:label "Egbert Berends Mos" ;
  a2a:PersonName [
    rdfs:label "Egbert Berends Mos" ;
    a2a:PersonNameFirstName "Egbert Berends" ;
    a2a:PersonNameLastName "Mos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-1c4c2c5f-3f97-43d6-81e9-7a99272fa840
  a a2a:Person ;
  rdfs:label "Grietje Egberts Mos" ;
  a2a:PersonName [
    rdfs:label "Grietje Egberts Mos" ;
    a2a:PersonNameFirstName "Grietje Egberts" ;
    a2a:PersonNameLastName "Mos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Staphorst" ;
    rdfs:label "Staphorst"
  ] ;
  a2a:Profession "buiten beroep" .

oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person-f5c5bc26-3398-4da3-adeb-c8a4e96a2833
  a a2a:Person ;
  rdfs:label "Peter Jans Bos" ;
  a2a:PersonName [
    rdfs:label "Peter Jans Bos" ;
    a2a:PersonNameFirstName "Peter Jans" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1852-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person:cdd6dffb-67a5-4304-866c-d69a901c5e8e ;
  a2a:EventKeyRef oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1 .

oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person:e3a02ab6-9a52-4fd9-9573-0194796a6643 ;
  a2a:EventKeyRef oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1 .

oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person:1c4c2c5f-3f97-43d6-81e9-7a99272fa840 ;
  a2a:EventKeyRef oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1 .

oa:relationep_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_3
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenoot" ;
  a2a:RelationType "other:Overleden echtgenoot" ;
  a2a:PersonKeyRef oa:person_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Person:f5c5bc26-3398-4da3-adeb-c8a4e96a2833 ;
  a2a:EventKeyRef oa:event_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f_Event1 .

oa:source_dar_bb0357b5-e500-4046-bcbf-e34b098d5f4f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1852-06-01 - 1852-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1852-06-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1852, Periode: 1852" ;
    a2a:Book "Overlijdensregister Meppel 1852" ;
    a2a:DocumentNumber "93" ;
    a2a:RegistryNumber "1852" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1852, Periode: 1852, Overlijdensregister Meppel 1852, 93, 1852"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a5386bac-9cf4-69e3-c9bd-d951edb4e569.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bb0357b5-e500-4046-bcbf-e34b098d5f4f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a5386bac-9cf4-69e3-c9bd-d951edb4e569.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bb0357b5-e500-4046-bcbf-e34b098d5f4f" ;
  a2a:RecordGUID "{bb0357b5-e500-4046-bcbf-e34b098d5f4f}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1852" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_8945_00008945.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkplaats_overlijden "Meppel" ;
  a2a:PersonRemarkdatum_overlijden "1852-05-31" .

