@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_4b2ba560-26bd-49da-a276-386feaee2b2f
  a a2a:Record ;
  rdfs:label "Overlijden op 12 oktober 1885 te Koekange (De Wijk)" ;
  a2a:hasPerson oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-9be4bf7e-26c8-489b-bcf4-aca65c0e50c2, oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-94e951f7-9b22-4707-b963-cb355a463f3e, oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-2c290f58-b54f-4ed7-8bbe-626ca12dfcec, oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-624efb87-23f0-4464-b6d0-74ab8703de48 ;
  a2a:hasEvent oa:event_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_0, oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_1, oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_0 ;
  a2a:hasSource oa:source_dar_4b2ba560-26bd-49da-a276-386feaee2b2f .

oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-9be4bf7e-26c8-489b-bcf4-aca65c0e50c2
  a a2a:Person ;
  rdfs:label "Lammigje van den Berg" ;
  a2a:PersonName [
    rdfs:label "Lammigje van den Berg" ;
    a2a:PersonNameFirstName "Lammigje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-94e951f7-9b22-4707-b963-cb355a463f3e
  a a2a:Person ;
  rdfs:label "Roelofje Albers Holteman" ;
  a2a:PersonName [
    rdfs:label "Roelofje Albers Holteman" ;
    a2a:PersonNameFirstName "Roelofje Albers" ;
    a2a:PersonNameLastName "Holteman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-2c290f58-b54f-4ed7-8bbe-626ca12dfcec
  a a2a:Person ;
  rdfs:label "Jan Teelen Horstra" ;
  a2a:PersonName [
    rdfs:label "Jan Teelen Horstra" ;
    a2a:PersonNameFirstName "Jan Teelen" ;
    a2a:PersonNameLastName "Horstra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person-624efb87-23f0-4464-b6d0-74ab8703de48
  a a2a:Person ;
  rdfs:label "Jan Horstra" ;
  a2a:PersonName [
    rdfs:label "Jan Horstra" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Horstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1814" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1814-02-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Staphorst" ;
    rdfs:label "Staphorst"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1885-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Koekange (De Wijk)" ;
    rdfs:label "Koekange (De Wijk)"
  ] .

oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person:94e951f7-9b22-4707-b963-cb355a463f3e ;
  a2a:EventKeyRef oa:event_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Event1 .

oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person:2c290f58-b54f-4ed7-8bbe-626ca12dfcec ;
  a2a:EventKeyRef oa:event_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Event1 .

oa:relationep_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person:624efb87-23f0-4464-b6d0-74ab8703de48 ;
  a2a:EventKeyRef oa:event_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Event1 .

oa:relationpp_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person:624efb87-23f0-4464-b6d0-74ab8703de48, oa:person_dar_4b2ba560-26bd-49da-a276-386feaee2b2f_Person:9be4bf7e-26c8-489b-bcf4-aca65c0e50c2 .

oa:source_dar_4b2ba560-26bd-49da-a276-386feaee2b2f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk", "1885-10-13 - 1885-10-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-10-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-10-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1885-10-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1885, Periode: 1885" ;
    a2a:Book "Overlijdensregister De Wijk 1885" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "1885" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1885, Periode: 1885, Overlijdensregister De Wijk 1885, 41, 1885"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/337b9380-e8b0-6a9b-21fd-31793ca8db71.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4b2ba560-26bd-49da-a276-386feaee2b2f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/337b9380-e8b0-6a9b-21fd-31793ca8db71.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4b2ba560-26bd-49da-a276-386feaee2b2f" ;
  a2a:RecordGUID "{4b2ba560-26bd-49da-a276-386feaee2b2f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3964_00003964.xml van DAR" .

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