@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_d1106da5-b2b1-6a84-e7f0-b83accac142b
  a a2a:Record ;
  rdfs:label "Overlijden op 28 december 1950 te Noordhorn gem Zuidhorn" ;
  a2a:hasPerson oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-a1b0d83f-b0de-9887-6f24-c96686000279, oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-99d94b3d-432c-4314-1d41-44497293a74b, oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-90b8c25f-a0f5-696a-1a55-2580cc5be00d, oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-7f9ee702-1a65-6b5c-83c4-49377e6e214d ;
  a2a:hasEvent oa:event_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_0, oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_1, oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_0 ;
  a2a:hasSource oa:source_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b .

oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-a1b0d83f-b0de-9887-6f24-c96686000279
  a a2a:Person ;
  rdfs:label "Hinderikus Westerhoff" ;
  a2a:PersonName [
    rdfs:label "Hinderikus Westerhoff" ;
    a2a:PersonNameFirstName "Hinderikus" ;
    a2a:PersonNameLastName "Westerhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-99d94b3d-432c-4314-1d41-44497293a74b
  a a2a:Person ;
  rdfs:label "Trijntje Bosma" ;
  a2a:PersonName [
    rdfs:label "Trijntje Bosma" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Bosma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-90b8c25f-a0f5-696a-1a55-2580cc5be00d
  a a2a:Person ;
  rdfs:label "Ceüs Westerhoff" ;
  a2a:PersonName [
    rdfs:label "Ceüs Westerhoff" ;
    a2a:PersonNameFirstName "Ceüs" ;
    a2a:PersonNameLastName "Westerhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "87 jaar" ;
    rdfs:label "87 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person-7f9ee702-1a65-6b5c-83c4-49377e6e214d
  a a2a:Person ;
  rdfs:label "Grietje Ceüs Hoff" ;
  a2a:PersonName [
    rdfs:label "Grietje Ceüs Hoff" ;
    a2a:PersonNameFirstName "Grietje Ceüs" ;
    a2a:PersonNameLastName "Hoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1950" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1950-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordhorn gem Zuidhorn" ;
    rdfs:label "Noordhorn gem Zuidhorn"
  ] .

oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person:a1b0d83f-b0de-9887-6f24-c96686000279 ;
  a2a:EventKeyRef oa:event_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Event1 .

oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person:90b8c25f-a0f5-696a-1a55-2580cc5be00d ;
  a2a:EventKeyRef oa:event_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Event1 .

oa:relationep_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person:7f9ee702-1a65-6b5c-83c4-49377e6e214d ;
  a2a:EventKeyRef oa:event_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Event1 .

oa:relationpp_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person:90b8c25f-a0f5-696a-1a55-2580cc5be00d, oa:person_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b_Person:99d94b3d-432c-4314-1d41-44497293a74b .

oa:source_gra_d1106da5-b2b1-6a84-e7f0-b83accac142b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zuidhorn" ;
    rdfs:label "Zuidhorn", "1950-12-28 - 1950-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1950-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1950" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1950-12-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1699, Periode: 1950" ;
    a2a:Book "Overlijdensregister 1950" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "1699" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1699, Periode: 1950, Overlijdensregister 1950, 38, 1699"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/e719bf72-77bb-71f3-add2-8bcb4562e8c4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/d1106da5-b2b1-6a84-e7f0-b83accac142b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/e719bf72-77bb-71f3-add2-8bcb4562e8c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d1106da5-b2b1-6a84-e7f0-b83accac142b" ;
  a2a:RecordGUID "{d1106da5-b2b1-6a84-e7f0-b83accac142b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_114_00000114.xml van GRA" .

