@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_1b445588-af93-cb72-bb2c-cc1c2b3fe4da
  a a2a:Record ;
  rdfs:label "Overlijden op 21 december 1908 te Groningen" ;
  a2a:hasPerson oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-4b3ff009-fa3d-966b-8a82-8ed44a0e1382, oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-2f2efa9c-2234-0622-3de8-06cabedeff1a, oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-ab8421e8-1bcc-7a20-ddbc-e4623d8319d0, oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-ab096e4d-633c-5d0d-d3eb-449df386f442 ;
  a2a:hasEvent oa:event_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_0, oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_1, oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_2 ;
  a2a:hasRelationPP oa:relationpp_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_0 ;
  a2a:hasSource oa:source_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da .

oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-4b3ff009-fa3d-966b-8a82-8ed44a0e1382
  a a2a:Person ;
  rdfs:label "Floris de Boer" ;
  a2a:PersonName [
    rdfs:label "Floris de Boer" ;
    a2a:PersonNameFirstName "Floris" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "62 jaar" ;
    rdfs:label "62 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assendelft" ;
    rdfs:label "Assendelft"
  ] .

oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-2f2efa9c-2234-0622-3de8-06cabedeff1a
  a a2a:Person ;
  rdfs:label "Christina Geertruida Sara van den Bosch" ;
  a2a:PersonName [
    rdfs:label "Christina Geertruida Sara van den Bosch" ;
    a2a:PersonNameFirstName "Christina Geertruida Sara" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-ab8421e8-1bcc-7a20-ddbc-e4623d8319d0
  a a2a:Person ;
  rdfs:label "Cornelis de Boer" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Boer" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person-ab096e4d-633c-5d0d-d3eb-449df386f442
  a a2a:Person ;
  rdfs:label "Cornelia Yff" ;
  a2a:PersonName [
    rdfs:label "Cornelia Yff" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Yff"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1908-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person:4b3ff009-fa3d-966b-8a82-8ed44a0e1382 ;
  a2a:EventKeyRef oa:event_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Event1 .

oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person:ab8421e8-1bcc-7a20-ddbc-e4623d8319d0 ;
  a2a:EventKeyRef oa:event_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Event1 .

oa:relationep_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person:ab096e4d-633c-5d0d-d3eb-449df386f442 ;
  a2a:EventKeyRef oa:event_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Event1 .

oa:relationpp_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person:4b3ff009-fa3d-966b-8a82-8ed44a0e1382, oa:person_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da_Person:2f2efa9c-2234-0622-3de8-06cabedeff1a .

oa:source_gra_1b445588-af93-cb72-bb2c-cc1c2b3fe4da
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1908-12-23 - 1908-12-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-12-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-12-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1908-12-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1908" ;
    a2a:Book "Overlijdensregister 1908" ;
    a2a:DocumentNumber "1261" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1908, Overlijdensregister 1908, 1261"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/96ac2b74-5fcb-b9da-8234-3df2fdd7d226.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1b445588-af93-cb72-bb2c-cc1c2b3fe4da" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/96ac2b74-5fcb-b9da-8234-3df2fdd7d226.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1b445588-af93-cb72-bb2c-cc1c2b3fe4da" ;
  a2a:RecordGUID "{1b445588-af93-cb72-bb2c-cc1c2b3fe4da}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14978_00014978.xml van GRA" .

