@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_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 september 1886 te Hellendoorn" ;
  a2a:hasPerson oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person1, oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person2, oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person3, oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person4, oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person5, oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person6 ;
  a2a:hasEvent oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_0, oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_1, oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_2, oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_3, oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_4, oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_5 ;
  a2a:hasSource oa:source_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person1
  a a2a:Person ;
  rdfs:label "Gerrit Willem Maneschijn" ;
  a2a:PersonName [
    rdfs:label "Gerrit Willem Maneschijn" ;
    a2a:PersonNameFirstName "Gerrit Willem" ;
    a2a:PersonNameLastName "Maneschijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hellendoorn" ;
    rdfs:label "Hellendoorn"
  ] ;
  a2a:Profession "timmerman" .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person2
  a a2a:Person ;
  rdfs:label "Jan Hendrik Maneschijn" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Maneschijn" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Maneschijn"
  ] .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person3
  a a2a:Person ;
  rdfs:label "Gerritjen Bouwmeester" ;
  a2a:PersonName [
    rdfs:label "Gerritjen Bouwmeester" ;
    a2a:PersonNameFirstName "Gerritjen" ;
    a2a:PersonNameLastName "Bouwmeester"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person4
  a a2a:Person ;
  rdfs:label "Maria Noordkamp" ;
  a2a:PersonName [
    rdfs:label "Maria Noordkamp" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Noordkamp"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hellendoorn" ;
    rdfs:label "Hellendoorn"
  ] ;
  a2a:Profession "dienstbode" .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person5
  a a2a:Person ;
  rdfs:label "Albert Noordkamp" ;
  a2a:PersonName [
    rdfs:label "Albert Noordkamp" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Noordkamp"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person6
  a a2a:Person ;
  rdfs:label "Maria Schutte" ;
  a2a:PersonName [
    rdfs:label "Maria Schutte" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Schutte"
  ] .

oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1886-09-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hellendoorn" ;
    rdfs:label "Hellendoorn"
  ] .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person1 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person2 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person3 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person4 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person5 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:relationep_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Person6 ;
  a2a:EventKeyRef oa:event_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC_Event1 .

oa:source_hco_12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Hellendoorn" ;
    rdfs:label "Hellendoorn", "1886-01-01 - 1886-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1886-09-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Hellendoorn 1811-1932" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "6580" ;
    rdfs:label "Historisch Centrum Overijssel, Hellendoorn 1811-1932, 47, 6580"
  ] ;
  a2a:SourceLastChangeDate "2017-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.6580&minr=3131096&miview=ldt" ;
  a2a:RecordGUID "{12BB6221-C3BA-4CD3-BDA1-C2C9F1FEE2EC}" .

