@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_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc
  a a2a:Record ;
  rdfs:label "Overlijden (levenloos) op 3 september 1885 te Delfzijl" ;
  a2a:hasPerson oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-7f7c964c-d27a-c8cb-c23d-30bdae6955ad, oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-f7576935-18e4-d493-77c3-41cf4397ba6a, oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-26d3f1d2-f024-b14c-6aca-8f0d2e302c66 ;
  a2a:hasEvent oa:event_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_0, oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_1, oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_2 ;
  a2a:hasSource oa:source_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc .

oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-7f7c964c-d27a-c8cb-c23d-30bdae6955ad
  a a2a:Person ;
  rdfs:label "Derk Leertouwer" ;
  a2a:PersonName [
    rdfs:label "Derk Leertouwer" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNameLastName "Leertouwer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-f7576935-18e4-d493-77c3-41cf4397ba6a
  a a2a:Person ;
  rdfs:label "Arentje Akkerman" ;
  a2a:PersonName [
    rdfs:label "Arentje Akkerman" ;
    a2a:PersonNameFirstName "Arentje" ;
    a2a:PersonNameLastName "Akkerman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person-26d3f1d2-f024-b14c-6aca-8f0d2e302c66
  a a2a:Person ;
  rdfs:label "Leertouwer" ;
  a2a:PersonName [
    rdfs:label "Leertouwer" ;
    a2a:PersonNameLastName "Leertouwer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1885-09-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:event_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1885-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person:7f7c964c-d27a-c8cb-c23d-30bdae6955ad ;
  a2a:EventKeyRef oa:event_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Event1 .

oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person:f7576935-18e4-d493-77c3-41cf4397ba6a ;
  a2a:EventKeyRef oa:event_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Event1 .

oa:relationep_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Person:26d3f1d2-f024-b14c-6aca-8f0d2e302c66 ;
  a2a:EventKeyRef oa:event_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc_Event1 .

oa:source_gra_fd0f2a2a-25f9-4bac-1892-428f83a2e3fc
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl", "1885-09-03 - 1885-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1885-09-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1885" ;
    a2a:Book "Overlijdensregister 1885" ;
    a2a:DocumentNumber "97" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1885, Overlijdensregister 1885, 97"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4a0bc52a-34c6-81af-28d8-7d78a2469be2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/fd0f2a2a-25f9-4bac-1892-428f83a2e3fc" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4a0bc52a-34c6-81af-28d8-7d78a2469be2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/fd0f2a2a-25f9-4bac-1892-428f83a2e3fc" ;
  a2a:RecordGUID "{fd0f2a2a-25f9-4bac-1892-428f83a2e3fc}" ;
  a2a:SourceRemarkAkteSoort "levenloos" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_2_00000002.xml van GRA" .

