@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_06a4556e-8dd0-b2c6-3ae2-e683733693eb
  a a2a:Record ;
  rdfs:label "Overlijden op 9 april 1851 te Groningen" ;
  a2a:hasPerson oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-621b0a82-fc70-efb7-c0d6-2a98469ffa8c, oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-3350c870-8ff7-1b0d-7885-fb11f0977a30, oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-470d5755-6c3f-c305-1eb3-ea7c26b78c0e, oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-a896ea18-1488-5aa2-4916-4b8bd5f5f56b ;
  a2a:hasEvent oa:event_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_0, oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_1, oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_2 ;
  a2a:hasRelationPP oa:relationpp_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_0 ;
  a2a:hasSource oa:source_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb .

oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-621b0a82-fc70-efb7-c0d6-2a98469ffa8c
  a a2a:Person ;
  rdfs:label "Aafke Freerks" ;
  a2a:PersonName [
    rdfs:label "Aafke Freerks" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNameLastName "Freerks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schilligeham gem. Winsum" ;
    rdfs:label "Schilligeham gem. Winsum"
  ] .

oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-3350c870-8ff7-1b0d-7885-fb11f0977a30
  a a2a:Person ;
  rdfs:label "Lubbertus Juursema" ;
  a2a:PersonName [
    rdfs:label "Lubbertus Juursema" ;
    a2a:PersonNameFirstName "Lubbertus" ;
    a2a:PersonNameLastName "Juursema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-470d5755-6c3f-c305-1eb3-ea7c26b78c0e
  a a2a:Person ;
  rdfs:label "Freerk Bruins" ;
  a2a:PersonName [
    rdfs:label "Freerk Bruins" ;
    a2a:PersonNameFirstName "Freerk" ;
    a2a:PersonNameLastName "Bruins"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person-a896ea18-1488-5aa2-4916-4b8bd5f5f56b
  a a2a:Person ;
  rdfs:label "Antje Vos" ;
  a2a:PersonName [
    rdfs:label "Antje Vos" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1851" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1851-04-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person:621b0a82-fc70-efb7-c0d6-2a98469ffa8c ;
  a2a:EventKeyRef oa:event_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Event1 .

oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person:470d5755-6c3f-c305-1eb3-ea7c26b78c0e ;
  a2a:EventKeyRef oa:event_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Event1 .

oa:relationep_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person:a896ea18-1488-5aa2-4916-4b8bd5f5f56b ;
  a2a:EventKeyRef oa:event_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Event1 .

oa:relationpp_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person:621b0a82-fc70-efb7-c0d6-2a98469ffa8c, oa:person_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb_Person:3350c870-8ff7-1b0d-7885-fb11f0977a30 .

oa:source_gra_06a4556e-8dd0-b2c6-3ae2-e683733693eb
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1851-04-11 - 1851-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1851-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1851-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1851" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1851-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1851" ;
    a2a:Book "Overlijdensregister 1851" ;
    a2a:DocumentNumber "232" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1851, Overlijdensregister 1851, 232"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/071b4fcd-3cf8-de63-511d-5b57073f8b4a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/06a4556e-8dd0-b2c6-3ae2-e683733693eb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/071b4fcd-3cf8-de63-511d-5b57073f8b4a.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/cbfb5720-8496-d639-8b4f-5286b25be664.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/06a4556e-8dd0-b2c6-3ae2-e683733693eb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/cbfb5720-8496-d639-8b4f-5286b25be664.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/06a4556e-8dd0-b2c6-3ae2-e683733693eb" ;
  a2a:RecordGUID "{06a4556e-8dd0-b2c6-3ae2-e683733693eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13237_00013237.xml van GRA" .

