@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_db2da03e-7087-e3f7-eb36-ea74a5f04279
  a a2a:Record ;
  rdfs:label "Overlijden op 29 maart 1881 te Stadskanaal gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-2eb9ccff-61a6-6de4-4f0b-210f71c01bb9, oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-811ba9af-2e80-6a4a-a91d-c49168f04a9a, oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-e3711a71-9d28-704b-e4f4-78ec30ecf822, oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-c96ccd6b-690c-8933-7324-6a8b2fc936ac ;
  a2a:hasEvent oa:event_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_0, oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_1, oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_2 ;
  a2a:hasRelationPP oa:relationpp_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_0 ;
  a2a:hasSource oa:source_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279 .

oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-2eb9ccff-61a6-6de4-4f0b-210f71c01bb9
  a a2a:Person ;
  rdfs:label "Magdalena Christina van der Linden" ;
  a2a:PersonName [
    rdfs:label "Magdalena Christina van der Linden" ;
    a2a:PersonNameFirstName "Magdalena Christina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Linden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-811ba9af-2e80-6a4a-a91d-c49168f04a9a
  a a2a:Person ;
  rdfs:label "Johannes van West" ;
  a2a:PersonName [
    rdfs:label "Johannes van West" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "West"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-e3711a71-9d28-704b-e4f4-78ec30ecf822
  a a2a:Person ;
  rdfs:label "Gerrit van der Linden" ;
  a2a:PersonName [
    rdfs:label "Gerrit van der Linden" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Linden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person-c96ccd6b-690c-8933-7324-6a8b2fc936ac
  a a2a:Person ;
  rdfs:label "Elizabeth Snel" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Snel" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Snel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1881-03-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stadskanaal gem. Onstwedde" ;
    rdfs:label "Stadskanaal gem. Onstwedde"
  ] .

oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person:2eb9ccff-61a6-6de4-4f0b-210f71c01bb9 ;
  a2a:EventKeyRef oa:event_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Event1 .

oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person:e3711a71-9d28-704b-e4f4-78ec30ecf822 ;
  a2a:EventKeyRef oa:event_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Event1 .

oa:relationep_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person:c96ccd6b-690c-8933-7324-6a8b2fc936ac ;
  a2a:EventKeyRef oa:event_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Event1 .

oa:relationpp_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person:2eb9ccff-61a6-6de4-4f0b-210f71c01bb9, oa:person_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279_Person:811ba9af-2e80-6a4a-a91d-c49168f04a9a .

oa:source_gra_db2da03e-7087-e3f7-eb36-ea74a5f04279
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1881-03-30 - 1881-03-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-03-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-03-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1881-03-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1881" ;
    a2a:Book "Overlijdensregister 1881" ;
    a2a:DocumentNumber "67" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1881, Overlijdensregister 1881, 67"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/862f6f7f-d579-cd63-2afa-e5822f05bcd4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/db2da03e-7087-e3f7-eb36-ea74a5f04279" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/862f6f7f-d579-cd63-2afa-e5822f05bcd4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/db2da03e-7087-e3f7-eb36-ea74a5f04279" ;
  a2a:RecordGUID "{db2da03e-7087-e3f7-eb36-ea74a5f04279}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11727_00011727.xml van GRA" .

