@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_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883
  a a2a:Record ;
  rdfs:label "Overlijden op 1 december 1964 te Sneek" ;
  a2a:hasPerson oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-dc77416c-1ab9-21fb-8382-76be78700455, oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-43efd8c6-3b2d-b8ea-4b4f-a7c14e164722, oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-4bef4f72-9183-3847-53e5-a1adbf2f0d0f, oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-b7a13848-f6b4-91d1-579f-34e240be178a ;
  a2a:hasEvent oa:event_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_0, oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_1, oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_2 ;
  a2a:hasRelationPP oa:relationpp_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_0 ;
  a2a:hasSource oa:source_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883 .

oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-dc77416c-1ab9-21fb-8382-76be78700455
  a a2a:Person ;
  rdfs:label "Marius Friso" ;
  a2a:PersonName [
    rdfs:label "Marius Friso" ;
    a2a:PersonNameFirstName "Marius" ;
    a2a:PersonNameLastName "Friso"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "55 jaar" ;
    rdfs:label "55 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] ;
  a2a:Profession "transportarbeider" .

oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-43efd8c6-3b2d-b8ea-4b4f-a7c14e164722
  a a2a:Person ;
  rdfs:label "Hanna van der Veen" ;
  a2a:PersonName [
    rdfs:label "Hanna van der Veen" ;
    a2a:PersonNameFirstName "Hanna" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-4bef4f72-9183-3847-53e5-a1adbf2f0d0f
  a a2a:Person ;
  rdfs:label "Willem Marius Friso" ;
  a2a:PersonName [
    rdfs:label "Willem Marius Friso" ;
    a2a:PersonNameFirstName "Willem Marius" ;
    a2a:PersonNameLastName "Friso"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person-b7a13848-f6b4-91d1-579f-34e240be178a
  a a2a:Person ;
  rdfs:label "Cornelia Levis" ;
  a2a:PersonName [
    rdfs:label "Cornelia Levis" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Levis"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1964" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1964-12-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] .

oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person:dc77416c-1ab9-21fb-8382-76be78700455 ;
  a2a:EventKeyRef oa:event_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Event1 .

oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person:4bef4f72-9183-3847-53e5-a1adbf2f0d0f ;
  a2a:EventKeyRef oa:event_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Event1 .

oa:relationep_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person:b7a13848-f6b4-91d1-579f-34e240be178a ;
  a2a:EventKeyRef oa:event_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Event1 .

oa:relationpp_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person:dc77416c-1ab9-21fb-8382-76be78700455, oa:person_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883_Person:43efd8c6-3b2d-b8ea-4b4f-a7c14e164722 .

oa:source_frl_2a6a5c7e-156e-4d7d-9884-bbe49c3ff883
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek", "1964-12-01 - 1964-12-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1964-12-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1964-12-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1964" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1964-12-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Deel: 3101, Periode: 1964" ;
    a2a:Book "Overlijdensregister 1964 aktes 001 t/m 422" ;
    a2a:DocumentNumber "0422" ;
    a2a:RegistryNumber "3101" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Deel: 3101, Periode: 1964, Overlijdensregister 1964 aktes 001 t/m 422, 0422, 3101"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/18a5af5b-b081-eda8-0faa-40949145fdae.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2a6a5c7e-156e-4d7d-9884-bbe49c3ff883" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/18a5af5b-b081-eda8-0faa-40949145fdae.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2a6a5c7e-156e-4d7d-9884-bbe49c3ff883" ;
  a2a:RecordGUID "{2a6a5c7e-156e-4d7d-9884-bbe49c3ff883}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_58773_00058773.xml van FRL" .

