@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_e7995bc6-91c8-a3a4-7072-8e56199455bf
  a a2a:Record ;
  rdfs:label "Overlijden op 9 juli 1898 te Roodeschool gem. Middelstum" ;
  a2a:hasPerson oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-181c5c5b-6342-964c-7856-f217910f7e6d, oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-16ac3e97-1db3-c7d0-e662-bff414ed633c, oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-03d7db21-acc3-010a-f40a-580daaf0e59b, oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-2471a217-904d-6be7-6211-559f949a9c85 ;
  a2a:hasEvent oa:event_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_0, oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_1, oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_0 ;
  a2a:hasSource oa:source_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf .

oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-181c5c5b-6342-964c-7856-f217910f7e6d
  a a2a:Person ;
  rdfs:label "Bouwina Thomas Westerhof" ;
  a2a:PersonName [
    rdfs:label "Bouwina Thomas Westerhof" ;
    a2a:PersonNameFirstName "Bouwina Thomas" ;
    a2a:PersonNameLastName "Westerhof"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] ;
  a2a:Profession "landbouwersche" .

oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-16ac3e97-1db3-c7d0-e662-bff414ed633c
  a a2a:Person ;
  rdfs:label "Drewes Oudman" ;
  a2a:PersonName [
    rdfs:label "Drewes Oudman" ;
    a2a:PersonNameFirstName "Drewes" ;
    a2a:PersonNameLastName "Oudman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-03d7db21-acc3-010a-f40a-580daaf0e59b
  a a2a:Person ;
  rdfs:label "Thomas Westerhof" ;
  a2a:PersonName [
    rdfs:label "Thomas Westerhof" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Westerhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person-2471a217-904d-6be7-6211-559f949a9c85
  a a2a:Person ;
  rdfs:label "Jantje Jans Pier" ;
  a2a:PersonName [
    rdfs:label "Jantje Jans Pier" ;
    a2a:PersonNameFirstName "Jantje Jans" ;
    a2a:PersonNameLastName "Pier"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1898-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roodeschool gem. Middelstum" ;
    rdfs:label "Roodeschool gem. Middelstum"
  ] .

oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person:181c5c5b-6342-964c-7856-f217910f7e6d ;
  a2a:EventKeyRef oa:event_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Event1 .

oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person:03d7db21-acc3-010a-f40a-580daaf0e59b ;
  a2a:EventKeyRef oa:event_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Event1 .

oa:relationep_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person:2471a217-904d-6be7-6211-559f949a9c85 ;
  a2a:EventKeyRef oa:event_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Event1 .

oa:relationpp_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person:181c5c5b-6342-964c-7856-f217910f7e6d, oa:person_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf_Person:16ac3e97-1db3-c7d0-e662-bff414ed633c .

oa:source_gra_e7995bc6-91c8-a3a4-7072-8e56199455bf
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum", "1898-07-11 - 1898-07-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-07-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-07-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1898-07-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1898" ;
    a2a:Book "Overlijdensregister 1898" ;
    a2a:DocumentNumber "19" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1898, Overlijdensregister 1898, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/fdbf268f-cc42-72c6-4fb4-b179ed85a771.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e7995bc6-91c8-a3a4-7072-8e56199455bf" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/fdbf268f-cc42-72c6-4fb4-b179ed85a771.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e7995bc6-91c8-a3a4-7072-8e56199455bf" ;
  a2a:RecordGUID "{e7995bc6-91c8-a3a4-7072-8e56199455bf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11534_00011534.xml van GRA" .

