@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_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 mei 1880 te Onstwedde" ;
  a2a:hasPerson oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-12a11d93-6ccb-b727-b5e0-a8eafaea427d, oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-ba55dff5-11a7-171e-6ee5-32d5a868185a, oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-dbda222e-4c2d-7236-92b5-2c71ca969773, oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-aff005cf-a1b6-8827-58d2-266349adfc70, oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-f7707517-515a-93ae-0ae5-5cd9c8995c11 ;
  a2a:hasEvent oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_0, oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_1, oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_2, oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_3, oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_4 ;
  a2a:hasSource oa:source_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe .

oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-12a11d93-6ccb-b727-b5e0-a8eafaea427d
  a a2a:Person ;
  rdfs:label "Geert Hiddes Huiting" ;
  a2a:PersonName [
    rdfs:label "Geert Hiddes Huiting" ;
    a2a:PersonNameFirstName "Geert Hiddes" ;
    a2a:PersonNameLastName "Huiting"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "52 jaar" ;
    rdfs:label "52 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-ba55dff5-11a7-171e-6ee5-32d5a868185a
  a a2a:Person ;
  rdfs:label "Zwaantien Eefsting" ;
  a2a:PersonName [
    rdfs:label "Zwaantien Eefsting" ;
    a2a:PersonNameFirstName "Zwaantien" ;
    a2a:PersonNameLastName "Eefsting"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "44 jaar" ;
    rdfs:label "44 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-dbda222e-4c2d-7236-92b5-2c71ca969773
  a a2a:Person ;
  rdfs:label "Geert Harms Eefsting" ;
  a2a:PersonName [
    rdfs:label "Geert Harms Eefsting" ;
    a2a:PersonNameFirstName "Geert Harms" ;
    a2a:PersonNameLastName "Eefsting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-aff005cf-a1b6-8827-58d2-266349adfc70
  a a2a:Person ;
  rdfs:label "Zwaantien Geerts Huiting" ;
  a2a:PersonName [
    rdfs:label "Zwaantien Geerts Huiting" ;
    a2a:PersonNameFirstName "Zwaantien Geerts" ;
    a2a:PersonNameLastName "Huiting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person-f7707517-515a-93ae-0ae5-5cd9c8995c11
  a a2a:Person ;
  rdfs:label "Albertien Harms Meendering" ;
  a2a:PersonName [
    rdfs:label "Albertien Harms Meendering" ;
    a2a:PersonNameFirstName "Albertien Harms" ;
    a2a:PersonNameLastName "Meendering"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1880-05-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] .

oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person:12a11d93-6ccb-b727-b5e0-a8eafaea427d ;
  a2a:EventKeyRef oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 .

oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person:ba55dff5-11a7-171e-6ee5-32d5a868185a ;
  a2a:EventKeyRef oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 .

oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person:dbda222e-4c2d-7236-92b5-2c71ca969773 ;
  a2a:EventKeyRef oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 .

oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person:aff005cf-a1b6-8827-58d2-266349adfc70 ;
  a2a:EventKeyRef oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 .

oa:relationep_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Person:f7707517-515a-93ae-0ae5-5cd9c8995c11 ;
  a2a:EventKeyRef oa:event_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe_Event1 .

oa:source_gra_b3acd0dc-ebc7-760d-560e-a9c29ae73cbe
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1880-05-01 - 1880-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1880-05-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1880" ;
    a2a:Book "Huwelijksregister 1880" ;
    a2a:DocumentNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1880, Huwelijksregister 1880, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9115b87e-d79c-2e3a-db6f-75a625a6c0f9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b3acd0dc-ebc7-760d-560e-a9c29ae73cbe" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9115b87e-d79c-2e3a-db6f-75a625a6c0f9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b3acd0dc-ebc7-760d-560e-a9c29ae73cbe" ;
  a2a:RecordGUID "{b3acd0dc-ebc7-760d-560e-a9c29ae73cbe}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_1742_00001742.xml van GRA" .

[] a2a:PersonRemarkdiversen "weduwnaar van Geertje Volders" .
[] a2a:PersonRemarkdiversen "weduwe van Jan Huls" .
