@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_6a01d10c-45ec-e21d-a4f4-c53efb27d78e
  a a2a:Record ;
  rdfs:label "Overlijden op 20 april 1846 te Rasquert gem. Baflo" ;
  a2a:hasPerson oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-989f9282-319a-c065-cd0f-134d7af7c7f9, oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-36e03a41-d268-28a3-ad79-8f7e188d1d4f, oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-a033095d-d139-f3b4-0162-08cd8f05d5e2, oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-9f3bd71b-374c-7369-af61-44c9596bb81d ;
  a2a:hasEvent oa:event_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_0, oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_1, oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_2 ;
  a2a:hasRelationPP oa:relationpp_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_0 ;
  a2a:hasSource oa:source_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e .

oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-989f9282-319a-c065-cd0f-134d7af7c7f9
  a a2a:Person ;
  rdfs:label "Grietje Arends" ;
  a2a:PersonName [
    rdfs:label "Grietje Arends" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloonster" .

oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-36e03a41-d268-28a3-ad79-8f7e188d1d4f
  a a2a:Person ;
  rdfs:label "Jakob Jans Stavinga" ;
  a2a:PersonName [
    rdfs:label "Jakob Jans Stavinga" ;
    a2a:PersonNameFirstName "Jakob Jans" ;
    a2a:PersonNameLastName "Stavinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-a033095d-d139-f3b4-0162-08cd8f05d5e2
  a a2a:Person ;
  rdfs:label "Arendje Pieters Blaauw" ;
  a2a:PersonName [
    rdfs:label "Arendje Pieters Blaauw" ;
    a2a:PersonNameFirstName "Arendje Pieters" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rasquert gem. Baflo" ;
    rdfs:label "Rasquert gem. Baflo"
  ] ;
  a2a:Profession "dagloonster" .

oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person-9f3bd71b-374c-7369-af61-44c9596bb81d
  a a2a:Person ;
  rdfs:label "Pieter Jans Blaauw" ;
  a2a:PersonName [
    rdfs:label "Pieter Jans Blaauw" ;
    a2a:PersonNameFirstName "Pieter Jans" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "daglooner" .

oa:event_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1846-04-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rasquert gem. Baflo" ;
    rdfs:label "Rasquert gem. Baflo"
  ] .

oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person:989f9282-319a-c065-cd0f-134d7af7c7f9 ;
  a2a:EventKeyRef oa:event_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Event1 .

oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person:a033095d-d139-f3b4-0162-08cd8f05d5e2 ;
  a2a:EventKeyRef oa:event_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Event1 .

oa:relationep_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person:9f3bd71b-374c-7369-af61-44c9596bb81d ;
  a2a:EventKeyRef oa:event_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Event1 .

oa:relationpp_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person:a033095d-d139-f3b4-0162-08cd8f05d5e2, oa:person_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e_Person:36e03a41-d268-28a3-ad79-8f7e188d1d4f .

oa:source_gra_6a01d10c-45ec-e21d-a4f4-c53efb27d78e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo", "1846-04-20 - 1846-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1846-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1846-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1846" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1846-04-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1846" ;
    a2a:Book "Overlijdensregister 1846" ;
    a2a:DocumentNumber "20" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1846, Overlijdensregister 1846, 20"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/28a083e0-864b-f305-5bda-607a64a10496.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/6a01d10c-45ec-e21d-a4f4-c53efb27d78e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/28a083e0-864b-f305-5bda-607a64a10496.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/6a01d10c-45ec-e21d-a4f4-c53efb27d78e" ;
  a2a:RecordGUID "{6a01d10c-45ec-e21d-a4f4-c53efb27d78e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_376_00000376.xml van GRA" .

