@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_bb7cfb21-0b85-44df-e0f8-f038d15d72db
  a a2a:Record ;
  rdfs:label "Overlijden op 11 maart 1915 te Bellingwolde" ;
  a2a:hasPerson oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-c935e5b0-9ecd-b4ba-6b79-1513df202b5b, oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-543bc6d8-85af-00eb-f927-0274067524d6, oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-b9fcb5a5-4727-792c-995a-f4d6b246bc51, oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-3188c106-1bf0-937b-7c4b-d092fc0a91e0 ;
  a2a:hasEvent oa:event_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_0, oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_1, oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_2 ;
  a2a:hasRelationPP oa:relationpp_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_0 ;
  a2a:hasSource oa:source_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db .

oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-c935e5b0-9ecd-b4ba-6b79-1513df202b5b
  a a2a:Person ;
  rdfs:label "Cornelia Antina Broekema" ;
  a2a:PersonName [
    rdfs:label "Cornelia Antina Broekema" ;
    a2a:PersonNameFirstName "Cornelia Antina" ;
    a2a:PersonNameLastName "Broekema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-543bc6d8-85af-00eb-f927-0274067524d6
  a a2a:Person ;
  rdfs:label "Lugienus Jansen" ;
  a2a:PersonName [
    rdfs:label "Lugienus Jansen" ;
    a2a:PersonNameFirstName "Lugienus" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-b9fcb5a5-4727-792c-995a-f4d6b246bc51
  a a2a:Person ;
  rdfs:label "Jan Broekema" ;
  a2a:PersonName [
    rdfs:label "Jan Broekema" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Broekema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person-3188c106-1bf0-937b-7c4b-d092fc0a91e0
  a a2a:Person ;
  rdfs:label "Fenna Ridderbos" ;
  a2a:PersonName [
    rdfs:label "Fenna Ridderbos" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNameLastName "Ridderbos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1915-03-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person:c935e5b0-9ecd-b4ba-6b79-1513df202b5b ;
  a2a:EventKeyRef oa:event_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Event1 .

oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person:b9fcb5a5-4727-792c-995a-f4d6b246bc51 ;
  a2a:EventKeyRef oa:event_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Event1 .

oa:relationep_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person:3188c106-1bf0-937b-7c4b-d092fc0a91e0 ;
  a2a:EventKeyRef oa:event_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Event1 .

oa:relationpp_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person:c935e5b0-9ecd-b4ba-6b79-1513df202b5b, oa:person_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db_Person:543bc6d8-85af-00eb-f927-0274067524d6 .

oa:source_gra_bb7cfb21-0b85-44df-e0f8-f038d15d72db
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1915-03-12 - 1915-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1915-03-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1915" ;
    a2a:Book "Overlijdensregister 1915" ;
    a2a:DocumentNumber "13" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1915, Overlijdensregister 1915, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/888b5681-3a04-20ff-53e7-9d2fce96957e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bb7cfb21-0b85-44df-e0f8-f038d15d72db" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/888b5681-3a04-20ff-53e7-9d2fce96957e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bb7cfb21-0b85-44df-e0f8-f038d15d72db" ;
  a2a:RecordGUID "{bb7cfb21-0b85-44df-e0f8-f038d15d72db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15836_00015836.xml van GRA" .

