@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc
  a a2a:Record ;
  rdfs:label "Overlijden op 6 maart 1966 te Weststellingwerf" ;
  a2a:hasPerson oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-c9d2e345-ed30-6cc1-e5f0-7b8cca4f6cab, oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-0f2897fc-0e55-4a64-d32f-3d4693718f2e, oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-f2ca59e5-2e25-aca8-9131-58ce29ee34e1, oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-0fc52984-e7f5-9874-10f7-6a480b2cf70b ;
  a2a:hasEvent oa:event_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_0, oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_1, oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_2 ;
  a2a:hasRelationPP oa:relationpp_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_0 ;
  a2a:hasSource oa:source_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc .

oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-c9d2e345-ed30-6cc1-e5f0-7b8cca4f6cab
  a a2a:Person ;
  rdfs:label "Maria Johanna Wolzak" ;
  owl:sameAs oa:person_elo_0d9cccd0-5c3e-e231-2b2e-048c9cae996f_Person-5f8eae9a-3660-2726-c61a-41a73d7de5f4 ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Wolzak" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Wolzak"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Wolvega" ;
    rdfs:label "Wolvega"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "81 jaar" ;
    rdfs:label "81 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-0f2897fc-0e55-4a64-d32f-3d4693718f2e
  a a2a:Person ;
  rdfs:label "Amos Wouterloot" ;
  a2a:PersonName [
    rdfs:label "Amos Wouterloot" ;
    a2a:PersonNameFirstName "Amos" ;
    a2a:PersonNameLastName "Wouterloot"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-f2ca59e5-2e25-aca8-9131-58ce29ee34e1
  a a2a:Person ;
  rdfs:label "Willem Wolzak" ;
  owl:sameAs oa:person_elo_0d9cccd0-5c3e-e231-2b2e-048c9cae996f_Person-8f692550-036c-940c-73c4-b7123f20a667, oa:person_nha_43CBD705-7ACC-44A1-81F8-983D7C13AA58_Person2730376175, oa:person_gaz_DCC2B96F-BDFE-4E17-883B-4BB2C36E5906_Person3331955613 ;
  a2a:PersonName [
    rdfs:label "Willem Wolzak" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Wolzak"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person-0fc52984-e7f5-9874-10f7-6a480b2cf70b
  a a2a:Person ;
  rdfs:label "Attje Kwast" ;
  owl:sameAs oa:person_elo_0d9cccd0-5c3e-e231-2b2e-048c9cae996f_Person-feddfd2d-812a-2fb9-4f15-bcbfc24a4069, oa:person_nha_43CBD705-7ACC-44A1-81F8-983D7C13AA58_Person2730376174, oa:person_gaz_DCC2B96F-BDFE-4E17-883B-4BB2C36E5906_Person3331955614 ;
  a2a:PersonName [
    rdfs:label "Attje Kwast" ;
    a2a:PersonNameFirstName "Attje" ;
    a2a:PersonNameLastName "Kwast"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1966-03-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf"
  ] .

oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person:c9d2e345-ed30-6cc1-e5f0-7b8cca4f6cab ;
  a2a:EventKeyRef oa:event_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Event1 .

oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person:f2ca59e5-2e25-aca8-9131-58ce29ee34e1 ;
  a2a:EventKeyRef oa:event_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Event1 .

oa:relationep_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person:0fc52984-e7f5-9874-10f7-6a480b2cf70b ;
  a2a:EventKeyRef oa:event_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Event1 .

oa:relationpp_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person:c9d2e345-ed30-6cc1-e5f0-7b8cca4f6cab, oa:person_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc_Person:0f2897fc-0e55-4a64-d32f-3d4693718f2e .

oa:source_frl_2f41b1da-63b3-8bbb-edab-ceaee0f19dfc
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1966-03-08 - 1966-03-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-03-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-03-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1966-03-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 3154, Periode: 1966" ;
    a2a:Book "Overlijdensregister 1966 Wolvega" ;
    a2a:DocumentNumber "0030" ;
    a2a:RegistryNumber "3154" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 3154, Periode: 1966, Overlijdensregister 1966 Wolvega, 0030, 3154"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/056e4ee4-ea43-e5ac-f0b6-dcba1f4f8f99.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2f41b1da-63b3-8bbb-edab-ceaee0f19dfc" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/056e4ee4-ea43-e5ac-f0b6-dcba1f4f8f99.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2f41b1da-63b3-8bbb-edab-ceaee0f19dfc" ;
  a2a:RecordGUID "{2f41b1da-63b3-8bbb-edab-ceaee0f19dfc}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3154" ;
  a2a:SourceRemarkregister_periode "1966" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_10541_00010541.xml van FRL" .

[] a2a:PersonRemarkdatum_overlijden "1966-03-06" .
