@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_73997be7-bf6b-e2fc-3c54-64c6ef822af7
  a a2a:Record ;
  rdfs:label "Overlijden op 5 mei 1856 te Groningen" ;
  a2a:hasPerson oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-ce600f1c-ac40-7788-f127-55ea1a0f0ed4, oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-7cb0ad22-348d-feac-5f58-a30712535588, oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-9a9569e8-6f52-02bb-9524-5b59ed97331c, oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-5e584759-920f-626a-ee3c-5134ba5ac7b2 ;
  a2a:hasEvent oa:event_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_0, oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_1, oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_2 ;
  a2a:hasRelationPP oa:relationpp_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_0 ;
  a2a:hasSource oa:source_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7 .

oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-ce600f1c-ac40-7788-f127-55ea1a0f0ed4
  a a2a:Person ;
  rdfs:label "Johannes de Lange" ;
  a2a:PersonName [
    rdfs:label "Johannes de Lange" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-7cb0ad22-348d-feac-5f58-a30712535588
  a a2a:Person ;
  rdfs:label "Margrietha Berends Wijsbeek" ;
  a2a:PersonName [
    rdfs:label "Margrietha Berends Wijsbeek" ;
    a2a:PersonNameFirstName "Margrietha Berends" ;
    a2a:PersonNameLastName "Wijsbeek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-9a9569e8-6f52-02bb-9524-5b59ed97331c
  a a2a:Person ;
  rdfs:label "Jurrien Jans de Lange" ;
  a2a:PersonName [
    rdfs:label "Jurrien Jans de Lange" ;
    a2a:PersonNameFirstName "Jurrien Jans" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "55 jaar" ;
    rdfs:label "55 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Uiterburen gem. Zuidbroek" ;
    rdfs:label "Uiterburen gem. Zuidbroek"
  ] ;
  a2a:Profession "schipper" .

oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person-5e584759-920f-626a-ee3c-5134ba5ac7b2
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1856" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1856-05-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person:ce600f1c-ac40-7788-f127-55ea1a0f0ed4 ;
  a2a:EventKeyRef oa:event_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Event1 .

oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person:9a9569e8-6f52-02bb-9524-5b59ed97331c ;
  a2a:EventKeyRef oa:event_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Event1 .

oa:relationep_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person:5e584759-920f-626a-ee3c-5134ba5ac7b2 ;
  a2a:EventKeyRef oa:event_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Event1 .

oa:relationpp_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person:9a9569e8-6f52-02bb-9524-5b59ed97331c, oa:person_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7_Person:7cb0ad22-348d-feac-5f58-a30712535588 .

oa:source_gra_73997be7-bf6b-e2fc-3c54-64c6ef822af7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1856-05-05 - 1856-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1856" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1856-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1856" ;
    a2a:Book "Overlijdensregister 1856" ;
    a2a:DocumentNumber "378" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1856, Overlijdensregister 1856, 378"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/184fbaef-4e61-2758-1c15-d1a6aef8051c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/73997be7-bf6b-e2fc-3c54-64c6ef822af7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/184fbaef-4e61-2758-1c15-d1a6aef8051c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/73997be7-bf6b-e2fc-3c54-64c6ef822af7" ;
  a2a:RecordGUID "{73997be7-bf6b-e2fc-3c54-64c6ef822af7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15937_00015937.xml van GRA" .

