@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_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53
  a a2a:Record ;
  rdfs:label "Overlijden op 10 september 1983" ;
  a2a:hasPerson oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person1, oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person2, oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person3 ;
  a2a:hasEvent oa:event_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Event1 ;
  a2a:hasRelationEP oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_0, oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_1, oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_2 ;
  a2a:hasSource oa:source_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53 .

oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person1
  a a2a:Person ;
  rdfs:label "Anna Cecilia Vallinga" ;
  a2a:PersonName [
    rdfs:label "Anna Cecilia Vallinga" ;
    a2a:PersonNameFirstName "Anna Cecilia" ;
    a2a:PersonNameLastName "Vallinga"
  ] ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1908-08-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Recklinghausen [Dld.]" ;
    rdfs:label "Recklinghausen [Dld.]"
  ] .

oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person2
  a a2a:Person ;
  rdfs:label "Jouke Vallinga" ;
  a2a:PersonName [
    rdfs:label "Jouke Vallinga" ;
    a2a:PersonNameLastName "Jouke Vallinga"
  ] .

oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person3
  a a2a:Person ;
  rdfs:label "Gertrud Postma" ;
  a2a:PersonName [
    rdfs:label "Gertrud Postma" ;
    a2a:PersonNameLastName "Gertrud Postma"
  ] .

oa:event_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1983" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1983-09-10"^^xsd:date
  ] .

oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person1 ;
  a2a:EventKeyRef oa:event_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Event1 .

oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person2 ;
  a2a:EventKeyRef oa:event_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Event1 .

oa:relationep_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Person3 ;
  a2a:EventKeyRef oa:event_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53_Event1 .

oa:source_rkf_ff2417a4-2455-bc00-7a98-00a2b7363c53
  a a2a:Source ;
  rdfs:label "Archief RK Friesland, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief RK Friesland" ;
    rdfs:label "Archief RK Friesland"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://archiefrkfriesland.nl/archiefdata/advertenties/7700.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archiefrkfriesland.nl/scripts/open_arch.php?nummer=7700" ;
  a2a:RecordIdentifier "7700" ;
  a2a:RecordGUID "{ff2417a4-2455-bc00-7a98-00a2b7363c53}" ;
  a2a:SourceRemarkProvenance "Bidprentjes export.csv (ontvangen 23 december 2025) via mail / csv2a2a" .

