@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_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962
  a a2a:Record ;
  rdfs:label "Overlijden op 8 februari 1963 te Groningen" ;
  a2a:hasPerson oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-70c81a81-48c0-226e-0ac5-d004e343b692, oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-c9923ff4-3685-6bf6-4d25-d2cb1d22509a, oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-ed214ccc-9ba8-80fa-baba-7f60dbf3f5b8 ;
  a2a:hasEvent oa:event_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_0, oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_1, oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_2 ;
  a2a:hasSource oa:source_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962 .

oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-70c81a81-48c0-226e-0ac5-d004e343b692
  a a2a:Person ;
  rdfs:label "Alida Bernardina de Nijs" ;
  a2a:PersonName [
    rdfs:label "Alida Bernardina de Nijs" ;
    a2a:PersonNameFirstName "Alida Bernardina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Nijs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67 jaar" ;
    rdfs:label "67 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-c9923ff4-3685-6bf6-4d25-d2cb1d22509a
  a a2a:Person ;
  rdfs:label "Harmanna Engelina Breurkens" ;
  a2a:PersonName [
    rdfs:label "Harmanna Engelina Breurkens" ;
    a2a:PersonNameFirstName "Harmanna Engelina" ;
    a2a:PersonNameLastName "Breurkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person-ed214ccc-9ba8-80fa-baba-7f60dbf3f5b8
  a a2a:Person ;
  rdfs:label "Augustinus Joannes de Nijs" ;
  a2a:PersonName [
    rdfs:label "Augustinus Joannes de Nijs" ;
    a2a:PersonNameFirstName "Augustinus Joannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Nijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1963-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person:70c81a81-48c0-226e-0ac5-d004e343b692 ;
  a2a:EventKeyRef oa:event_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Event1 .

oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person:c9923ff4-3685-6bf6-4d25-d2cb1d22509a ;
  a2a:EventKeyRef oa:event_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Event1 .

oa:relationep_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Person:ed214ccc-9ba8-80fa-baba-7f60dbf3f5b8 ;
  a2a:EventKeyRef oa:event_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962_Event1 .

oa:source_gra_e4eb5a14-5c9a-706e-e7cb-5a779a7ee962
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1963-02-11 - 1963-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1963-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1261, 1262, Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "287" ;
    a2a:RegistryNumber "1261, 1262" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1261, 1262, Periode: 1963, Overlijdensregister 1963, 287, 1261, 1262"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3dbd77b5-53a4-d75e-95cb-7023dbe495d2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e4eb5a14-5c9a-706e-e7cb-5a779a7ee962" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3dbd77b5-53a4-d75e-95cb-7023dbe495d2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e4eb5a14-5c9a-706e-e7cb-5a779a7ee962" ;
  a2a:RecordGUID "{e4eb5a14-5c9a-706e-e7cb-5a779a7ee962}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11454_00011454.xml van GRA" .

