@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_0a6750d2-0dae-11e5-be22-af333c1f97c7
  a a2a:Record ;
  rdfs:label "Overlijden op 19 januari 1952 te Assen" ;
  a2a:hasPerson oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-f371abc0-0dad-11e5-b8ff-3fc58d27b3a5, oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-0a412fc4-0dae-11e5-95cd-8ba6ccae838c, oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-09f250e8-0dae-11e5-9eca-031ce6d3633d, oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-0a19a62a-0dae-11e5-a6d4-cfe5600c00d2 ;
  a2a:hasEvent oa:event_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_0, oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_1, oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_0 ;
  a2a:hasSource oa:source_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7 .

oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-f371abc0-0dad-11e5-b8ff-3fc58d27b3a5
  a a2a:Person ;
  rdfs:label "Kei Gal" ;
  a2a:PersonName [
    rdfs:label "Kei Gal" ;
    a2a:PersonNameFirstName "Kei" ;
    a2a:PersonNameLastName "Gal"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "65 jaar" ;
    rdfs:label "65 jaar"
  ] .

oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-0a412fc4-0dae-11e5-95cd-8ba6ccae838c
  a a2a:Person ;
  rdfs:label "Taltje Weening" ;
  a2a:PersonName [
    rdfs:label "Taltje Weening" ;
    a2a:PersonNameFirstName "Taltje" ;
    a2a:PersonNameLastName "Weening"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-09f250e8-0dae-11e5-9eca-031ce6d3633d
  a a2a:Person ;
  rdfs:label "Wessel Gal" ;
  a2a:PersonName [
    rdfs:label "Wessel Gal" ;
    a2a:PersonNameFirstName "Wessel" ;
    a2a:PersonNameLastName "Gal"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person-0a19a62a-0dae-11e5-a6d4-cfe5600c00d2
  a a2a:Person ;
  rdfs:label "Maretje Vermeer" ;
  a2a:PersonName [
    rdfs:label "Maretje Vermeer" ;
    a2a:PersonNameFirstName "Maretje" ;
    a2a:PersonNameLastName "Vermeer"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1952-01-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person:f371abc0-0dad-11e5-b8ff-3fc58d27b3a5 ;
  a2a:EventKeyRef oa:event_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Event1 .

oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person:09f250e8-0dae-11e5-9eca-031ce6d3633d ;
  a2a:EventKeyRef oa:event_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Event1 .

oa:relationep_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person:0a19a62a-0dae-11e5-a6d4-cfe5600c00d2 ;
  a2a:EventKeyRef oa:event_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Event1 .

oa:relationpp_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person:f371abc0-0dad-11e5-b8ff-3fc58d27b3a5, oa:person_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7_Person:0a412fc4-0dae-11e5-95cd-8ba6ccae838c .

oa:source_frl_0a6750d2-0dae-11e5-be22-af333c1f97c7
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1952-01-30 - 1952-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1952-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952" ;
    a2a:Book "Overlijdensregister 1952" ;
    a2a:DocumentNumber "0015" ;
    a2a:RegistryNumber "3083" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952, Overlijdensregister 1952, 0015, 3083"
  ] ;
  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_3083%2FNL-0400410000_30-27_3083_005.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a6750d2-0dae-11e5-be22-af333c1f97c7" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3083%2FNL-0400410000_30-27_3083_005.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a6750d2-0dae-11e5-be22-af333c1f97c7" ;
  a2a:RecordGUID "{0a6750d2-0dae-11e5-be22-af333c1f97c7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_68178_00068178.xml van FRL" .

