@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_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 oktober 1752 te Markelo" ;
  a2a:hasPerson oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person1, oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person2 ;
  a2a:hasEvent oa:event_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Event1 ;
  a2a:hasRelationEP oa:relationep_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_0, oa:relationep_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_1 ;
  a2a:hasSource oa:source_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe .

oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person1
  a a2a:Person ;
  rdfs:label "Berent Klumpers" ;
  a2a:PersonName [
    rdfs:label "Berent Klumpers" ;
    a2a:PersonNameFirstName "Berent" ;
    a2a:PersonNameLastName "Klumpers"
  ] .

oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person2
  a a2a:Person ;
  rdfs:label "Geeske Hendriksen Wolters" ;
  a2a:PersonName [
    rdfs:label "Geeske Hendriksen Wolters" ;
    a2a:PersonNameFirstName "Geeske Hendriksen" ;
    a2a:PersonNameLastName "Wolters"
  ] .

oa:event_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1752-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] ;
  a2a:EventRemark01_Man_buurtschap "Markel" ;
  a2a:EventRemark02_Vrouw_buurtschap "Elsen" .

oa:relationep_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person1 ;
  a2a:EventKeyRef oa:event_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Event1 .

oa:relationep_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Person2 ;
  a2a:EventKeyRef oa:event_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe_Event1 .

oa:source_hvt_ab41553b-cbcb-5157-e2be-14b009a60afe
  a a2a:Source ;
  rdfs:label "Gemeente Hof van Twente, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Goor" ;
    rdfs:label "Goor", "1675-01-01 - 1932-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1675-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Hof van Twente" ;
    a2a:Collection "NH kerk Markelo Trouwboek 1675-1932" ;
    rdfs:label "Gemeente Hof van Twente, NH kerk Markelo Trouwboek 1675-1932"
  ] ;
  a2a:SourceLastChangeDate "2019-10-18"^^xsd:date ;
  a2a:RecordIdentifier "951" ;
  a2a:RecordGUID "{ab41553b-cbcb-5157-e2be-14b009a60afe}" ;
  a2a:SourceRemarkVrijwilliger "Stichting Heemkunde Markelo" ;
  a2a:SourceRemarkProvenance "PRO-GEN export | ZIP via e-mail | iconv -f 437 -t utf-8 | csv2a2a" .

