@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_80e24ee1-358e-bf55-4791-e76baffe2484
  a a2a:Record ;
  rdfs:label "Overlijden op 8 augustus 1866 te Harlingen" ;
  a2a:hasPerson oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-fcb9b243-2a43-9171-0c03-08515504f9ca, oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-05fa58a7-7d9a-456c-b214-c648cbd92f1b, oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-57b03c49-d297-4cb8-b79c-5db64cdd9db8 ;
  a2a:hasEvent oa:event_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_0, oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_1, oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_2 ;
  a2a:hasSource oa:source_frl_80e24ee1-358e-bf55-4791-e76baffe2484 .

oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-fcb9b243-2a43-9171-0c03-08515504f9ca
  a a2a:Person ;
  rdfs:label "Jacoba van Akkeren" ;
  a2a:PersonName [
    rdfs:label "Jacoba van Akkeren" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Akkeren"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 jaar" ;
    rdfs:label "47 jaar"
  ] .

oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-05fa58a7-7d9a-456c-b214-c648cbd92f1b
  a a2a:Person ;
  rdfs:label "Dirk van Akkeren" ;
  a2a:PersonName [
    rdfs:label "Dirk van Akkeren" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Akkeren"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person-57b03c49-d297-4cb8-b79c-5db64cdd9db8
  a a2a:Person ;
  rdfs:label "Jacobje Meyer" ;
  a2a:PersonName [
    rdfs:label "Jacobje Meyer" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNameLastName "Meyer"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1866-08-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person:fcb9b243-2a43-9171-0c03-08515504f9ca ;
  a2a:EventKeyRef oa:event_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Event1 .

oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person:05fa58a7-7d9a-456c-b214-c648cbd92f1b ;
  a2a:EventKeyRef oa:event_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Event1 .

oa:relationep_frl_80e24ee1-358e-bf55-4791-e76baffe2484_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Person:57b03c49-d297-4cb8-b79c-5db64cdd9db8 ;
  a2a:EventKeyRef oa:event_frl_80e24ee1-358e-bf55-4791-e76baffe2484_Event1 .

oa:source_frl_80e24ee1-358e-bf55-4791-e76baffe2484
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1866-08-10 - 1866-08-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-08-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-08-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1866-08-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Bron: boek, Deel: 3021, Periode: 1866" ;
    a2a:Book "Overlijdensregister 1866" ;
    a2a:DocumentNumber "0191" ;
    a2a:RegistryNumber "3021" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Bron: boek, Deel: 3021, Periode: 1866, Overlijdensregister 1866, 0191, 3021"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/5cdb79a7-2a38-eeef-198c-7fa2eb00685a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/80e24ee1-358e-bf55-4791-e76baffe2484" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/5cdb79a7-2a38-eeef-198c-7fa2eb00685a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/80e24ee1-358e-bf55-4791-e76baffe2484" ;
  a2a:RecordGUID "{80e24ee1-358e-bf55-4791-e76baffe2484}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Harlingen - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3021" ;
  a2a:SourceRemarkregister_periode "1866" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_64873_00064873.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "ongehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Harlingen" ;
  a2a:PersonRemarkdatum_overlijden "1866-08-08" .

