@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_b48ab496-819d-20a6-08a2-ec6bf82c8bc2
  a a2a:Record ;
  rdfs:label "Huw. contract op 6 december 1786" ;
  a2a:hasPerson oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-db0f780f-3073-dc8e-3ab9-4abcc7eb5a0c, oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-541fd274-fa19-6338-29de-41b5f9121484, oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-1e1ef0ad-dae3-0acf-ced0-3437d58b46c6, oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-4345aa03-4c64-9f58-1d03-c6d115d3ef94 ;
  a2a:hasEvent oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_0, oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_1, oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_2, oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_3 ;
  a2a:hasSource oa:source_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2 .

oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-db0f780f-3073-dc8e-3ab9-4abcc7eb5a0c
  a a2a:Person ;
  rdfs:label "Fokke Berents" ;
  a2a:PersonName [
    rdfs:label "Fokke Berents" ;
    a2a:PersonNameFirstName "Fokke" ;
    a2a:PersonNameLastName "Berents"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-541fd274-fa19-6338-29de-41b5f9121484
  a a2a:Person ;
  rdfs:label "Ida Hindriks" ;
  a2a:PersonName [
    rdfs:label "Ida Hindriks" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-1e1ef0ad-dae3-0acf-ced0-3437d58b46c6
  a a2a:Person ;
  rdfs:label "Abel Reints" ;
  a2a:PersonName [
    rdfs:label "Abel Reints" ;
    a2a:PersonNameFirstName "Abel" ;
    a2a:PersonNameLastName "Reints"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person-4345aa03-4c64-9f58-1d03-c6d115d3ef94
  a a2a:Person ;
  rdfs:label "Albertje Reints" ;
  a2a:PersonName [
    rdfs:label "Albertje Reints" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Reints"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1
  a a2a:Event ;
  rdfs:label "other:Huw. contract" ;
  a2a:EventType "other:Huw. contract" ;
  a2a:EventDate [
    a2a:Year "1786" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1786-12-06"^^xsd:date
  ] .

oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_0
  a a2a:RelationEP ;
  rdfs:label "other:Bruids zijde" ;
  a2a:RelationType "other:Bruids zijde" ;
  a2a:PersonKeyRef oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person:db0f780f-3073-dc8e-3ab9-4abcc7eb5a0c ;
  a2a:EventKeyRef oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1 .

oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_1
  a a2a:RelationEP ;
  rdfs:label "other:Bruids zijde" ;
  a2a:RelationType "other:Bruids zijde" ;
  a2a:PersonKeyRef oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person:541fd274-fa19-6338-29de-41b5f9121484 ;
  a2a:EventKeyRef oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1 .

oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_2
  a a2a:RelationEP ;
  rdfs:label "other:Bruids zijde" ;
  a2a:RelationType "other:Bruids zijde" ;
  a2a:PersonKeyRef oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person:1e1ef0ad-dae3-0acf-ced0-3437d58b46c6 ;
  a2a:EventKeyRef oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1 .

oa:relationep_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_3
  a a2a:RelationEP ;
  rdfs:label "other:Bruids zijde" ;
  a2a:RelationType "other:Bruids zijde" ;
  a2a:PersonKeyRef oa:person_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Person:4345aa03-4c64-9f58-1d03-c6d115d3ef94 ;
  a2a:EventKeyRef oa:event_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2_Event1 .

oa:source_gra_b48ab496-819d-20a6-08a2-ec6bf82c8bc2
  a a2a:Source ;
  rdfs:label "AlleGroningers, Registraties vóór 1811" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente - Westerlee en Heiligerlee" ;
    rdfs:label "Kerkelijke gemeente - Westerlee en Heiligerlee", "1786-12-06 - 1786-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1786-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1786-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1786" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1786-12-06"^^xsd:date
  ] ;
  a2a:SourceType "other:Registraties vóór 1811" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 7353, Periode: 1760-1790" ;
    a2a:Book "Minuten van akten 1760-1790" ;
    a2a:DocumentNumber "731" ;
    a2a:RegistryNumber "7353" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 7353, Periode: 1760-1790, Minuten van akten 1760-1790, 731, 7353"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d1a5edd6-caab-29c1-2a40-0536a8c094a6.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b48ab496-819d-20a6-08a2-ec6bf82c8bc2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d1a5edd6-caab-29c1-2a40-0536a8c094a6.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8798089a-e2f3-1adb-b083-dc057891a1dc.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b48ab496-819d-20a6-08a2-ec6bf82c8bc2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8798089a-e2f3-1adb-b083-dc057891a1dc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-11-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b48ab496-819d-20a6-08a2-ec6bf82c8bc2" ;
  a2a:RecordGUID "{b48ab496-819d-20a6-08a2-ec6bf82c8bc2}" ;
  a2a:SourceRemarkProvenance "A2Acollection gra_a2a_dtb_h-201907.14.xml van GRA" .

