@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_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa
  a a2a:Record ;
  rdfs:label "Overlijden op 24 september 1931 te Groningen" ;
  a2a:hasPerson oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-ac50571c-8acb-f337-2457-84889e4e416e, oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-13739e0a-8283-0377-08f3-2a2ec481bd71, oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-26682488-a097-bcd8-5c4e-e32ec45bd82f, oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-dcee6379-4e07-3091-674d-17be3d3459a2 ;
  a2a:hasEvent oa:event_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_0, oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_1, oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_2 ;
  a2a:hasRelationPP oa:relationpp_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_0 ;
  a2a:hasSource oa:source_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa .

oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-ac50571c-8acb-f337-2457-84889e4e416e
  a a2a:Person ;
  rdfs:label "Sipko Jacobus Jonker" ;
  a2a:PersonName [
    rdfs:label "Sipko Jacobus Jonker" ;
    a2a:PersonNameFirstName "Sipko Jacobus" ;
    a2a:PersonNameLastName "Jonker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-13739e0a-8283-0377-08f3-2a2ec481bd71
  a a2a:Person ;
  rdfs:label "Koosje de Jong" ;
  a2a:PersonName [
    rdfs:label "Koosje de Jong" ;
    a2a:PersonNameFirstName "Koosje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-26682488-a097-bcd8-5c4e-e32ec45bd82f
  a a2a:Person ;
  rdfs:label "Johannes Jonker" ;
  a2a:PersonName [
    rdfs:label "Johannes Jonker" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jonker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person-dcee6379-4e07-3091-674d-17be3d3459a2
  a a2a:Person ;
  rdfs:label "Geertje Nieks" ;
  a2a:PersonName [
    rdfs:label "Geertje Nieks" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Nieks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1931-09-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person:ac50571c-8acb-f337-2457-84889e4e416e ;
  a2a:EventKeyRef oa:event_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Event1 .

oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person:26682488-a097-bcd8-5c4e-e32ec45bd82f ;
  a2a:EventKeyRef oa:event_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Event1 .

oa:relationep_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person:dcee6379-4e07-3091-674d-17be3d3459a2 ;
  a2a:EventKeyRef oa:event_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Event1 .

oa:relationpp_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person:ac50571c-8acb-f337-2457-84889e4e416e, oa:person_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa_Person:13739e0a-8283-0377-08f3-2a2ec481bd71 .

oa:source_gra_5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1931-09-25 - 1931-09-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-09-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-09-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1931-09-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1931" ;
    a2a:Book "Overlijdensregister 1931" ;
    a2a:DocumentNumber "1244" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1931, Overlijdensregister 1931, 1244"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ba149c08-a5ce-3c6e-813b-98120b7a608e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ba149c08-a5ce-3c6e-813b-98120b7a608e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa" ;
  a2a:RecordGUID "{5dd7cf91-18f7-1a8e-bc75-c3cf2e1a9dfa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12756_00012756.xml van GRA" .

