@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_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff
  a a2a:Record ;
  rdfs:label "Overlijden op 7 september 1886 te Meppel" ;
  a2a:hasPerson oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-2fa42c50-8f94-48c8-84a0-b6add4046180, oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-7fa870fc-4b61-48c7-951c-36b8830fb7aa, oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-70387342-4b01-4649-92be-76b76aacd083 ;
  a2a:hasEvent oa:event_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_0, oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_1, oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_2 ;
  a2a:hasSource oa:source_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff .

oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-2fa42c50-8f94-48c8-84a0-b6add4046180
  a a2a:Person ;
  rdfs:label "Anje Nieboer" ;
  a2a:PersonName [
    rdfs:label "Anje Nieboer" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Nieboer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-7fa870fc-4b61-48c7-951c-36b8830fb7aa
  a a2a:Person ;
  rdfs:label "Cornelia Jantina Wiersinga" ;
  a2a:PersonName [
    rdfs:label "Cornelia Jantina Wiersinga" ;
    a2a:PersonNameFirstName "Cornelia Jantina" ;
    a2a:PersonNameLastName "Wiersinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1886-02-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person-70387342-4b01-4649-92be-76b76aacd083
  a a2a:Person ;
  rdfs:label "Albertus Wiersinga" ;
  a2a:PersonName [
    rdfs:label "Albertus Wiersinga" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Wiersinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "hoofd eener school" .

oa:event_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1886-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person:2fa42c50-8f94-48c8-84a0-b6add4046180 ;
  a2a:EventKeyRef oa:event_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Event1 .

oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person:7fa870fc-4b61-48c7-951c-36b8830fb7aa ;
  a2a:EventKeyRef oa:event_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Event1 .

oa:relationep_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Person:70387342-4b01-4649-92be-76b76aacd083 ;
  a2a:EventKeyRef oa:event_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff_Event1 .

oa:source_dar_fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1886-09-07 - 1886-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1886-09-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1886, Periode: 1886" ;
    a2a:Book "Overlijdensregister Meppel 1886" ;
    a2a:DocumentNumber "201" ;
    a2a:RegistryNumber "1886" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1886, Periode: 1886, Overlijdensregister Meppel 1886, 201, 1886"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/51419b23-836f-d983-85e9-eeed85cb5e32.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/51419b23-836f-d983-85e9-eeed85cb5e32.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff" ;
  a2a:RecordGUID "{fca3f2fc-bec1-4b2a-9883-8f6ef9c4d8ff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6974_00006974.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
