@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_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb
  a a2a:Record ;
  rdfs:label "Overlijden op 12 mei 1861 te Westergeest" ;
  a2a:hasPerson oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-af1a7258-c643-f6e8-0715-4521f0d2ece9, oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-7430a49c-32e5-474c-ac39-ba4eaa69c777, oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-0821e3ba-c01a-4ddd-82f8-0eed92e33ce3, oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-8a6f47b6-8901-460c-947a-b89a9828ca35 ;
  a2a:hasEvent oa:event_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_0, oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_1, oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_2 ;
  a2a:hasRelationPP oa:relationpp_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_0 ;
  a2a:hasSource oa:source_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb .

oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-af1a7258-c643-f6e8-0715-4521f0d2ece9
  a a2a:Person ;
  rdfs:label "Simkje Jans van der Meer" ;
  a2a:PersonName [
    rdfs:label "Simkje Jans van der Meer" ;
    a2a:PersonNameFirstName "Simkje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] .

oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-7430a49c-32e5-474c-ac39-ba4eaa69c777
  a a2a:Person ;
  rdfs:label "Jan Harts van der Meer" ;
  a2a:PersonName [
    rdfs:label "Jan Harts van der Meer" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Harts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-0821e3ba-c01a-4ddd-82f8-0eed92e33ce3
  a a2a:Person ;
  rdfs:label "Elske Berends de Vries" ;
  a2a:PersonName [
    rdfs:label "Elske Berends de Vries" ;
    a2a:PersonNameFirstName "Elske" ;
    a2a:PersonNamePatronym "Berends" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person-8a6f47b6-8901-460c-947a-b89a9828ca35
  a a2a:Person ;
  rdfs:label "Eeuwe Jacobs Fokkens" ;
  a2a:PersonName [
    rdfs:label "Eeuwe Jacobs Fokkens" ;
    a2a:PersonNameFirstName "Eeuwe" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Fokkens"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1861-05-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westergeest" ;
    rdfs:label "Westergeest"
  ] .

oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person:af1a7258-c643-f6e8-0715-4521f0d2ece9 ;
  a2a:EventKeyRef oa:event_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Event1 .

oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person:7430a49c-32e5-474c-ac39-ba4eaa69c777 ;
  a2a:EventKeyRef oa:event_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Event1 .

oa:relationep_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person:0821e3ba-c01a-4ddd-82f8-0eed92e33ce3 ;
  a2a:EventKeyRef oa:event_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Event1 .

oa:relationpp_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person:af1a7258-c643-f6e8-0715-4521f0d2ece9, oa:person_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb_Person:8a6f47b6-8901-460c-947a-b89a9828ca35 .

oa:source_frl_cc92aa99-747b-daaf-048b-2faeeaef7aeb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1861-05-13 - 1861-05-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-05-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-05-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1861-05-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3014, Periode: 1861" ;
    a2a:Book "Overlijdensregister 1861-1864" ;
    a2a:DocumentNumber "0047" ;
    a2a:RegistryNumber "3014" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3014, Periode: 1861, Overlijdensregister 1861-1864, 0047, 3014"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/35053c8d-6f23-1807-d44f-6f2068966423.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/cc92aa99-747b-daaf-048b-2faeeaef7aeb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/35053c8d-6f23-1807-d44f-6f2068966423.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cc92aa99-747b-daaf-048b-2faeeaef7aeb" ;
  a2a:RecordGUID "{cc92aa99-747b-daaf-048b-2faeeaef7aeb}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Kollumerland c.a. - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3014" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68119_00068119.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Westergeest" ;
  a2a:PersonRemarkdatum_overlijden "1861-05-12" .

