@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_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f
  a a2a:Record ;
  rdfs:label "Overlijden op 10 juli 1877 te Laaghalen (Beilen)" ;
  a2a:hasPerson oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-b8b84787-b387-43f7-adbd-e5eadedd2e45, oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-0c264e11-c775-483b-a014-f111da43975d, oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-b8fbc183-44ef-477a-b2b9-600b57167063, oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-f0a30a22-1c7c-49b3-907f-2f1ed3fe06de ;
  a2a:hasEvent oa:event_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_0, oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_1, oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_0 ;
  a2a:hasSource oa:source_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f .

oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-b8b84787-b387-43f7-adbd-e5eadedd2e45
  a a2a:Person ;
  rdfs:label "Jan Helingh" ;
  a2a:PersonName [
    rdfs:label "Jan Helingh" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Helingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-0c264e11-c775-483b-a014-f111da43975d
  a a2a:Person ;
  rdfs:label "Henderika Weltingh" ;
  a2a:PersonName [
    rdfs:label "Henderika Weltingh" ;
    a2a:PersonNameFirstName "Henderika" ;
    a2a:PersonNameLastName "Weltingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-b8fbc183-44ef-477a-b2b9-600b57167063
  a a2a:Person ;
  rdfs:label "Willemtien Helingh" ;
  a2a:PersonName [
    rdfs:label "Willemtien Helingh" ;
    a2a:PersonNameFirstName "Willemtien" ;
    a2a:PersonNameLastName "Helingh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "56 jaar" ;
    rdfs:label "56 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1821-01-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person-f0a30a22-1c7c-49b3-907f-2f1ed3fe06de
  a a2a:Person ;
  rdfs:label "Jan Jacobs Vrijs" ;
  a2a:PersonName [
    rdfs:label "Jan Jacobs Vrijs" ;
    a2a:PersonNameFirstName "Jan Jacobs" ;
    a2a:PersonNameLastName "Vrijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1877-07-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Laaghalen (Beilen)" ;
    rdfs:label "Laaghalen (Beilen)"
  ] .

oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person:b8b84787-b387-43f7-adbd-e5eadedd2e45 ;
  a2a:EventKeyRef oa:event_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Event1 .

oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person:0c264e11-c775-483b-a014-f111da43975d ;
  a2a:EventKeyRef oa:event_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Event1 .

oa:relationep_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person:b8fbc183-44ef-477a-b2b9-600b57167063 ;
  a2a:EventKeyRef oa:event_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Event1 .

oa:relationpp_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person:b8fbc183-44ef-477a-b2b9-600b57167063, oa:person_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f_Person:f0a30a22-1c7c-49b3-907f-2f1ed3fe06de .

oa:source_dar_0ab74f16-e5bf-4ba0-a0f6-de6dae45456f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1877-07-10 - 1877-07-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-07-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-07-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1877-07-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1877, Periode: 1877" ;
    a2a:Book "Overlijdensregister Beilen 1877" ;
    a2a:DocumentNumber "51" ;
    a2a:RegistryNumber "1877" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1877, Periode: 1877, Overlijdensregister Beilen 1877, 51, 1877"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/27b3ca4d-7fb8-502e-5a7f-70c5da0f76d8.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0ab74f16-e5bf-4ba0-a0f6-de6dae45456f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/27b3ca4d-7fb8-502e-5a7f-70c5da0f76d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0ab74f16-e5bf-4ba0-a0f6-de6dae45456f" ;
  a2a:RecordGUID "{0ab74f16-e5bf-4ba0-a0f6-de6dae45456f}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1877" ;
  a2a:SourceRemarkregister_periode "1877" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_70_00000070.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1877-07-10" .
