@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_971e145e-dddc-5d87-d0b7-da37dbd9c0fe
  a a2a:Record ;
  rdfs:label "Overlijden op 4 januari 1966 te Zuidhorn" ;
  a2a:hasPerson oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-eeed35a6-aae9-3b5e-d94e-0b4338c645a0, oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-43c193cb-dc56-96fd-120e-e8e5d829c62a, oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-e240dc05-b5c7-ca19-87fd-11ce3dc6b65a, oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-7c871d9c-e64e-df10-3dc7-cfbc15405e8f ;
  a2a:hasEvent oa:event_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_0, oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_1, oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_2 ;
  a2a:hasRelationPP oa:relationpp_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_0 ;
  a2a:hasSource oa:source_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe .

oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-eeed35a6-aae9-3b5e-d94e-0b4338c645a0
  a a2a:Person ;
  rdfs:label "Hilje Heerema" ;
  a2a:PersonName [
    rdfs:label "Hilje Heerema" ;
    a2a:PersonNameFirstName "Hilje" ;
    a2a:PersonNameLastName "Heerema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-43c193cb-dc56-96fd-120e-e8e5d829c62a
  a a2a:Person ;
  rdfs:label "Riender Huizinga" ;
  a2a:PersonName [
    rdfs:label "Riender Huizinga" ;
    a2a:PersonNameFirstName "Riender" ;
    a2a:PersonNameLastName "Huizinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-e240dc05-b5c7-ca19-87fd-11ce3dc6b65a
  a a2a:Person ;
  rdfs:label "Albertje Smits" ;
  a2a:PersonName [
    rdfs:label "Albertje Smits" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person-7c871d9c-e64e-df10-3dc7-cfbc15405e8f
  a a2a:Person ;
  rdfs:label "Marten Huizinga" ;
  a2a:PersonName [
    rdfs:label "Marten Huizinga" ;
    a2a:PersonNameFirstName "Marten" ;
    a2a:PersonNameLastName "Huizinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73 jaar" ;
    rdfs:label "73 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidhorn" ;
    rdfs:label "Zuidhorn"
  ] .

oa:event_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1966-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zuidhorn" ;
    rdfs:label "Zuidhorn"
  ] .

oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person:43c193cb-dc56-96fd-120e-e8e5d829c62a ;
  a2a:EventKeyRef oa:event_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Event1 .

oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person:e240dc05-b5c7-ca19-87fd-11ce3dc6b65a ;
  a2a:EventKeyRef oa:event_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Event1 .

oa:relationep_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person:7c871d9c-e64e-df10-3dc7-cfbc15405e8f ;
  a2a:EventKeyRef oa:event_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Event1 .

oa:relationpp_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person:7c871d9c-e64e-df10-3dc7-cfbc15405e8f, oa:person_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe_Person:eeed35a6-aae9-3b5e-d94e-0b4338c645a0 .

oa:source_gra_971e145e-dddc-5d87-d0b7-da37dbd9c0fe
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zuidhorn" ;
    rdfs:label "Zuidhorn", "1966-01-05 - 1966-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1966-01-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1684, Periode: 1966" ;
    a2a:Book "Overlijdensregister 1966" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1684" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1684, Periode: 1966, Overlijdensregister 1966, 3, 1684"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/00f87f6b-6d40-56c2-4561-ba0ad8da60b4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/971e145e-dddc-5d87-d0b7-da37dbd9c0fe" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/00f87f6b-6d40-56c2-4561-ba0ad8da60b4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/971e145e-dddc-5d87-d0b7-da37dbd9c0fe" ;
  a2a:RecordGUID "{971e145e-dddc-5d87-d0b7-da37dbd9c0fe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16434_00016434.xml van GRA" .

