@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_997eb521-e97b-135d-2532-e41eb1929074
  a a2a:Record ;
  rdfs:label "Overlijden op 16 februari 1829 te Ooststellingwerf" ;
  a2a:hasPerson oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-18b4e16e-c595-b4c4-0098-462a22a2720c, oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-9dc71300-2904-3b22-4522-b474433bed93, oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-2ea93c03-3ccf-c3d7-042f-e39d42534b39 ;
  a2a:hasEvent oa:event_frl_997eb521-e97b-135d-2532-e41eb1929074_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_0, oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_1, oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_2 ;
  a2a:hasSource oa:source_frl_997eb521-e97b-135d-2532-e41eb1929074 .

oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-18b4e16e-c595-b4c4-0098-462a22a2720c
  a a2a:Person ;
  rdfs:label "Jan Teunis Poort" ;
  a2a:PersonName [
    rdfs:label "Jan Teunis Poort" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Teunis" ;
    a2a:PersonNameLastName "Poort"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-9dc71300-2904-3b22-4522-b474433bed93
  a a2a:Person ;
  rdfs:label "Femmigje Durks" ;
  a2a:PersonName [
    rdfs:label "Femmigje Durks" ;
    a2a:PersonNameFirstName "Femmigje" ;
    a2a:PersonNamePatronym "Durks"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person-2ea93c03-3ccf-c3d7-042f-e39d42534b39
  a a2a:Person ;
  rdfs:label "Jikke Jans Poort" ;
  a2a:PersonName [
    rdfs:label "Jikke Jans Poort" ;
    a2a:PersonNameFirstName "Jikke" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Poort"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] .

oa:event_frl_997eb521-e97b-135d-2532-e41eb1929074_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1829-02-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] .

oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person:18b4e16e-c595-b4c4-0098-462a22a2720c ;
  a2a:EventKeyRef oa:event_frl_997eb521-e97b-135d-2532-e41eb1929074_Event1 .

oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person:9dc71300-2904-3b22-4522-b474433bed93 ;
  a2a:EventKeyRef oa:event_frl_997eb521-e97b-135d-2532-e41eb1929074_Event1 .

oa:relationep_frl_997eb521-e97b-135d-2532-e41eb1929074_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_997eb521-e97b-135d-2532-e41eb1929074_Person:2ea93c03-3ccf-c3d7-042f-e39d42534b39 ;
  a2a:EventKeyRef oa:event_frl_997eb521-e97b-135d-2532-e41eb1929074_Event1 .

oa:source_frl_997eb521-e97b-135d-2532-e41eb1929074
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1829-02-16 - 1829-02-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1829-02-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-02-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1829" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1829-02-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3004, Periode: 1829" ;
    a2a:Book "Overlijdensregister 1829" ;
    a2a:DocumentNumber "0009" ;
    a2a:RegistryNumber "3004" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3004, Periode: 1829, Overlijdensregister 1829, 0009, 3004"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3004%2FNL-0400410000_30-27_3004_112.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/997eb521-e97b-135d-2532-e41eb1929074" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3004%2FNL-0400410000_30-27_3004_112.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/997eb521-e97b-135d-2532-e41eb1929074" ;
  a2a:RecordGUID "{997eb521-e97b-135d-2532-e41eb1929074}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_53901_00053901.xml van FRL" .

