@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_17e195d1-c1a5-83a0-637a-e283fe4331c3
  a a2a:Record ;
  rdfs:label "Overlijden op 23 juli 1890 te Musselkanaal gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-51cabdda-1848-11d9-b525-f3dd72e60a0e, oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-51959ec4-e67e-b4df-3468-0f6ccb5050f9, oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-32a52c45-f6ae-202e-2663-3aee5e13f1e4, oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-9d6d35b3-d92c-2006-1560-e79ce039e4f8 ;
  a2a:hasEvent oa:event_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_0, oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_1, oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_2 ;
  a2a:hasRelationPP oa:relationpp_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_0 ;
  a2a:hasSource oa:source_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3 .

oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-51cabdda-1848-11d9-b525-f3dd72e60a0e
  a a2a:Person ;
  rdfs:label "Jan Schot" ;
  a2a:PersonName [
    rdfs:label "Jan Schot" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Schot"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69 jaar" ;
    rdfs:label "69 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-51959ec4-e67e-b4df-3468-0f6ccb5050f9
  a a2a:Person ;
  rdfs:label "Geertruida Tees" ;
  a2a:PersonName [
    rdfs:label "Geertruida Tees" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Tees"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-32a52c45-f6ae-202e-2663-3aee5e13f1e4
  a a2a:Person ;
  rdfs:label "Heije Schot" ;
  a2a:PersonName [
    rdfs:label "Heije Schot" ;
    a2a:PersonNameFirstName "Heije" ;
    a2a:PersonNameLastName "Schot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person-9d6d35b3-d92c-2006-1560-e79ce039e4f8
  a a2a:Person ;
  rdfs:label "Tijtje Luitjens" ;
  a2a:PersonName [
    rdfs:label "Tijtje Luitjens" ;
    a2a:PersonNameFirstName "Tijtje" ;
    a2a:PersonNameLastName "Luitjens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1890-07-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Musselkanaal gem. Onstwedde" ;
    rdfs:label "Musselkanaal gem. Onstwedde"
  ] .

oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person:51cabdda-1848-11d9-b525-f3dd72e60a0e ;
  a2a:EventKeyRef oa:event_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Event1 .

oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person:32a52c45-f6ae-202e-2663-3aee5e13f1e4 ;
  a2a:EventKeyRef oa:event_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Event1 .

oa:relationep_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person:9d6d35b3-d92c-2006-1560-e79ce039e4f8 ;
  a2a:EventKeyRef oa:event_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Event1 .

oa:relationpp_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person:51cabdda-1848-11d9-b525-f3dd72e60a0e, oa:person_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3_Person:51959ec4-e67e-b4df-3468-0f6ccb5050f9 .

oa:source_gra_17e195d1-c1a5-83a0-637a-e283fe4331c3
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1890-07-24 - 1890-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1890-07-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1890" ;
    a2a:Book "Overlijdensregister 1890" ;
    a2a:DocumentNumber "157" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1890, Overlijdensregister 1890, 157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7543b9f2-382e-3629-7a2e-abd8cc62009e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/17e195d1-c1a5-83a0-637a-e283fe4331c3" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7543b9f2-382e-3629-7a2e-abd8cc62009e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/17e195d1-c1a5-83a0-637a-e283fe4331c3" ;
  a2a:RecordGUID "{17e195d1-c1a5-83a0-637a-e283fe4331c3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14877_00014877.xml van GRA" .

