@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_5c1c9150-e778-6e81-548f-e2571c0e4718
  a a2a:Record ;
  rdfs:label "Overlijden op 13 maart 1894 te Balk" ;
  a2a:hasPerson oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person1, oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person2, oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person3 ;
  a2a:hasEvent oa:event_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Event1 ;
  a2a:hasRelationEP oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_0, oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_1, oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_2 ;
  a2a:hasSource oa:source_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718 .

oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person1
  a a2a:Person ;
  rdfs:label "Abeltje Mous" ;
  a2a:PersonName [
    rdfs:label "Abeltje Mous" ;
    a2a:PersonNameFirstName "Abeltje" ;
    a2a:PersonNameLastName "Mous"
  ] ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1854-04-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Balk" ;
    rdfs:label "Balk"
  ] .

oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person2
  a a2a:Person ;
  rdfs:label "Durk Durks Mous" ;
  a2a:PersonName [
    rdfs:label "Durk Durks Mous" ;
    a2a:PersonNameLastName "Durk Durks Mous"
  ] .

oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person3
  a a2a:Person ;
  rdfs:label "Antje Abes Bijma" ;
  a2a:PersonName [
    rdfs:label "Antje Abes Bijma" ;
    a2a:PersonNameLastName "Antje Abes Bijma"
  ] .

oa:event_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1894-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Balk" ;
    rdfs:label "Balk"
  ] .

oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person1 ;
  a2a:EventKeyRef oa:event_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Event1 .

oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person2 ;
  a2a:EventKeyRef oa:event_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Event1 .

oa:relationep_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Person3 ;
  a2a:EventKeyRef oa:event_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718_Event1 .

oa:source_rkf_5c1c9150-e778-6e81-548f-e2571c0e4718
  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/15377.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archiefrkfriesland.nl/scripts/open_arch.php?nummer=15377" ;
  a2a:RecordIdentifier "15377" ;
  a2a:RecordGUID "{5c1c9150-e778-6e81-548f-e2571c0e4718}" ;
  a2a:SourceRemarkProvenance "Bidprentjes export.csv (ontvangen 23 december 2025) via mail / csv2a2a" .

