@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_2e013e19-0c20-aa30-e6cc-b5f032edeae5
  a a2a:Record ;
  rdfs:label "Overlijden op 24 december 1933 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-56450cf3-7676-dd05-b960-86225de202ef, oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-fefe979c-47b9-455d-d131-9e6962519eea, oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-bbfc23d5-cdca-3387-3fd8-e2df3e3379bc, oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-122708f1-56b7-7559-1938-9de4cd3253b4 ;
  a2a:hasEvent oa:event_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_0, oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_1, oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_2 ;
  a2a:hasRelationPP oa:relationpp_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_0 ;
  a2a:hasSource oa:source_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5 .

oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-56450cf3-7676-dd05-b960-86225de202ef
  a a2a:Person ;
  rdfs:label "Bernardus Nicolaas Beenker" ;
  a2a:PersonName [
    rdfs:label "Bernardus Nicolaas Beenker" ;
    a2a:PersonNameFirstName "Bernardus Nicolaas" ;
    a2a:PersonNameLastName "Beenker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar" ;
    rdfs:label "60 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] ;
  a2a:Profession "architect" .

oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-fefe979c-47b9-455d-d131-9e6962519eea
  a a2a:Person ;
  rdfs:label "Roelfina Westhoff" ;
  a2a:PersonName [
    rdfs:label "Roelfina Westhoff" ;
    a2a:PersonNameFirstName "Roelfina" ;
    a2a:PersonNameLastName "Westhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-bbfc23d5-cdca-3387-3fd8-e2df3e3379bc
  a a2a:Person ;
  rdfs:label "Gulielmus Willeicus Beenker" ;
  a2a:PersonName [
    rdfs:label "Gulielmus Willeicus Beenker" ;
    a2a:PersonNameFirstName "Gulielmus Willeicus" ;
    a2a:PersonNameLastName "Beenker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person-122708f1-56b7-7559-1938-9de4cd3253b4
  a a2a:Person ;
  rdfs:label "Catrina Engelina Magrieta Remkes" ;
  a2a:PersonName [
    rdfs:label "Catrina Engelina Magrieta Remkes" ;
    a2a:PersonNameFirstName "Catrina Engelina Magrieta" ;
    a2a:PersonNameLastName "Remkes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1933-12-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person:56450cf3-7676-dd05-b960-86225de202ef ;
  a2a:EventKeyRef oa:event_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Event1 .

oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person:bbfc23d5-cdca-3387-3fd8-e2df3e3379bc ;
  a2a:EventKeyRef oa:event_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Event1 .

oa:relationep_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person:122708f1-56b7-7559-1938-9de4cd3253b4 ;
  a2a:EventKeyRef oa:event_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Event1 .

oa:relationpp_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person:56450cf3-7676-dd05-b960-86225de202ef, oa:person_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5_Person:fefe979c-47b9-455d-d131-9e6962519eea .

oa:source_gra_2e013e19-0c20-aa30-e6cc-b5f032edeae5
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1933-12-25 - 1933-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1933" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1933-12-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1933" ;
    a2a:Book "Overlijdensregister 1933" ;
    a2a:DocumentNumber "103" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1933, Overlijdensregister 1933, 103"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d76b6a44-fd99-2a80-8ff7-e3e400bca240.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2e013e19-0c20-aa30-e6cc-b5f032edeae5" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d76b6a44-fd99-2a80-8ff7-e3e400bca240.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2e013e19-0c20-aa30-e6cc-b5f032edeae5" ;
  a2a:RecordGUID "{2e013e19-0c20-aa30-e6cc-b5f032edeae5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14132_00014132.xml van GRA" .

