@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_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a
  a a2a:Record ;
  rdfs:label "Overlijden op 9 juli 1871 te Heerenveen" ;
  a2a:hasPerson oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-58938ecd-7d83-283e-0d26-d73da4005dc9, oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-6ab14c95-37de-49b9-b6d7-c68f818a848a, oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-b86e5e0a-c78f-4436-84f4-7ab4ee46cb9b, oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-af5632c5-a4f2-4e3d-bd0f-a8c43aab86ce ;
  a2a:hasEvent oa:event_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_0, oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_1, oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_2 ;
  a2a:hasRelationPP oa:relationpp_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_0 ;
  a2a:hasSource oa:source_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a .

oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-58938ecd-7d83-283e-0d26-d73da4005dc9
  a a2a:Person ;
  rdfs:label "Foeke Roelofs Boosman" ;
  a2a:PersonName [
    rdfs:label "Foeke Roelofs Boosman" ;
    a2a:PersonNameFirstName "Foeke" ;
    a2a:PersonNamePatronym "Roelofs" ;
    a2a:PersonNameLastName "Boosman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-6ab14c95-37de-49b9-b6d7-c68f818a848a
  a a2a:Person ;
  rdfs:label "Roelof Jacobs Boosman" ;
  a2a:PersonName [
    rdfs:label "Roelof Jacobs Boosman" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Boosman"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-b86e5e0a-c78f-4436-84f4-7ab4ee46cb9b
  a a2a:Person ;
  rdfs:label "Marijke Ages Kroontje" ;
  a2a:PersonName [
    rdfs:label "Marijke Ages Kroontje" ;
    a2a:PersonNameFirstName "Marijke" ;
    a2a:PersonNamePatronym "Ages" ;
    a2a:PersonNameLastName "Kroontje"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person-af5632c5-a4f2-4e3d-bd0f-a8c43aab86ce
  a a2a:Person ;
  rdfs:label "Margaretha de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Margaretha de Ruiter" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1871-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heerenveen" ;
    rdfs:label "Heerenveen"
  ] .

oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person:58938ecd-7d83-283e-0d26-d73da4005dc9 ;
  a2a:EventKeyRef oa:event_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Event1 .

oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person:6ab14c95-37de-49b9-b6d7-c68f818a848a ;
  a2a:EventKeyRef oa:event_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Event1 .

oa:relationep_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person:b86e5e0a-c78f-4436-84f4-7ab4ee46cb9b ;
  a2a:EventKeyRef oa:event_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Event1 .

oa:relationpp_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person:58938ecd-7d83-283e-0d26-d73da4005dc9, oa:person_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a_Person:af5632c5-a4f2-4e3d-bd0f-a8c43aab86ce .

oa:source_frl_270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1871-07-10 - 1871-07-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-07-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-07-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1871-07-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3019, Periode: 1871" ;
    a2a:Book "Overlijdensregister 1871" ;
    a2a:DocumentNumber "0127" ;
    a2a:RegistryNumber "3019" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3019, Periode: 1871, Overlijdensregister 1871, 0127, 3019"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/50c74372-46ca-7665-eb12-5b0d21433d86.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/50c74372-46ca-7665-eb12-5b0d21433d86.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a" ;
  a2a:RecordGUID "{270c5ef2-bbb4-eb68-2ba7-68aa0febdf6a}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3019" ;
  a2a:SourceRemarkregister_periode "1871" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_62667_00062667.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Heerenveen" ;
  a2a:PersonRemarkdatum_overlijden "1871-07-09" .

