@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_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d
  a a2a:Record ;
  rdfs:label "Overlijden op 24 juni 1957 te Sneek" ;
  a2a:hasPerson oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-c1999406-381b-1040-6fa3-bc603f834bf9, oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-c936aae7-907f-1a2b-8722-fed2a66167e8, oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-8ddc417d-52b6-9bda-23d9-b4890523d0b6 ;
  a2a:hasEvent oa:event_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_0, oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_1, oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_2 ;
  a2a:hasSource oa:source_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d .

oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-c1999406-381b-1040-6fa3-bc603f834bf9
  a a2a:Person ;
  rdfs:label "Jitze Koenen" ;
  a2a:PersonName [
    rdfs:label "Jitze Koenen" ;
    a2a:PersonNameFirstName "Jitze" ;
    a2a:PersonNameLastName "Koenen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "53 jaar" ;
    rdfs:label "53 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] ;
  a2a:Profession "schipper" .

oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-c936aae7-907f-1a2b-8722-fed2a66167e8
  a a2a:Person ;
  rdfs:label "Wouter Koenen" ;
  a2a:PersonName [
    rdfs:label "Wouter Koenen" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Koenen"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person-8ddc417d-52b6-9bda-23d9-b4890523d0b6
  a a2a:Person ;
  rdfs:label "Antje Krol" ;
  a2a:PersonName [
    rdfs:label "Antje Krol" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Krol"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1957" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1957-06-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] .

oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person:c1999406-381b-1040-6fa3-bc603f834bf9 ;
  a2a:EventKeyRef oa:event_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Event1 .

oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person:c936aae7-907f-1a2b-8722-fed2a66167e8 ;
  a2a:EventKeyRef oa:event_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Event1 .

oa:relationep_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Person:8ddc417d-52b6-9bda-23d9-b4890523d0b6 ;
  a2a:EventKeyRef oa:event_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d_Event1 .

oa:source_frl_9b5a75e0-e44e-e8df-16f6-26d3ca808b0d
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek", "1957-06-24 - 1957-06-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1957-06-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1957-06-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1957" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1957-06-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Bron: boek, Deel: 3093, Periode: 1957" ;
    a2a:Book "Overlijdensregister 1957 aktes 001 t/m 380" ;
    a2a:DocumentNumber "0186" ;
    a2a:RegistryNumber "3093" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Bron: boek, Deel: 3093, Periode: 1957, Overlijdensregister 1957 aktes 001 t/m 380, 0186, 3093"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/1f18c95d-35da-0830-4ed4-0c11182b552f.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9b5a75e0-e44e-e8df-16f6-26d3ca808b0d" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/1f18c95d-35da-0830-4ed4-0c11182b552f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9b5a75e0-e44e-e8df-16f6-26d3ca808b0d" ;
  a2a:RecordGUID "{9b5a75e0-e44e-e8df-16f6-26d3ca808b0d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_54020_00054020.xml van FRL" .

[] a2a:PersonRemarkdiversen "ongehuwd" .
