@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_006e8ea4-3d09-2c47-c8f9-20686c417ff2
  a a2a:Record ;
  rdfs:label "Overlijden op 28 maart 1904 te Schildwolde gem. Slochteren" ;
  a2a:hasPerson oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-e232aca8-f4e2-4710-2702-6d85d5fc8ea9, oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-b6007e4d-75c1-9b91-2ea6-1980c9617357, oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-c32f7694-6f76-f05d-031b-2d25bd702864, oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-840caea6-5a0d-acd0-57c0-aeaa92d3f3af ;
  a2a:hasEvent oa:event_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_0, oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_1, oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_2 ;
  a2a:hasRelationPP oa:relationpp_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_0 ;
  a2a:hasSource oa:source_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2 .

oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-e232aca8-f4e2-4710-2702-6d85d5fc8ea9
  a a2a:Person ;
  rdfs:label "Jakob Stuurwold" ;
  a2a:PersonName [
    rdfs:label "Jakob Stuurwold" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Stuurwold"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Thesinge" ;
    rdfs:label "Thesinge"
  ] ;
  a2a:Profession "bakker" .

oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-b6007e4d-75c1-9b91-2ea6-1980c9617357
  a a2a:Person ;
  rdfs:label "Imke Mulder" ;
  a2a:PersonName [
    rdfs:label "Imke Mulder" ;
    a2a:PersonNameFirstName "Imke" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-c32f7694-6f76-f05d-031b-2d25bd702864
  a a2a:Person ;
  rdfs:label "Derk Stuurwold" ;
  a2a:PersonName [
    rdfs:label "Derk Stuurwold" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNameLastName "Stuurwold"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person-840caea6-5a0d-acd0-57c0-aeaa92d3f3af
  a a2a:Person ;
  rdfs:label "Anje van der Meer" ;
  a2a:PersonName [
    rdfs:label "Anje van der Meer" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1904-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schildwolde gem. Slochteren" ;
    rdfs:label "Schildwolde gem. Slochteren"
  ] .

oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person:e232aca8-f4e2-4710-2702-6d85d5fc8ea9 ;
  a2a:EventKeyRef oa:event_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Event1 .

oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person:c32f7694-6f76-f05d-031b-2d25bd702864 ;
  a2a:EventKeyRef oa:event_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Event1 .

oa:relationep_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person:840caea6-5a0d-acd0-57c0-aeaa92d3f3af ;
  a2a:EventKeyRef oa:event_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Event1 .

oa:relationpp_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person:e232aca8-f4e2-4710-2702-6d85d5fc8ea9, oa:person_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2_Person:b6007e4d-75c1-9b91-2ea6-1980c9617357 .

oa:source_gra_006e8ea4-3d09-2c47-c8f9-20686c417ff2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren", "1904-03-29 - 1904-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1904-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1904" ;
    a2a:Book "Overlijdensregister 1904" ;
    a2a:DocumentNumber "49" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1904, Overlijdensregister 1904, 49"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f3feaa89-0170-877e-9f53-68aa4866c860.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/006e8ea4-3d09-2c47-c8f9-20686c417ff2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f3feaa89-0170-877e-9f53-68aa4866c860.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/006e8ea4-3d09-2c47-c8f9-20686c417ff2" ;
  a2a:RecordGUID "{006e8ea4-3d09-2c47-c8f9-20686c417ff2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13052_00013052.xml van GRA" .

