@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_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381
  a a2a:Record ;
  rdfs:label "Huwelijk op 30 juni 1877 te Kloosterburen" ;
  a2a:hasPerson oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-49ecdd0f-6a24-ac7e-f610-08c92a752a19, oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-24ef6a1e-b3e9-8b81-e217-58cfb9616769, oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-5dcfa628-f8da-f3aa-3970-bc9464fd8950, oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-56214bdd-9e15-d373-f2df-96f0a9806c57, oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-63213b22-a84a-7ba7-5015-35981bdcc2ac ;
  a2a:hasEvent oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_0, oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_1, oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_2, oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_3, oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_4 ;
  a2a:hasSource oa:source_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381 .

oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-49ecdd0f-6a24-ac7e-f610-08c92a752a19
  a a2a:Person ;
  rdfs:label "Simon Fokkens" ;
  a2a:PersonName [
    rdfs:label "Simon Fokkens" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Fokkens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eenrum" ;
    rdfs:label "Eenrum"
  ] ;
  a2a:Profession "daglooner" .

oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-24ef6a1e-b3e9-8b81-e217-58cfb9616769
  a a2a:Person ;
  rdfs:label "Pieterke Lofers" ;
  a2a:PersonName [
    rdfs:label "Pieterke Lofers" ;
    a2a:PersonNameFirstName "Pieterke" ;
    a2a:PersonNameLastName "Lofers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ulrum" ;
    rdfs:label "Ulrum"
  ] ;
  a2a:Profession "dagloonster" .

oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-5dcfa628-f8da-f3aa-3970-bc9464fd8950
  a a2a:Person ;
  rdfs:label "Geeske Wierenga" ;
  a2a:PersonName [
    rdfs:label "Geeske Wierenga" ;
    a2a:PersonNameFirstName "Geeske" ;
    a2a:PersonNameLastName "Wierenga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagjoonster" .

oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-56214bdd-9e15-d373-f2df-96f0a9806c57
  a a2a:Person ;
  rdfs:label "Jakob Lofers" ;
  a2a:PersonName [
    rdfs:label "Jakob Lofers" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Lofers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "daglooner" .

oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person-63213b22-a84a-7ba7-5015-35981bdcc2ac
  a a2a:Person ;
  rdfs:label "Frouwke Jans Fokkens" ;
  a2a:PersonName [
    rdfs:label "Frouwke Jans Fokkens" ;
    a2a:PersonNameFirstName "Frouwke Jans" ;
    a2a:PersonNameLastName "Fokkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1877-06-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kloosterburen" ;
    rdfs:label "Kloosterburen"
  ] .

oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person:49ecdd0f-6a24-ac7e-f610-08c92a752a19 ;
  a2a:EventKeyRef oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 .

oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person:24ef6a1e-b3e9-8b81-e217-58cfb9616769 ;
  a2a:EventKeyRef oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 .

oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person:5dcfa628-f8da-f3aa-3970-bc9464fd8950 ;
  a2a:EventKeyRef oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 .

oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person:56214bdd-9e15-d373-f2df-96f0a9806c57 ;
  a2a:EventKeyRef oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 .

oa:relationep_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Person:63213b22-a84a-7ba7-5015-35981bdcc2ac ;
  a2a:EventKeyRef oa:event_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381_Event1 .

oa:source_gra_623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Kloosterburen" ;
    rdfs:label "Kloosterburen", "1877-06-30 - 1877-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1877-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1877" ;
    a2a:Book "Huwelijksregister 1877" ;
    a2a:DocumentNumber "14" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1877, Huwelijksregister 1877, 14"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/058dc830-e697-847f-5c01-87ca81214204.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/058dc830-e697-847f-5c01-87ca81214204.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381" ;
  a2a:RecordGUID "{623b2ca5-4acb-4b6e-5e16-4ff3ebb5a381}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_2981_00002981.xml van GRA" .

