@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_eeab0074-9dce-56a9-64ee-77ec5c07cbec
  a a2a:Record ;
  rdfs:label "Overlijden (levenloos) op 7 maart 1933 te Winschoten" ;
  a2a:hasPerson oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-ff776e0c-e838-112d-a9d9-eba905caaa18, oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-78bd582c-7ee1-2f5d-fcdf-f9809ae21a15, oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-ae05365d-80dd-53db-7d47-63f058b3a312 ;
  a2a:hasEvent oa:event_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_0, oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_1, oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_2 ;
  a2a:hasSource oa:source_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec .

oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-ff776e0c-e838-112d-a9d9-eba905caaa18
  a a2a:Person ;
  rdfs:label "Scholtens" ;
  a2a:PersonName [
    rdfs:label "Scholtens" ;
    a2a:PersonNameLastName "Scholtens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1933" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1933-03-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-78bd582c-7ee1-2f5d-fcdf-f9809ae21a15
  a a2a:Person ;
  rdfs:label "Harmannes Scholtens" ;
  a2a:PersonName [
    rdfs:label "Harmannes Scholtens" ;
    a2a:PersonNameFirstName "Harmannes" ;
    a2a:PersonNameLastName "Scholtens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "onderwijzer" .

oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person-ae05365d-80dd-53db-7d47-63f058b3a312
  a a2a:Person ;
  rdfs:label "Bertha Doewina Pals" ;
  a2a:PersonName [
    rdfs:label "Bertha Doewina Pals" ;
    a2a:PersonNameFirstName "Bertha Doewina" ;
    a2a:PersonNameLastName "Pals"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1933-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person:ff776e0c-e838-112d-a9d9-eba905caaa18 ;
  a2a:EventKeyRef oa:event_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Event1 .

oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person:78bd582c-7ee1-2f5d-fcdf-f9809ae21a15 ;
  a2a:EventKeyRef oa:event_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Event1 .

oa:relationep_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Person:ae05365d-80dd-53db-7d47-63f058b3a312 ;
  a2a:EventKeyRef oa:event_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec_Event1 .

oa:source_gra_eeab0074-9dce-56a9-64ee-77ec5c07cbec
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1933-03-09 - 1933-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1933" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1933-03-09"^^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 "43" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1933, Overlijdensregister 1933, 43"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/efc84ac0-32ac-caf9-41bf-c65609229e19.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/eeab0074-9dce-56a9-64ee-77ec5c07cbec" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/efc84ac0-32ac-caf9-41bf-c65609229e19.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/eeab0074-9dce-56a9-64ee-77ec5c07cbec" ;
  a2a:RecordGUID "{eeab0074-9dce-56a9-64ee-77ec5c07cbec}" ;
  a2a:SourceRemarkAkteSoort "levenloos" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12023_00012023.xml van GRA" .

