@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_013e96e7-ce4e-e4f4-81fb-7f72e27c951a
  a a2a:Record ;
  rdfs:label "Overlijden op 23 maart 1875 te Midwolda" ;
  a2a:hasPerson oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-c52d43eb-1df4-9a90-eefe-cec10ecffdeb, oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-bdcb16b9-3484-7ded-f0a1-06a5757c7716, oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-af189ce2-a5e4-a360-c083-16737e2de20e ;
  a2a:hasEvent oa:event_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_0, oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_1, oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_2 ;
  a2a:hasSource oa:source_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a .

oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-c52d43eb-1df4-9a90-eefe-cec10ecffdeb
  a a2a:Person ;
  rdfs:label "Harm Boelmans" ;
  a2a:PersonName [
    rdfs:label "Harm Boelmans" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Boelmans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-bdcb16b9-3484-7ded-f0a1-06a5757c7716
  a a2a:Person ;
  rdfs:label "Geert Boelmans" ;
  a2a:PersonName [
    rdfs:label "Geert Boelmans" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Boelmans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "1 jaar 6 maanden" ;
    rdfs:label "1 jaar 6 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person-af189ce2-a5e4-a360-c083-16737e2de20e
  a a2a:Person ;
  rdfs:label "Johanna Baas" ;
  a2a:PersonName [
    rdfs:label "Johanna Baas" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Baas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:event_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1875-03-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person:c52d43eb-1df4-9a90-eefe-cec10ecffdeb ;
  a2a:EventKeyRef oa:event_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Event1 .

oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person:bdcb16b9-3484-7ded-f0a1-06a5757c7716 ;
  a2a:EventKeyRef oa:event_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Event1 .

oa:relationep_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Person:af189ce2-a5e4-a360-c083-16737e2de20e ;
  a2a:EventKeyRef oa:event_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a_Event1 .

oa:source_gra_013e96e7-ce4e-e4f4-81fb-7f72e27c951a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda", "1875-03-24 - 1875-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1875" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1875-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1875" ;
    a2a:Book "Overlijdensregister 1875" ;
    a2a:DocumentNumber "25" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1875, Overlijdensregister 1875, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3bbe59f8-2609-7104-a8c1-a8f2fb7294ca.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/013e96e7-ce4e-e4f4-81fb-7f72e27c951a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3bbe59f8-2609-7104-a8c1-a8f2fb7294ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/013e96e7-ce4e-e4f4-81fb-7f72e27c951a" ;
  a2a:RecordGUID "{013e96e7-ce4e-e4f4-81fb-7f72e27c951a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13077_00013077.xml van GRA" .

