@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_b99fbddb-be34-abd6-85bc-56c4e63efe9c
  a a2a:Record ;
  rdfs:label "Huwelijk op 7 augustus 1814 te Groningen" ;
  a2a:hasPerson oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-eba4cbff-bba2-8975-c44d-0c738d1421a9, oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-58256c07-df95-2acd-2008-cb4765445692, oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-6616acd2-e66b-2650-c577-f6e2c1f17591, oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-33792c57-306c-1c58-3e18-c80d42d06b85, oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-7da0164d-e1e1-c710-efbc-92decb46d91b, oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-c1d630f8-babb-d705-0f67-120267d5822d ;
  a2a:hasEvent oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_0, oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_1, oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_2, oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_3, oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_4, oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_5 ;
  a2a:hasSource oa:source_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-eba4cbff-bba2-8975-c44d-0c738d1421a9
  a a2a:Person ;
  rdfs:label "Johann Adam Grun" ;
  a2a:PersonName [
    rdfs:label "Johann Adam Grun" ;
    a2a:PersonNameFirstName "Johann Adam" ;
    a2a:PersonNameLastName "Grun"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "52 jaar" ;
    rdfs:label "52 jaar"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-58256c07-df95-2acd-2008-cb4765445692
  a a2a:Person ;
  rdfs:label "Johanna Atlas" ;
  a2a:PersonName [
    rdfs:label "Johanna Atlas" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Atlas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-6616acd2-e66b-2650-c577-f6e2c1f17591
  a a2a:Person ;
  rdfs:label "Alexander Atlas" ;
  a2a:PersonName [
    rdfs:label "Alexander Atlas" ;
    a2a:PersonNameFirstName "Alexander" ;
    a2a:PersonNameLastName "Atlas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-33792c57-306c-1c58-3e18-c80d42d06b85
  a a2a:Person ;
  rdfs:label "Johan Lorens Grun" ;
  a2a:PersonName [
    rdfs:label "Johan Lorens Grun" ;
    a2a:PersonNameFirstName "Johan Lorens" ;
    a2a:PersonNameLastName "Grun"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-7da0164d-e1e1-c710-efbc-92decb46d91b
  a a2a:Person ;
  rdfs:label "Apollonia Grosin" ;
  a2a:PersonName [
    rdfs:label "Apollonia Grosin" ;
    a2a:PersonNameFirstName "Apollonia" ;
    a2a:PersonNameLastName "Grosin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person-c1d630f8-babb-d705-0f67-120267d5822d
  a a2a:Person ;
  rdfs:label "Grietien Berends" ;
  a2a:PersonName [
    rdfs:label "Grietien Berends" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1814-08-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:eba4cbff-bba2-8975-c44d-0c738d1421a9 ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:58256c07-df95-2acd-2008-cb4765445692 ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:6616acd2-e66b-2650-c577-f6e2c1f17591 ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:33792c57-306c-1c58-3e18-c80d42d06b85 ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:7da0164d-e1e1-c710-efbc-92decb46d91b ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:relationep_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Person:c1d630f8-babb-d705-0f67-120267d5822d ;
  a2a:EventKeyRef oa:event_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c_Event1 .

oa:source_gra_b99fbddb-be34-abd6-85bc-56c4e63efe9c
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1814-08-07 - 1814-08-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-08-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-08-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1814" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1814-08-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1814" ;
    a2a:Book "Huwelijksregister 1814" ;
    a2a:DocumentNumber "151" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1814, Huwelijksregister 1814, 151"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bdf6adce-c7ab-c1e8-e33f-dcaa843ff719.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b99fbddb-be34-abd6-85bc-56c4e63efe9c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bdf6adce-c7ab-c1e8-e33f-dcaa843ff719.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/188e012f-981c-46a9-dd17-d2ac7097a7ab.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b99fbddb-be34-abd6-85bc-56c4e63efe9c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/188e012f-981c-46a9-dd17-d2ac7097a7ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b99fbddb-be34-abd6-85bc-56c4e63efe9c" ;
  a2a:RecordGUID "{b99fbddb-be34-abd6-85bc-56c4e63efe9c}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_1807_00001807.xml van GRA" .

[] a2a:PersonRemarkdiversen "weduwe van Filippus Asman" .
