@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_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501
  a a2a:Record ;
  rdfs:label "Huw. contract op 20 mei 1810" ;
  a2a:hasPerson oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-297e3762-feeb-66e5-230a-bc116a51d0ec, oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-6d18d27f-63f1-bb85-0057-a0112aa7be85, oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-18d24a7b-2d09-22e1-7db5-22bac10d5593 ;
  a2a:hasEvent oa:event_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_0, oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_1, oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_2 ;
  a2a:hasSource oa:source_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501 .

oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-297e3762-feeb-66e5-230a-bc116a51d0ec
  a a2a:Person ;
  rdfs:label "Frouke Willems" ;
  a2a:PersonName [
    rdfs:label "Frouke Willems" ;
    a2a:PersonNameFirstName "Frouke" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-6d18d27f-63f1-bb85-0057-a0112aa7be85
  a a2a:Person ;
  rdfs:label "Folkert Pieters" ;
  a2a:PersonName [
    rdfs:label "Folkert Pieters" ;
    a2a:PersonNameFirstName "Folkert" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person-18d24a7b-2d09-22e1-7db5-22bac10d5593
  a a2a:Person ;
  rdfs:label "Willem Jans" ;
  a2a:PersonName [
    rdfs:label "Willem Jans" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Event1
  a a2a:Event ;
  rdfs:label "other:Huw. contract" ;
  a2a:EventType "other:Huw. contract" ;
  a2a:EventDate [
    a2a:Year "1810" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1810-05-20"^^xsd:date
  ] .

oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person:297e3762-feeb-66e5-230a-bc116a51d0ec ;
  a2a:EventKeyRef oa:event_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Event1 .

oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person:6d18d27f-63f1-bb85-0057-a0112aa7be85 ;
  a2a:EventKeyRef oa:event_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Event1 .

oa:relationep_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_2
  a a2a:RelationEP ;
  rdfs:label "other:Bruids zijde" ;
  a2a:RelationType "other:Bruids zijde" ;
  a2a:PersonKeyRef oa:person_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Person:18d24a7b-2d09-22e1-7db5-22bac10d5593 ;
  a2a:EventKeyRef oa:event_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501_Event1 .

oa:source_gra_ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501
  a a2a:Source ;
  rdfs:label "AlleGroningers, Registraties vóór 1811" ;
  a2a:SourcePlace [
    a2a:Place "Jurisdictie van het Westerkwartier" ;
    rdfs:label "Jurisdictie van het Westerkwartier", "1810-05-20 - 1810-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1810-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1810" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1810-05-20"^^xsd:date
  ] ;
  a2a:SourceType "other:Registraties vóór 1811" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 680, Periode: 1810" ;
    a2a:Book "Minuten en concepten van akten 1810" ;
    a2a:DocumentNumber "735" ;
    a2a:RegistryNumber "680" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 680, Periode: 1810, Minuten en concepten van akten 1810, 735, 680"
  ] ;
  a2a:SourceLastChangeDate "2021-12-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501" ;
  a2a:RecordGUID "{ec68b0a5-77ff-e0db-35c0-8f8d2ecf5501}" ;
  a2a:SourceRemarkOpmerking "Folkert Pieters ondertrouwt op 20-05-1810 in Oostwold met Frouke Willems. Rond die tijd opstelling HC" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220127_113_00000113.xml van GRA" .

