@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_efd91b59-1ccf-dc59-04e8-3262f2d0295a
  a a2a:Record ;
  rdfs:label "Overlijden op 13 augustus 1915 te Vriescheloo gem. Bellingwolde" ;
  a2a:hasPerson oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-b82eccd4-9e21-dc8b-b2bd-4f4765035dae, oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-4c04818a-3141-c7cb-03c5-0678c14ec42b, oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-ee7090fb-227e-7733-dc55-7696a89810fb, oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-d0357308-a877-04ec-d5cb-205a81b08387 ;
  a2a:hasEvent oa:event_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_0, oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_1, oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_2 ;
  a2a:hasRelationPP oa:relationpp_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_0 ;
  a2a:hasSource oa:source_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a .

oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-b82eccd4-9e21-dc8b-b2bd-4f4765035dae
  a a2a:Person ;
  rdfs:label "Ena Molanus" ;
  a2a:PersonName [
    rdfs:label "Ena Molanus" ;
    a2a:PersonNameFirstName "Ena" ;
    a2a:PersonNameLastName "Molanus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-4c04818a-3141-c7cb-03c5-0678c14ec42b
  a a2a:Person ;
  rdfs:label "Hendrik Hazelhoff" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hazelhoff" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hazelhoff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-ee7090fb-227e-7733-dc55-7696a89810fb
  a a2a:Person ;
  rdfs:label "Adolf Molanus" ;
  a2a:PersonName [
    rdfs:label "Adolf Molanus" ;
    a2a:PersonNameFirstName "Adolf" ;
    a2a:PersonNameLastName "Molanus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person-d0357308-a877-04ec-d5cb-205a81b08387
  a a2a:Person ;
  rdfs:label "Albertje Luchtenberg" ;
  a2a:PersonName [
    rdfs:label "Albertje Luchtenberg" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Luchtenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1915-08-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vriescheloo gem. Bellingwolde" ;
    rdfs:label "Vriescheloo gem. Bellingwolde"
  ] .

oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person:b82eccd4-9e21-dc8b-b2bd-4f4765035dae ;
  a2a:EventKeyRef oa:event_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Event1 .

oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person:ee7090fb-227e-7733-dc55-7696a89810fb ;
  a2a:EventKeyRef oa:event_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Event1 .

oa:relationep_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person:d0357308-a877-04ec-d5cb-205a81b08387 ;
  a2a:EventKeyRef oa:event_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Event1 .

oa:relationpp_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person:b82eccd4-9e21-dc8b-b2bd-4f4765035dae, oa:person_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a_Person:4c04818a-3141-c7cb-03c5-0678c14ec42b .

oa:source_gra_efd91b59-1ccf-dc59-04e8-3262f2d0295a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1915-08-13 - 1915-08-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-08-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-08-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1915-08-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1915" ;
    a2a:Book "Overlijdensregister 1915" ;
    a2a:DocumentNumber "37" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1915, Overlijdensregister 1915, 37"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/15ae5799-85bd-3487-32fc-5a4e5d4946fd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/efd91b59-1ccf-dc59-04e8-3262f2d0295a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/15ae5799-85bd-3487-32fc-5a4e5d4946fd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/efd91b59-1ccf-dc59-04e8-3262f2d0295a" ;
  a2a:RecordGUID "{efd91b59-1ccf-dc59-04e8-3262f2d0295a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12059_00012059.xml van GRA" .

