@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_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc
  a a2a:Record ;
  rdfs:label "Overlijden op 15 februari 1854 te Middelstum" ;
  a2a:hasPerson oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-2db26412-f021-ea93-312a-d1634276b2c9, oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-d71bcc80-368e-4208-16b1-dcb5ca03f3be, oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-b077d9c4-5148-633c-2dd6-528525b044d8, oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-151c84d7-689f-43e9-4089-269926191c61 ;
  a2a:hasEvent oa:event_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_0, oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_1, oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_2 ;
  a2a:hasRelationPP oa:relationpp_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_0 ;
  a2a:hasSource oa:source_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc .

oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-2db26412-f021-ea93-312a-d1634276b2c9
  a a2a:Person ;
  rdfs:label "Jan Jans Schaal" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Schaal" ;
    a2a:PersonNameFirstName "Jan Jans" ;
    a2a:PersonNameLastName "Schaal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-d71bcc80-368e-4208-16b1-dcb5ca03f3be
  a a2a:Person ;
  rdfs:label "Ate Jacobs Boekelo" ;
  a2a:PersonName [
    rdfs:label "Ate Jacobs Boekelo" ;
    a2a:PersonNameFirstName "Ate Jacobs" ;
    a2a:PersonNameLastName "Boekelo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-b077d9c4-5148-633c-2dd6-528525b044d8
  a a2a:Person ;
  rdfs:label "Grietje Jans Schaal" ;
  a2a:PersonName [
    rdfs:label "Grietje Jans Schaal" ;
    a2a:PersonNameFirstName "Grietje Jans" ;
    a2a:PersonNameLastName "Schaal"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kantens" ;
    rdfs:label "Kantens"
  ] ;
  a2a:Profession "daglonersche" .

oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person-151c84d7-689f-43e9-4089-269926191c61
  a a2a:Person ;
  rdfs:label "Stijntje Meinderts van der Laan" ;
  a2a:PersonName [
    rdfs:label "Stijntje Meinderts van der Laan" ;
    a2a:PersonNameFirstName "Stijntje Meinderts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Laan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "daglonersche" .

oa:event_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1854-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum"
  ] .

oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person:2db26412-f021-ea93-312a-d1634276b2c9 ;
  a2a:EventKeyRef oa:event_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Event1 .

oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person:b077d9c4-5148-633c-2dd6-528525b044d8 ;
  a2a:EventKeyRef oa:event_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Event1 .

oa:relationep_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person:151c84d7-689f-43e9-4089-269926191c61 ;
  a2a:EventKeyRef oa:event_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Event1 .

oa:relationpp_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person:b077d9c4-5148-633c-2dd6-528525b044d8, oa:person_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc_Person:d71bcc80-368e-4208-16b1-dcb5ca03f3be .

oa:source_gra_b8a16c66-efe7-ae2e-6f31-b80a45ec22cc
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum", "1854-02-17 - 1854-02-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-02-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-02-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1854-02-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1854" ;
    a2a:Book "Overlijdensregister 1854" ;
    a2a:DocumentNumber "6" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1854, Overlijdensregister 1854, 6"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/a191d652-51f7-7d89-1f3f-767fc727e345.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b8a16c66-efe7-ae2e-6f31-b80a45ec22cc" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/a191d652-51f7-7d89-1f3f-767fc727e345.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b8a16c66-efe7-ae2e-6f31-b80a45ec22cc" ;
  a2a:RecordGUID "{b8a16c66-efe7-ae2e-6f31-b80a45ec22cc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15750_00015750.xml van GRA" .

