@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_1b529ca7-af68-1e2d-1f0e-e0949414028f
  a a2a:Record ;
  rdfs:label "Overlijden op 4 oktober 1859 te Appingedam" ;
  a2a:hasPerson oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-c992cad9-394f-a857-6c25-8778bbfe45a1, oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-553d048f-c3b5-fdd2-e24b-2778754250ef, oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-e3fc344f-bf84-bde8-0e7c-06eac52ba5e1, oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-cda5b78d-729a-e670-c22c-41918acb74fe ;
  a2a:hasEvent oa:event_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_0, oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_1, oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_0 ;
  a2a:hasSource oa:source_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f .

oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-c992cad9-394f-a857-6c25-8778bbfe45a1
  a a2a:Person ;
  rdfs:label "Marten Luitjes Burema" ;
  a2a:PersonName [
    rdfs:label "Marten Luitjes Burema" ;
    a2a:PersonNameFirstName "Marten Luitjes" ;
    a2a:PersonNameLastName "Burema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar" ;
    rdfs:label "60 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-553d048f-c3b5-fdd2-e24b-2778754250ef
  a a2a:Person ;
  rdfs:label "Fennechien Olthof" ;
  a2a:PersonName [
    rdfs:label "Fennechien Olthof" ;
    a2a:PersonNameFirstName "Fennechien" ;
    a2a:PersonNameLastName "Olthof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-e3fc344f-bf84-bde8-0e7c-06eac52ba5e1
  a a2a:Person ;
  rdfs:label "Luitje Klaassen Burema" ;
  a2a:PersonName [
    rdfs:label "Luitje Klaassen Burema" ;
    a2a:PersonNameFirstName "Luitje Klaassen" ;
    a2a:PersonNameLastName "Burema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person-cda5b78d-729a-e670-c22c-41918acb74fe
  a a2a:Person ;
  rdfs:label "Geertruida Forrema" ;
  a2a:PersonName [
    rdfs:label "Geertruida Forrema" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Forrema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1859-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person:c992cad9-394f-a857-6c25-8778bbfe45a1 ;
  a2a:EventKeyRef oa:event_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Event1 .

oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person:e3fc344f-bf84-bde8-0e7c-06eac52ba5e1 ;
  a2a:EventKeyRef oa:event_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Event1 .

oa:relationep_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person:cda5b78d-729a-e670-c22c-41918acb74fe ;
  a2a:EventKeyRef oa:event_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Event1 .

oa:relationpp_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person:c992cad9-394f-a857-6c25-8778bbfe45a1, oa:person_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f_Person:553d048f-c3b5-fdd2-e24b-2778754250ef .

oa:source_gra_1b529ca7-af68-1e2d-1f0e-e0949414028f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1859-10-06 - 1859-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1859-10-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1859" ;
    a2a:Book "Overlijdensregister 1859" ;
    a2a:DocumentNumber "98" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1859, Overlijdensregister 1859, 98"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/fa9c8950-cb99-36bb-4f0d-59915080f9d8.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1b529ca7-af68-1e2d-1f0e-e0949414028f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/fa9c8950-cb99-36bb-4f0d-59915080f9d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1b529ca7-af68-1e2d-1f0e-e0949414028f" ;
  a2a:RecordGUID "{1b529ca7-af68-1e2d-1f0e-e0949414028f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14980_00014980.xml van GRA" .

