@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_70407a0f-9a5f-4773-90f1-a2a4e70eaaae
  a a2a:Record ;
  rdfs:label "Overlijden op 13 november 1818 te Roswinkel" ;
  a2a:hasPerson oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-53adbe78-f555-4690-aaf6-234a38e993c9, oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-2f4c7b38-8693-410c-a3af-4c9c689f6ec1, oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-449eac64-300a-4746-9877-68c6a48258cb ;
  a2a:hasEvent oa:event_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_0, oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_1, oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_2 ;
  a2a:hasSource oa:source_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae .

oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-53adbe78-f555-4690-aaf6-234a38e993c9
  a a2a:Person ;
  rdfs:label "Willemtien Rengs" ;
  a2a:PersonName [
    rdfs:label "Willemtien Rengs" ;
    a2a:PersonNameFirstName "Willemtien" ;
    a2a:PersonNameLastName "Rengs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-2f4c7b38-8693-410c-a3af-4c9c689f6ec1
  a a2a:Person ;
  rdfs:label "Geertruda Boelken" ;
  a2a:PersonName [
    rdfs:label "Geertruda Boelken" ;
    a2a:PersonNameFirstName "Geertruda" ;
    a2a:PersonNameLastName "Boelken"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 jaar en 6 maand" ;
    rdfs:label "1 jaar en 6 maand"
  ] ;
  a2a:BirthDate [
    a2a:Year "1817" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1817-03-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roswinkel" ;
    rdfs:label "Roswinkel"
  ] ;
  a2a:Profession "-" .

oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person-449eac64-300a-4746-9877-68c6a48258cb
  a a2a:Person ;
  rdfs:label "Harm Boelken" ;
  a2a:PersonName [
    rdfs:label "Harm Boelken" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Boelken"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1818" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1818-11-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roswinkel" ;
    rdfs:label "Roswinkel"
  ] .

oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person:53adbe78-f555-4690-aaf6-234a38e993c9 ;
  a2a:EventKeyRef oa:event_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Event1 .

oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person:2f4c7b38-8693-410c-a3af-4c9c689f6ec1 ;
  a2a:EventKeyRef oa:event_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Event1 .

oa:relationep_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Person:449eac64-300a-4746-9877-68c6a48258cb ;
  a2a:EventKeyRef oa:event_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae_Event1 .

oa:source_dar_70407a0f-9a5f-4773-90f1-a2a4e70eaaae
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roswinkel" ;
    rdfs:label "Roswinkel", "1818-11-14 - 1818-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1818-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1818" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1818-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1818, Periode: 1818" ;
    a2a:Book "Overlijdensregister Roswinkel 1818" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "1818" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1818, Periode: 1818, Overlijdensregister Roswinkel 1818, 10, 1818"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4185062e-aebe-6cf3-170e-787d75c9f52f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/70407a0f-9a5f-4773-90f1-a2a4e70eaaae" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4185062e-aebe-6cf3-170e-787d75c9f52f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/70407a0f-9a5f-4773-90f1-a2a4e70eaaae" ;
  a2a:RecordGUID "{70407a0f-9a5f-4773-90f1-a2a4e70eaaae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_4469_00004469.xml van DAR" .

[] a2a:PersonRemarkdiversen """Plaats doop: -
Opmerkingen: zie Emmen""" .
