@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_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e
  a a2a:Record ;
  rdfs:label "Overlijden op 14 mei 1969 te Appelscha" ;
  a2a:hasPerson oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-7cfe7ad1-8f2c-fd57-fed2-f4c4adeb7ed2, oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-5228b03b-bb45-95fd-12d1-9f505e7a9970, oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-ced569f7-ca5c-1355-6630-22e9eef5b2a7, oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-0f5b9b69-b607-c471-7ed0-2e759464f18b ;
  a2a:hasEvent oa:event_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_0, oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_1, oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_2 ;
  a2a:hasRelationPP oa:relationpp_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_0 ;
  a2a:hasSource oa:source_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e .

oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-7cfe7ad1-8f2c-fd57-fed2-f4c4adeb7ed2
  a a2a:Person ;
  rdfs:label "Stijntje Hofkamp" ;
  a2a:PersonName [
    rdfs:label "Stijntje Hofkamp" ;
    a2a:PersonNameFirstName "Stijntje" ;
    a2a:PersonNameLastName "Hofkamp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Appelscha" ;
    rdfs:label "Appelscha"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] .

oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-5228b03b-bb45-95fd-12d1-9f505e7a9970
  a a2a:Person ;
  rdfs:label "Johann Zuidema" ;
  a2a:PersonName [
    rdfs:label "Johann Zuidema" ;
    a2a:PersonNameFirstName "Johann" ;
    a2a:PersonNameLastName "Zuidema"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-ced569f7-ca5c-1355-6630-22e9eef5b2a7
  a a2a:Person ;
  rdfs:label "Tjark Hofkamp" ;
  a2a:PersonName [
    rdfs:label "Tjark Hofkamp" ;
    a2a:PersonNameFirstName "Tjark" ;
    a2a:PersonNameLastName "Hofkamp"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person-0f5b9b69-b607-c471-7ed0-2e759464f18b
  a a2a:Person ;
  rdfs:label "Antje Tiemens" ;
  a2a:PersonName [
    rdfs:label "Antje Tiemens" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Tiemens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1969-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appelscha" ;
    rdfs:label "Appelscha"
  ] .

oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person:7cfe7ad1-8f2c-fd57-fed2-f4c4adeb7ed2 ;
  a2a:EventKeyRef oa:event_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Event1 .

oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person:ced569f7-ca5c-1355-6630-22e9eef5b2a7 ;
  a2a:EventKeyRef oa:event_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Event1 .

oa:relationep_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person:0f5b9b69-b607-c471-7ed0-2e759464f18b ;
  a2a:EventKeyRef oa:event_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Event1 .

oa:relationpp_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person:7cfe7ad1-8f2c-fd57-fed2-f4c4adeb7ed2, oa:person_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e_Person:5228b03b-bb45-95fd-12d1-9f505e7a9970 .

oa:source_frl_b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1969-05-14 - 1969-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1969-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3100, Periode: 1969" ;
    a2a:Book "Overlijdensregister 1969" ;
    a2a:DocumentNumber "0066" ;
    a2a:RegistryNumber "3100" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3100, Periode: 1969, Overlijdensregister 1969, 0066, 3100"
  ] ;
  a2a:SourceLastChangeDate "2024-05-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e" ;
  a2a:RecordGUID "{b59a5e76-d6e2-7f09-e4ce-6b5e0b44252e}" ;
  a2a:SourceRemarkOpmerking "Scans niet aanwezig." ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Ooststellingwerf - Tresoar" ;
  a2a:SourceRemarkdeel "3100" ;
  a2a:SourceRemarkregister_periode "1969" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_3520_00003520.xml van FRL" .

[] a2a:PersonRemarkdatum_overlijden "1969-05-14" .
[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
