@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_3fc38128-af31-e8ce-712a-95bbfccfce9a
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 november 1871 te Almelo, Ambt" ;
  a2a:hasPerson oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person1, oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person2, oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person3, oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person4, oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person5, oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person6 ;
  a2a:hasEvent oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_0, oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_1, oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_2, oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_3, oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_4, oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_5 ;
  a2a:hasSource oa:source_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Jan Littink" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan Littink" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNameLastName "Littink"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bathmen" ;
    rdfs:label "Bathmen"
  ] ;
  a2a:Profession "dienstknecht" .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person2
  a a2a:Person ;
  rdfs:label "Jan Harm Littink" ;
  a2a:PersonName [
    rdfs:label "Jan Harm Littink" ;
    a2a:PersonNameFirstName "Jan Harm" ;
    a2a:PersonNameLastName "Littink"
  ] .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person3
  a a2a:Person ;
  rdfs:label "Lamberdina Hartkamp" ;
  a2a:PersonName [
    rdfs:label "Lamberdina Hartkamp" ;
    a2a:PersonNameFirstName "Lamberdina" ;
    a2a:PersonNameLastName "Hartkamp"
  ] .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person4
  a a2a:Person ;
  rdfs:label "Trui Brouwer" ;
  a2a:PersonName [
    rdfs:label "Trui Brouwer" ;
    a2a:PersonNameFirstName "Trui" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wierden" ;
    rdfs:label "Wierden"
  ] .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person5
  a a2a:Person ;
  rdfs:label "Jannes Brouwer" ;
  a2a:PersonName [
    rdfs:label "Jannes Brouwer" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Brouwer"
  ] .

oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person6
  a a2a:Person ;
  rdfs:label "Janna Kleinjan" ;
  a2a:PersonName [
    rdfs:label "Janna Kleinjan" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Kleinjan"
  ] .

oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1871-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt"
  ] .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person1 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person2 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person3 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person4 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person5 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:relationep_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Person6 ;
  a2a:EventKeyRef oa:event_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a_Event1 .

oa:source_hco_3fc38128-af31-e8ce-712a-95bbfccfce9a
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt", "1871-01-01 - 1871-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1871-11-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo 1811-1932" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "284" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo 1811-1932, 56, 284"
  ] ;
  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.284&minr=2465621&miview=ldt" ;
  a2a:RecordGUID "{3fc38128-af31-e8ce-712a-95bbfccfce9a}" .

