@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_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3
  a a2a:Record ;
  rdfs:label "Overlijden op 3 maart 1970 te Bedum" ;
  a2a:hasPerson oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-ed40c49d-3874-489e-1e41-d12a6596235a, oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-fbb198db-7c1a-f851-8806-3684545284f8, oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-7a0bf4a7-246f-6363-ce48-234ec27d548b ;
  a2a:hasEvent oa:event_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_0, oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_1, oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_2 ;
  a2a:hasSource oa:source_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3 .

oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-ed40c49d-3874-489e-1e41-d12a6596235a
  a a2a:Person ;
  rdfs:label "Martien Dalstra" ;
  a2a:PersonName [
    rdfs:label "Martien Dalstra" ;
    a2a:PersonNameFirstName "Martien" ;
    a2a:PersonNameLastName "Dalstra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "Schilder" .

oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-fbb198db-7c1a-f851-8806-3684545284f8
  a a2a:Person ;
  rdfs:label "Anje Bos" ;
  a2a:PersonName [
    rdfs:label "Anje Bos" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder beroep" .

oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person-7a0bf4a7-246f-6363-ce48-234ec27d548b
  a a2a:Person ;
  rdfs:label "Herman Jan Martien Dalstra" ;
  a2a:PersonName [
    rdfs:label "Herman Jan Martien Dalstra" ;
    a2a:PersonNameFirstName "Herman Jan Martien" ;
    a2a:PersonNameLastName "Dalstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1968" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1968-07-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1970-03-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person:ed40c49d-3874-489e-1e41-d12a6596235a ;
  a2a:EventKeyRef oa:event_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Event1 .

oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person:fbb198db-7c1a-f851-8806-3684545284f8 ;
  a2a:EventKeyRef oa:event_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Event1 .

oa:relationep_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Person:7a0bf4a7-246f-6363-ce48-234ec27d548b ;
  a2a:EventKeyRef oa:event_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3_Event1 .

oa:source_gra_b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum", "1970-03-03 - 1970-03-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-03-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-03-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1970-03-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1185, Periode: 1970" ;
    a2a:Book "Overlijdensregister 1970" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "1185" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1185, Periode: 1970, Overlijdensregister 1970, 6, 1185"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/865613c6-2a18-4a89-df1e-eea43c7820d0.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/865613c6-2a18-4a89-df1e-eea43c7820d0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3" ;
  a2a:RecordGUID "{b1db3f0b-a337-bbcb-b5c4-a0ebcfca0ea3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_4396_00004396.xml van GRA" .

