@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_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0
  a a2a:Record ;
  rdfs:label "Overlijden op 30 december 1963 te Winschoten" ;
  a2a:hasPerson oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-16683515-63f8-4cdc-6bd8-37e2439b1de4, oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-10179592-b935-e1cd-f3d8-40afac8d29bf, oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-07cf9655-1cfd-0f46-37f4-d0afb53f81e9, oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-c9eef03a-a787-9b32-eb1b-f805148c86a7 ;
  a2a:hasEvent oa:event_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_0, oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_1, oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_2 ;
  a2a:hasRelationPP oa:relationpp_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_0 ;
  a2a:hasSource oa:source_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0 .

oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-16683515-63f8-4cdc-6bd8-37e2439b1de4
  a a2a:Person ;
  rdfs:label "Geertje Mulder" ;
  a2a:PersonName [
    rdfs:label "Geertje Mulder" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-10179592-b935-e1cd-f3d8-40afac8d29bf
  a a2a:Person ;
  rdfs:label "Kristjaan Blouw" ;
  a2a:PersonName [
    rdfs:label "Kristjaan Blouw" ;
    a2a:PersonNameFirstName "Kristjaan" ;
    a2a:PersonNameLastName "Blouw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-07cf9655-1cfd-0f46-37f4-d0afb53f81e9
  a a2a:Person ;
  rdfs:label "Brechtje Jansen" ;
  a2a:PersonName [
    rdfs:label "Brechtje Jansen" ;
    a2a:PersonNameFirstName "Brechtje" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person-c9eef03a-a787-9b32-eb1b-f805148c86a7
  a a2a:Person ;
  rdfs:label "Harm Blouw" ;
  a2a:PersonName [
    rdfs:label "Harm Blouw" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Blouw"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "86 jaar" ;
    rdfs:label "86 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:event_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1963-12-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person:10179592-b935-e1cd-f3d8-40afac8d29bf ;
  a2a:EventKeyRef oa:event_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Event1 .

oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person:07cf9655-1cfd-0f46-37f4-d0afb53f81e9 ;
  a2a:EventKeyRef oa:event_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Event1 .

oa:relationep_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person:c9eef03a-a787-9b32-eb1b-f805148c86a7 ;
  a2a:EventKeyRef oa:event_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Event1 .

oa:relationpp_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person:c9eef03a-a787-9b32-eb1b-f805148c86a7, oa:person_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0_Person:16683515-63f8-4cdc-6bd8-37e2439b1de4 .

oa:source_gra_28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1963-12-31 - 1963-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-12-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1963-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1646, Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "295" ;
    a2a:RegistryNumber "1646" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1646, Periode: 1963, Overlijdensregister 1963, 295, 1646"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/64d773b3-7fb7-f973-600e-d535506ef258.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/64d773b3-7fb7-f973-600e-d535506ef258.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0" ;
  a2a:RecordGUID "{28ce3af5-9666-fd6f-424c-6ffa7cd3d1f0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13975_00013975.xml van GRA" .

