@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_eaa9909f-0ea1-eacb-84a1-433b8c20a91f
  a a2a:Record ;
  rdfs:label "Huw. contract op 25 april 1785" ;
  a2a:hasPerson oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-1ad23c0b-ce76-a210-c3b5-f568b0827961, oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-b8efba25-e091-3f95-74c6-094e8397c05e, oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-5e02b9f9-ef76-e314-95fc-2f7d6ad01e4a, oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-d740db63-6fae-2f4b-3f3c-52ed81bead2b ;
  a2a:hasEvent oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_0, oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_1, oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_2, oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_3 ;
  a2a:hasSource oa:source_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f .

oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-1ad23c0b-ce76-a210-c3b5-f568b0827961
  a a2a:Person ;
  rdfs:label "Geertje Berents" ;
  a2a:PersonName [
    rdfs:label "Geertje Berents" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Berents"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-b8efba25-e091-3f95-74c6-094e8397c05e
  a a2a:Person ;
  rdfs:label "Lodewijk Groenevelt" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Groenevelt" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Groenevelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-5e02b9f9-ef76-e314-95fc-2f7d6ad01e4a
  a a2a:Person ;
  rdfs:label "Jan Ubbes" ;
  a2a:PersonName [
    rdfs:label "Jan Ubbes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Ubbes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person-d740db63-6fae-2f4b-3f3c-52ed81bead2b
  a a2a:Person ;
  rdfs:label "T.F. Schelts" ;
  a2a:PersonName [
    rdfs:label "T.F. Schelts" ;
    a2a:PersonNameFirstName "T.F." ;
    a2a:PersonNameLastName "Schelts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1
  a a2a:Event ;
  rdfs:label "other:Huw. contract" ;
  a2a:EventType "other:Huw. contract" ;
  a2a:EventDate [
    a2a:Year "1785" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1785-04-25"^^xsd:date
  ] .

oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person:1ad23c0b-ce76-a210-c3b5-f568b0827961 ;
  a2a:EventKeyRef oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1 .

oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person:b8efba25-e091-3f95-74c6-094e8397c05e ;
  a2a:EventKeyRef oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1 .

oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person:5e02b9f9-ef76-e314-95fc-2f7d6ad01e4a ;
  a2a:EventKeyRef oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1 .

oa:relationep_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Person:d740db63-6fae-2f4b-3f3c-52ed81bead2b ;
  a2a:EventKeyRef oa:event_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f_Event1 .

oa:source_gra_eaa9909f-0ea1-eacb-84a1-433b8c20a91f
  a a2a:Source ;
  rdfs:label "AlleGroningers, Registraties vóór 1811" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Winschoten" ;
    rdfs:label "Kerkelijke gemeente Winschoten", "1785-04-25 - 1785-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1785-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1785-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1785" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1785-04-25"^^xsd:date
  ] ;
  a2a:SourceType "other:Registraties vóór 1811" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 7403, Periode: 1782-1786" ;
    a2a:Book "Minuten van akten 1782-1786" ;
    a2a:DocumentNumber "731" ;
    a2a:RegistryNumber "7403" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 7403, Periode: 1782-1786, Minuten van akten 1782-1786, 731, 7403"
  ] ;
  a2a:SourceLastChangeDate "2022-09-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/eaa9909f-0ea1-eacb-84a1-433b8c20a91f" ;
  a2a:RecordGUID "{eaa9909f-0ea1-eacb-84a1-433b8c20a91f}" ;
  a2a:SourceRemarkOpmerking "van beide kanten geen dedingslieden." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20221024_29_00000029.xml van GRA" .

