@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_0b650c67-a14b-bd95-0ca7-eec227eee5bb
  a a2a:Record ;
  rdfs:label "Overlijden op 14 mei 1918 te Jubbega Schurega" ;
  a2a:hasPerson oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-7e2625c7-49b4-7935-41a7-1ed34a52943e, oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-2f78ff6f-23e0-4ac4-aec9-3575c58e56ce, oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-ff23ba4f-8526-4113-9ad4-37d4ed2781d1, oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-3910296f-9435-4685-abd7-d85475219ed5 ;
  a2a:hasEvent oa:event_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_0, oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_1, oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_0 ;
  a2a:hasSource oa:source_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb .

oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-7e2625c7-49b4-7935-41a7-1ed34a52943e
  a a2a:Person ;
  rdfs:label "Berend Jansma" ;
  a2a:PersonName [
    rdfs:label "Berend Jansma" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Jansma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-2f78ff6f-23e0-4ac4-aec9-3575c58e56ce
  a a2a:Person ;
  rdfs:label "Teye Klazes Jansma" ;
  a2a:PersonName [
    rdfs:label "Teye Klazes Jansma" ;
    a2a:PersonNameFirstName "Teye" ;
    a2a:PersonNamePatronym "Klazes" ;
    a2a:PersonNameLastName "Jansma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-ff23ba4f-8526-4113-9ad4-37d4ed2781d1
  a a2a:Person ;
  rdfs:label "Trijntje Melles Pool" ;
  a2a:PersonName [
    rdfs:label "Trijntje Melles Pool" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Melles" ;
    a2a:PersonNameLastName "Pool"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person-3910296f-9435-4685-abd7-d85475219ed5
  a a2a:Person ;
  rdfs:label "Antje van der Schaaf" ;
  a2a:PersonName [
    rdfs:label "Antje van der Schaaf" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schaaf"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1918-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Jubbega Schurega" ;
    rdfs:label "Jubbega Schurega"
  ] .

oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person:7e2625c7-49b4-7935-41a7-1ed34a52943e ;
  a2a:EventKeyRef oa:event_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Event1 .

oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person:2f78ff6f-23e0-4ac4-aec9-3575c58e56ce ;
  a2a:EventKeyRef oa:event_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Event1 .

oa:relationep_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person:ff23ba4f-8526-4113-9ad4-37d4ed2781d1 ;
  a2a:EventKeyRef oa:event_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Event1 .

oa:relationpp_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person:7e2625c7-49b4-7935-41a7-1ed34a52943e, oa:person_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb_Person:3910296f-9435-4685-abd7-d85475219ed5 .

oa:source_frl_0b650c67-a14b-bd95-0ca7-eec227eee5bb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1918-05-14 - 1918-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1918-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3055, Periode: 1918" ;
    a2a:Book "Overlijdensregister 1918" ;
    a2a:DocumentNumber "0087" ;
    a2a:RegistryNumber "3055" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3055, Periode: 1918, Overlijdensregister 1918, 0087, 3055"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/0a4e8ad0-e703-bb92-52e5-77457a11d710.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0b650c67-a14b-bd95-0ca7-eec227eee5bb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/0a4e8ad0-e703-bb92-52e5-77457a11d710.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0b650c67-a14b-bd95-0ca7-eec227eee5bb" ;
  a2a:RecordGUID "{0b650c67-a14b-bd95-0ca7-eec227eee5bb}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3055" ;
  a2a:SourceRemarkregister_periode "1918" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_51987_00051987.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Jubbega Schurega" ;
  a2a:PersonRemarkdatum_overlijden "1918-05-14" .

