@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_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f
  a a2a:Record ;
  rdfs:label "Overlijden op 24 maart 1934 te Winschoten" ;
  a2a:hasPerson oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-3fd97809-e415-043d-b67e-0d3baf1929ae, oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-237c04d5-62d0-9ae1-5944-e111d7e00008, oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-de304f64-f768-4d79-c59d-1e18c00765e9, oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-ecbfefab-82d9-1098-058f-8780bac23f8f ;
  a2a:hasEvent oa:event_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_0, oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_1, oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_2 ;
  a2a:hasRelationPP oa:relationpp_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_0 ;
  a2a:hasSource oa:source_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f .

oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-3fd97809-e415-043d-b67e-0d3baf1929ae
  a a2a:Person ;
  rdfs:label "Foelke Bruins Goeman" ;
  a2a:PersonName [
    rdfs:label "Foelke Bruins Goeman" ;
    a2a:PersonNameFirstName "Foelke Bruins" ;
    a2a:PersonNameLastName "Goeman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-237c04d5-62d0-9ae1-5944-e111d7e00008
  a a2a:Person ;
  rdfs:label "Jeltje Buiskool" ;
  a2a:PersonName [
    rdfs:label "Jeltje Buiskool" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNameLastName "Buiskool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-de304f64-f768-4d79-c59d-1e18c00765e9
  a a2a:Person ;
  rdfs:label "Egbert Gerlof Muntinga" ;
  a2a:PersonName [
    rdfs:label "Egbert Gerlof Muntinga" ;
    a2a:PersonNameFirstName "Egbert Gerlof" ;
    a2a:PersonNameLastName "Muntinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person-ecbfefab-82d9-1098-058f-8780bac23f8f
  a a2a:Person ;
  rdfs:label "Harm Bosch Muntinga" ;
  a2a:PersonName [
    rdfs:label "Harm Bosch Muntinga" ;
    a2a:PersonNameFirstName "Harm Bosch" ;
    a2a:PersonNameLastName "Muntinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1934" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1934-03-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person:3fd97809-e415-043d-b67e-0d3baf1929ae ;
  a2a:EventKeyRef oa:event_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Event1 .

oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person:de304f64-f768-4d79-c59d-1e18c00765e9 ;
  a2a:EventKeyRef oa:event_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Event1 .

oa:relationep_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person:ecbfefab-82d9-1098-058f-8780bac23f8f ;
  a2a:EventKeyRef oa:event_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Event1 .

oa:relationpp_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person:de304f64-f768-4d79-c59d-1e18c00765e9, oa:person_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f_Person:237c04d5-62d0-9ae1-5944-e111d7e00008 .

oa:source_gra_c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1934-03-26 - 1934-03-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1934-03-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1934-03-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1934" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1934-03-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1934" ;
    a2a:Book "Overlijdensregister 1934" ;
    a2a:DocumentNumber "42" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1934, Overlijdensregister 1934, 42"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/442bf21b-c3be-4dd7-a68d-911b2430c41c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/442bf21b-c3be-4dd7-a68d-911b2430c41c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f" ;
  a2a:RecordGUID "{c24ba6ed-89dc-74ba-c53c-d2fbcac2f14f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_17165_00017165.xml van GRA" .

