@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_8a7b1177-2846-4f82-a1cf-e4f7d52a5581
  a a2a:Record ;
  rdfs:label "Overlijden op 18 augustus 1900 te Noord" ;
  a2a:hasPerson oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-92500292-b2c8-54ec-a5a6-fac81abf9cf5, oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-0ec6922b-5aca-5ee8-9748-bc0b309196ae, oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-4eef3288-5f5b-54a0-9a84-ee31505bb464, oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-da238e9a-e690-528b-8e6e-421fce5e6616 ;
  a2a:hasEvent oa:event_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_0, oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_1, oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_2 ;
  a2a:hasRelationPP oa:relationpp_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_0 ;
  a2a:hasSource oa:source_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581 .

oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-92500292-b2c8-54ec-a5a6-fac81abf9cf5
  a a2a:Person ;
  rdfs:label "Jantien Huizingh" ;
  a2a:PersonName [
    rdfs:label "Jantien Huizingh" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNameLastName "Huizingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-0ec6922b-5aca-5ee8-9748-bc0b309196ae
  a a2a:Person ;
  rdfs:label "Arend Flinkert" ;
  a2a:PersonName [
    rdfs:label "Arend Flinkert" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNameLastName "Flinkert"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1858" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1858-04-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-4eef3288-5f5b-54a0-9a84-ee31505bb464
  a a2a:Person ;
  rdfs:label "Lubbigje Drogt" ;
  a2a:PersonName [
    rdfs:label "Lubbigje Drogt" ;
    a2a:PersonNameFirstName "Lubbigje" ;
    a2a:PersonNameLastName "Drogt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person-da238e9a-e690-528b-8e6e-421fce5e6616
  a a2a:Person ;
  rdfs:label "Jan Flinkert" ;
  a2a:PersonName [
    rdfs:label "Jan Flinkert" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Flinkert"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1900-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noord" ;
    rdfs:label "Noord"
  ] .

oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person:0ec6922b-5aca-5ee8-9748-bc0b309196ae ;
  a2a:EventKeyRef oa:event_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Event1 .

oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person:4eef3288-5f5b-54a0-9a84-ee31505bb464 ;
  a2a:EventKeyRef oa:event_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Event1 .

oa:relationep_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person:da238e9a-e690-528b-8e6e-421fce5e6616 ;
  a2a:EventKeyRef oa:event_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Event1 .

oa:relationpp_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person:0ec6922b-5aca-5ee8-9748-bc0b309196ae, oa:person_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581_Person:92500292-b2c8-54ec-a5a6-fac81abf9cf5 .

oa:source_dar_8a7b1177-2846-4f82-a1cf-e4f7d52a5581
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1900-08-18 - 1900-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1900-08-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1900, Periode: 1900" ;
    a2a:Book "Overlijdensregister Hoogeveen 1900" ;
    a2a:DocumentNumber "175" ;
    a2a:RegistryNumber "1900" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1900, Periode: 1900, Overlijdensregister Hoogeveen 1900, 175, 1900"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/1316e671-ec7d-f8fc-7379-6f14b149bca1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a7b1177-2846-4f82-a1cf-e4f7d52a5581" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/1316e671-ec7d-f8fc-7379-6f14b149bca1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a7b1177-2846-4f82-a1cf-e4f7d52a5581" ;
  a2a:RecordGUID "{8a7b1177-2846-4f82-a1cf-e4f7d52a5581}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4826_00004826.xml van DAR" .

