@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_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juni 1862 te Ruinen" ;
  a2a:hasPerson oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-f8209649-8cc7-44c2-bec8-67af9d28507f, oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-fc5b2720-5944-45f4-9a82-6855c4262124, oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-39a62b4d-9639-4bb9-9228-7b883619f100, oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-cf7dc597-4966-4153-93f0-2238f9ad8336 ;
  a2a:hasEvent oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_0, oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_1, oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_2, oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_3 ;
  a2a:hasSource oa:source_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b .

oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-f8209649-8cc7-44c2-bec8-67af9d28507f
  a a2a:Person ;
  rdfs:label "Borchard Ansingh" ;
  a2a:PersonName [
    rdfs:label "Borchard Ansingh" ;
    a2a:PersonNameFirstName "Borchard" ;
    a2a:PersonNameLastName "Ansingh"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69 jaar" ;
    rdfs:label "69 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1793" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1793-01-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:Profession "predikant" .

oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-fc5b2720-5944-45f4-9a82-6855c4262124
  a a2a:Person ;
  rdfs:label "Anna Borchards" ;
  a2a:PersonName [
    rdfs:label "Anna Borchards" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Borchards"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-39a62b4d-9639-4bb9-9228-7b883619f100
  a a2a:Person ;
  rdfs:label "Aletta Sissingh" ;
  a2a:PersonName [
    rdfs:label "Aletta Sissingh" ;
    a2a:PersonNameFirstName "Aletta" ;
    a2a:PersonNameLastName "Sissingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person-cf7dc597-4966-4153-93f0-2238f9ad8336
  a a2a:Person ;
  rdfs:label "Harmen Ansingh" ;
  a2a:PersonName [
    rdfs:label "Harmen Ansingh" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNameLastName "Ansingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1862-06-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person:f8209649-8cc7-44c2-bec8-67af9d28507f ;
  a2a:EventKeyRef oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1 .

oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person:fc5b2720-5944-45f4-9a82-6855c4262124 ;
  a2a:EventKeyRef oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1 .

oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_2
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person:39a62b4d-9639-4bb9-9228-7b883619f100 ;
  a2a:EventKeyRef oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1 .

oa:relationep_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Person:cf7dc597-4966-4153-93f0-2238f9ad8336 ;
  a2a:EventKeyRef oa:event_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b_Event1 .

oa:source_dar_ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1862-06-27 - 1862-06-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-06-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-06-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "6" ;
    a2a:Day "27" ;
    rdfs:label "1862-06-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1862, Periode: 1862" ;
    a2a:Book "Overlijdensregister Ruinen 1862" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "1862" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1862, Periode: 1862, Overlijdensregister Ruinen 1862, 42, 1862"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9e37f2fe-0a5f-7f88-607b-77bc3d9441c8.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9e37f2fe-0a5f-7f88-607b-77bc3d9441c8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b" ;
  a2a:RecordGUID "{ffe0bfc9-a4e6-40bb-8bf8-e0e75cc5d42b}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1862" ;
  a2a:SourceRemarkregister_periode "1862" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6089_00006089.xml van DAR" .

[]
  a2a:PersonRemarkdiversen "Plaats doop: -" ;
  a2a:PersonRemarkplaats_overlijden "Ruinen" ;
  a2a:PersonRemarkdatum_overlijden "1862-06-26" .

