@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_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d
  a a2a:Record ;
  rdfs:label "Overlijden op 22 september 1873 te Spier" ;
  a2a:hasPerson oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-b922bd1a-a526-4856-870d-6f30b4110ef7, oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-c6f3f022-fefa-4a4b-9641-366ffc6cb8a0, oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-e3472903-0d0d-45f4-8cfb-d227762b22ad, oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-c2ba5431-eb8f-46f5-bd60-8f147fe47ed8 ;
  a2a:hasEvent oa:event_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_0, oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_1, oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_2 ;
  a2a:hasRelationPP oa:relationpp_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_0 ;
  a2a:hasSource oa:source_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d .

oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-b922bd1a-a526-4856-870d-6f30b4110ef7
  a a2a:Person ;
  rdfs:label "Jacob Freriks Koops" ;
  a2a:PersonName [
    rdfs:label "Jacob Freriks Koops" ;
    a2a:PersonNameFirstName "Jacob Freriks" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-c6f3f022-fefa-4a4b-9641-366ffc6cb8a0
  a a2a:Person ;
  rdfs:label "Lummichje Jans Vredeveld" ;
  a2a:PersonName [
    rdfs:label "Lummichje Jans Vredeveld" ;
    a2a:PersonNameFirstName "Lummichje Jans" ;
    a2a:PersonNameLastName "Vredeveld"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-e3472903-0d0d-45f4-8cfb-d227762b22ad
  a a2a:Person ;
  rdfs:label "Jantje Koops" ;
  a2a:PersonName [
    rdfs:label "Jantje Koops" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1838-11-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person-c2ba5431-eb8f-46f5-bd60-8f147fe47ed8
  a a2a:Person ;
  rdfs:label "Jan Abbing" ;
  a2a:PersonName [
    rdfs:label "Jan Abbing" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Abbing"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1873-09-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spier" ;
    rdfs:label "Spier"
  ] .

oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person:b922bd1a-a526-4856-870d-6f30b4110ef7 ;
  a2a:EventKeyRef oa:event_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Event1 .

oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person:c6f3f022-fefa-4a4b-9641-366ffc6cb8a0 ;
  a2a:EventKeyRef oa:event_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Event1 .

oa:relationep_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person:e3472903-0d0d-45f4-8cfb-d227762b22ad ;
  a2a:EventKeyRef oa:event_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Event1 .

oa:relationpp_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person:e3472903-0d0d-45f4-8cfb-d227762b22ad, oa:person_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d_Person:c2ba5431-eb8f-46f5-bd60-8f147fe47ed8 .

oa:source_dar_05ca0d5b-11b8-46aa-8a5a-50db856dbb7d
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1873-09-23 - 1873-09-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-09-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-09-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1873-09-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1873, Periode: 1873" ;
    a2a:Book "Overlijdensregister Beilen 1873" ;
    a2a:DocumentNumber "68" ;
    a2a:RegistryNumber "1873" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1873, Periode: 1873, Overlijdensregister Beilen 1873, 68, 1873"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/58f389a6-8146-8a54-bf24-0f98d72fef00.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/05ca0d5b-11b8-46aa-8a5a-50db856dbb7d" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/58f389a6-8146-8a54-bf24-0f98d72fef00.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/05ca0d5b-11b8-46aa-8a5a-50db856dbb7d" ;
  a2a:RecordGUID "{05ca0d5b-11b8-46aa-8a5a-50db856dbb7d}" ;
  a2a:SourceRemarkbron "Overlijden" ;
  a2a:SourceRemarkdeel "1873" ;
  a2a:SourceRemarkregister_periode "1873" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_66_00000066.xml van DAR" .

[] a2a:PersonRemarkdatum_overlijden "1873-09-22" .
