@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_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4
  a a2a:Record ;
  rdfs:label "Overlijden op 2 september 1854 te Ureterp" ;
  a2a:hasPerson oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-93c8e583-fa39-eb74-9f1d-fc8420cc0304, oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-d4802e96-7430-493d-b95e-99aa0d7e0d51, oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-34080e1c-5e82-4d8b-9d6d-903591c0f135, oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-7d27ac4c-f2c0-4a1a-8e62-95b13fa3d0b3 ;
  a2a:hasEvent oa:event_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_0, oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_1, oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_2 ;
  a2a:hasRelationPP oa:relationpp_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_0 ;
  a2a:hasSource oa:source_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4 .

oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-93c8e583-fa39-eb74-9f1d-fc8420cc0304
  a a2a:Person ;
  rdfs:label "Egbert Geerts Looyinga" ;
  a2a:PersonName [
    rdfs:label "Egbert Geerts Looyinga" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNamePatronym "Geerts" ;
    a2a:PersonNameLastName "Looyinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-d4802e96-7430-493d-b95e-99aa0d7e0d51
  a a2a:Person ;
  rdfs:label "Geert Alderts Looyinga" ;
  a2a:PersonName [
    rdfs:label "Geert Alderts Looyinga" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Alderts" ;
    a2a:PersonNameLastName "Looyinga"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-34080e1c-5e82-4d8b-9d6d-903591c0f135
  a a2a:Person ;
  rdfs:label "Aukjen Egberts" ;
  a2a:PersonName [
    rdfs:label "Aukjen Egberts" ;
    a2a:PersonNameFirstName "Aukjen" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person-7d27ac4c-f2c0-4a1a-8e62-95b13fa3d0b3
  a a2a:Person ;
  rdfs:label "Baukjen Kornelis Meek" ;
  a2a:PersonName [
    rdfs:label "Baukjen Kornelis Meek" ;
    a2a:PersonNameFirstName "Baukjen" ;
    a2a:PersonNamePatronym "Kornelis" ;
    a2a:PersonNameLastName "Meek"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "9" ;
    a2a:Day "2" ;
    rdfs:label "1854-09-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ureterp" ;
    rdfs:label "Ureterp"
  ] .

oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person:93c8e583-fa39-eb74-9f1d-fc8420cc0304 ;
  a2a:EventKeyRef oa:event_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Event1 .

oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person:d4802e96-7430-493d-b95e-99aa0d7e0d51 ;
  a2a:EventKeyRef oa:event_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Event1 .

oa:relationep_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person:34080e1c-5e82-4d8b-9d6d-903591c0f135 ;
  a2a:EventKeyRef oa:event_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Event1 .

oa:relationpp_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person:93c8e583-fa39-eb74-9f1d-fc8420cc0304, oa:person_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4_Person:7d27ac4c-f2c0-4a1a-8e62-95b13fa3d0b3 .

oa:source_frl_3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Opsterland" ;
    rdfs:label "Opsterland", "1854-09-02 - 1854-09-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-09-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-09-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "9" ;
    a2a:Day "2" ;
    rdfs:label "1854-09-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 3016, Periode: 1854" ;
    a2a:Book "Overlijdensregister 1854" ;
    a2a:RegistryNumber "3016" ;
    a2a:Folio "031" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 3016, Periode: 1854, Overlijdensregister 1854, 3016, 031"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/4691220a-b546-cc60-3cab-6c659f5563fb.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/4691220a-b546-cc60-3cab-6c659f5563fb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4" ;
  a2a:RecordGUID "{3a4c4972-6922-e6a4-ca2e-9cc038c6b3f4}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Opsterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3016" ;
  a2a:SourceRemarkregister_periode "1854" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_2063_00002063.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Ureterp" ;
  a2a:PersonRemarkdatum_overlijden "1854-09-02" .

