@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_6eb3f2cc-7854-e508-e2e5-c261f6a1be78
  a a2a:Record ;
  rdfs:label "Huwelijk op 13 mei 1868 te Almelo, Stad" ;
  a2a:hasPerson oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person1, oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person2, oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person3, oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person4, oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person5, oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person6 ;
  a2a:hasEvent oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_0, oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_1, oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_2, oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_3, oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_4, oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_5 ;
  a2a:hasSource oa:source_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78 .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person1
  a a2a:Person ;
  rdfs:label "Frederik Lauber" ;
  a2a:PersonName [
    rdfs:label "Frederik Lauber" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNameLastName "Lauber"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal"
  ] ;
  a2a:Profession "rietkammenmaker" .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person2
  a a2a:Person ;
  rdfs:label "Dominikus Lauber" ;
  a2a:PersonName [
    rdfs:label "Dominikus Lauber" ;
    a2a:PersonNameFirstName "Dominikus" ;
    a2a:PersonNameLastName "Lauber"
  ] ;
  a2a:Profession "rietkammenmaker" .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person3
  a a2a:Person ;
  rdfs:label "Elisabeth Antonia Nagelschmidt" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Antonia Nagelschmidt" ;
    a2a:PersonNameFirstName "Elisabeth Antonia" ;
    a2a:PersonNameLastName "Nagelschmidt"
  ] .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person4
  a a2a:Person ;
  rdfs:label "Christina de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Christina de Ruiter" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "18" ;
    rdfs:label "18"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad"
  ] .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person5
  a a2a:Person ;
  rdfs:label "Everwijn de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Everwijn de Ruiter" ;
    a2a:PersonNameFirstName "Everwijn" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] .

oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person6
  a a2a:Person ;
  rdfs:label "Trijntje Klinkert" ;
  a2a:PersonName [
    rdfs:label "Trijntje Klinkert" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Klinkert"
  ] .

oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1868" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1868-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad"
  ] .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person1 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person2 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person3 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person4 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person5 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:relationep_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Person6 ;
  a2a:EventKeyRef oa:event_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78_Event1 .

oa:source_hco_6eb3f2cc-7854-e508-e2e5-c261f6a1be78
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad", "1860-01-01 - 1870-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1868" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1868-05-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo, registers van huwelijken en echtscheidingen" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "66" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo, registers van huwelijken en echtscheidingen, 12, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.archieven.nl/mi/www/?mivast=0&miadt=141&miaet=185&micode=0123&minr=15658941&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  a2a:SourceLastChangeDate "2017-08-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.66&minr=2435880&miview=ldt" ;
  a2a:RecordGUID "{6eb3f2cc-7854-e508-e2e5-c261f6a1be78}" .

