@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_e7f6785c-5cc2-e3ca-551f-37af1e974b6f
  a a2a:Record ;
  rdfs:label "Overlijden op 21 april 1866 te Zwaagwesteinde" ;
  a2a:hasPerson oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-532264d9-4d78-2a7c-6c0c-d55687acd02e, oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-cd790de2-2545-4aed-abe6-e93d2b1ee48c, oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-16ba2c01-3f7a-4a89-b7a6-62c934344045, oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-8186aefe-7659-4969-a779-4e04360aa9ff ;
  a2a:hasEvent oa:event_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_0, oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_1, oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_2 ;
  a2a:hasRelationPP oa:relationpp_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_0 ;
  a2a:hasSource oa:source_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f .

oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-532264d9-4d78-2a7c-6c0c-d55687acd02e
  a a2a:Person ;
  rdfs:label "Johannes Dorus Mulder" ;
  a2a:PersonName [
    rdfs:label "Johannes Dorus Mulder" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePatronym "Dorus" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:Profession "schipper" .

oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-cd790de2-2545-4aed-abe6-e93d2b1ee48c
  a a2a:Person ;
  rdfs:label "Dorus Johannes Mulder" ;
  a2a:PersonName [
    rdfs:label "Dorus Johannes Mulder" ;
    a2a:PersonNameFirstName "Dorus" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-16ba2c01-3f7a-4a89-b7a6-62c934344045
  a a2a:Person ;
  rdfs:label "Trijntje Tietes" ;
  a2a:PersonName [
    rdfs:label "Trijntje Tietes" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Tietes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person-8186aefe-7659-4969-a779-4e04360aa9ff
  a a2a:Person ;
  rdfs:label "Ida Gerrits Bos" ;
  a2a:PersonName [
    rdfs:label "Ida Gerrits Bos" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePatronym "Gerrits" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1866-04-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zwaagwesteinde" ;
    rdfs:label "Zwaagwesteinde"
  ] .

oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person:532264d9-4d78-2a7c-6c0c-d55687acd02e ;
  a2a:EventKeyRef oa:event_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Event1 .

oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person:cd790de2-2545-4aed-abe6-e93d2b1ee48c ;
  a2a:EventKeyRef oa:event_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Event1 .

oa:relationep_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person:16ba2c01-3f7a-4a89-b7a6-62c934344045 ;
  a2a:EventKeyRef oa:event_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Event1 .

oa:relationpp_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person:532264d9-4d78-2a7c-6c0c-d55687acd02e, oa:person_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f_Person:8186aefe-7659-4969-a779-4e04360aa9ff .

oa:source_frl_e7f6785c-5cc2-e3ca-551f-37af1e974b6f
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1866-04-23 - 1866-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1866-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 3016, Periode: 1866" ;
    a2a:Book "Overlijdensregister 1866" ;
    a2a:RegistryNumber "3016" ;
    a2a:Folio "015" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 3016, Periode: 1866, Overlijdensregister 1866, 3016, 015"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/cbcac2ff-c472-358b-db1e-a0beca0f2335.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/e7f6785c-5cc2-e3ca-551f-37af1e974b6f" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/cbcac2ff-c472-358b-db1e-a0beca0f2335.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e7f6785c-5cc2-e3ca-551f-37af1e974b6f" ;
  a2a:RecordGUID "{e7f6785c-5cc2-e3ca-551f-37af1e974b6f}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Dantumadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3016" ;
  a2a:SourceRemarkregister_periode "1866" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_44368_00044368.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "weduwnaar" ;
  a2a:PersonRemarkplaats_overlijden "Zwaagwesteinde" ;
  a2a:PersonRemarkdatum_overlijden "1866-04-21" .

