@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_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 december 1911 te Almelo, Ambt" ;
  a2a:hasPerson oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person1, oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person2, oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person3, oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person4, oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person5, oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person6 ;
  a2a:hasEvent oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_0, oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_1, oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_2, oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_3, oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_4, oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_5 ;
  a2a:hasSource oa:source_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person1
  a a2a:Person ;
  rdfs:label "Jan Hendrik Nijhof" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Nijhof" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Nijhof"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rijssen" ;
    rdfs:label "Rijssen"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person2
  a a2a:Person ;
  rdfs:label "Egbert Nijhof" ;
  a2a:PersonName [
    rdfs:label "Egbert Nijhof" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNameLastName "Nijhof"
  ] .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person3
  a a2a:Person ;
  rdfs:label "Hermanna Wissink" ;
  a2a:PersonName [
    rdfs:label "Hermanna Wissink" ;
    a2a:PersonNameFirstName "Hermanna" ;
    a2a:PersonNameLastName "Wissink"
  ] .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person4
  a a2a:Person ;
  rdfs:label "Cornelia Doornbosch" ;
  a2a:PersonName [
    rdfs:label "Cornelia Doornbosch" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Doornbosch"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vriezenveen" ;
    rdfs:label "Vriezenveen"
  ] ;
  a2a:Profession "naaister" .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person5
  a a2a:Person ;
  rdfs:label "Gerhard Hein Doornbosch" ;
  a2a:PersonName [
    rdfs:label "Gerhard Hein Doornbosch" ;
    a2a:PersonNameFirstName "Gerhard Hein" ;
    a2a:PersonNameLastName "Doornbosch"
  ] .

oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person6
  a a2a:Person ;
  rdfs:label "Gesina Hanna Mulder" ;
  a2a:PersonName [
    rdfs:label "Gesina Hanna Mulder" ;
    a2a:PersonNameFirstName "Gesina Hanna" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1911-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt"
  ] .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person1 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person2 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person3 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person4 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person5 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:relationep_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Person6 ;
  a2a:EventKeyRef oa:event_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf_Event1 .

oa:source_hco_e4cc3eaf-e9af-c3c8-7f99-4c25318046cf
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt", "1911-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1911-12-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo 1811-1932" ;
    a2a:DocumentNumber "68" ;
    a2a:RegistryNumber "289" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo 1811-1932, 68, 289"
  ] ;
  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=14390859&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  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.289&minr=2481115&miview=ldt" ;
  a2a:RecordGUID "{e4cc3eaf-e9af-c3c8-7f99-4c25318046cf}" .

