@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_ea52ff17-09ff-317d-ec17-ca35ae13030e
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 november 1903 te Middelstum" ;
  a2a:hasPerson oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-e0f87ad5-14c4-7bd2-c4af-298a68db1551, oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-46628166-2384-a5e5-700e-7e5c2cc25161, oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-fa4d6db2-3b9f-507d-fbd4-313d0e3c350b, oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-91231daa-f768-907d-359e-43c44d07ba49, oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-d9c8911b-de26-77f2-e02b-96c0fe54914b ;
  a2a:hasEvent oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_0, oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_1, oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_2, oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_3, oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_4 ;
  a2a:hasSource oa:source_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e .

oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-e0f87ad5-14c4-7bd2-c4af-298a68db1551
  a a2a:Person ;
  rdfs:label "Anna Dallinga" ;
  a2a:PersonName [
    rdfs:label "Anna Dallinga" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Dallinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Korengast gem. Noordbroek" ;
    rdfs:label "Korengast gem. Noordbroek"
  ] ;
  a2a:Profession "huishoudster" .

oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-46628166-2384-a5e5-700e-7e5c2cc25161
  a a2a:Person ;
  rdfs:label "Tietje Bleeker" ;
  a2a:PersonName [
    rdfs:label "Tietje Bleeker" ;
    a2a:PersonNameFirstName "Tietje" ;
    a2a:PersonNameLastName "Bleeker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-fa4d6db2-3b9f-507d-fbd4-313d0e3c350b
  a a2a:Person ;
  rdfs:label "Jan Veenstra" ;
  a2a:PersonName [
    rdfs:label "Jan Veenstra" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "59 jaar" ;
    rdfs:label "59 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-91231daa-f768-907d-359e-43c44d07ba49
  a a2a:Person ;
  rdfs:label "Freerk Nantkes Dallinga" ;
  a2a:PersonName [
    rdfs:label "Freerk Nantkes Dallinga" ;
    a2a:PersonNameFirstName "Freerk Nantkes" ;
    a2a:PersonNameLastName "Dallinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "koopman" .

oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person-d9c8911b-de26-77f2-e02b-96c0fe54914b
  a a2a:Person ;
  rdfs:label "Bouwke Jans Veenstra" ;
  a2a:PersonName [
    rdfs:label "Bouwke Jans Veenstra" ;
    a2a:PersonNameFirstName "Bouwke Jans" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1903-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum"
  ] .

oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person:e0f87ad5-14c4-7bd2-c4af-298a68db1551 ;
  a2a:EventKeyRef oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 .

oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person:46628166-2384-a5e5-700e-7e5c2cc25161 ;
  a2a:EventKeyRef oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 .

oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person:fa4d6db2-3b9f-507d-fbd4-313d0e3c350b ;
  a2a:EventKeyRef oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 .

oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person:91231daa-f768-907d-359e-43c44d07ba49 ;
  a2a:EventKeyRef oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 .

oa:relationep_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Person:d9c8911b-de26-77f2-e02b-96c0fe54914b ;
  a2a:EventKeyRef oa:event_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e_Event1 .

oa:source_gra_ea52ff17-09ff-317d-ec17-ca35ae13030e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum", "1903-11-14 - 1903-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1903-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1903" ;
    a2a:Book "Huwelijksregister 1903" ;
    a2a:DocumentNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1903, Huwelijksregister 1903, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ca5e19c1-d144-1a91-4996-02ad4d784df5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ea52ff17-09ff-317d-ec17-ca35ae13030e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ca5e19c1-d144-1a91-4996-02ad4d784df5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ea52ff17-09ff-317d-ec17-ca35ae13030e" ;
  a2a:RecordGUID "{ea52ff17-09ff-317d-ec17-ca35ae13030e}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_1126_00001126.xml van GRA" .

[] a2a:PersonRemarkdiversen "weduwe van Jan Tiemon Tolner" .
[] a2a:PersonRemarkdiversen "weduwnaar van Bouke Berghuis" .
