@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_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76
  a a2a:Record ;
  rdfs:label "Huwelijk (in het jaar 1894)" ;
  a2a:hasPerson oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474486, oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474487, oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474488, oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474489, oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474490, oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474491 ;
  a2a:hasEvent oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_0, oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_1, oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_2, oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_3, oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_4, oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_5 ;
  a2a:hasSource oa:source_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76 .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474486
  a a2a:Person ;
  rdfs:label "Jan Hendrik Zwinselman" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Zwinselman" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Zwinselman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hellendoorn" ;
    rdfs:label "Hellendoorn"
  ] ;
  a2a:Profession "daglooner" .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474487
  a a2a:Person ;
  rdfs:label "Hermannes Zwinselman" ;
  a2a:PersonName [
    rdfs:label "Hermannes Zwinselman" ;
    a2a:PersonNameFirstName "Hermannes" ;
    a2a:PersonNameLastName "Zwinselman"
  ] .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474488
  a a2a:Person ;
  rdfs:label "Zwaantje Grobbe" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Grobbe" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNameLastName "Grobbe"
  ] .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474489
  a a2a:Person ;
  rdfs:label "Jenneke Boom" ;
  a2a:PersonName [
    rdfs:label "Jenneke Boom" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Boom"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt"
  ] .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474490
  a a2a:Person ;
  rdfs:label "Jan Boom" ;
  a2a:PersonName [
    rdfs:label "Jan Boom" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Boom"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474491
  a a2a:Person ;
  rdfs:label "Janna Vrielink" ;
  a2a:PersonName [
    rdfs:label "Janna Vrielink" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Vrielink"
  ] .

oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [ ] ;
  a2a:EventPlace [
    a2a:Place "Almelo, Ambt" ;
    rdfs:label "Almelo, Ambt"
  ] .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474486 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474487 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474488 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474489 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474490 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:relationep_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Person4354474491 ;
  a2a:EventKeyRef oa:event_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76_Event1 .

oa:source_hco_115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo, Ambt" ;
    a2a:Country "Nederland" ;
    rdfs:label "Almelo, Ambt, Nederland", "1894-12-07 - 1894-12-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-12-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-12-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07 12 1894" ;
    a2a:Year "1894" ;
    a2a:Month "12" ;
    a2a:Day "07" ;
    rdfs:label "07 12 1894"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van huwelijken en echtscheidingen, Ambt Almelo" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "286" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van huwelijken en echtscheidingen, Ambt Almelo, 45, 286"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/FF3EB1DC1B02474B9790EC1777AF79B8" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/FF3EB1DC1B02474B9790EC1777AF79B8" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/FF3EB1DC1B02474B9790EC1777AF79B8"
  ] ;
  a2a:SourceLastChangeDate "2025-09-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/115D0E052DF94F7D8EC5FB1D5DBFEE76" ;
  a2a:RecordIdentifier "4354474485" ;
  a2a:RecordGUID "{115D0E05-2DF9-4F7D-8EC5-FB1D5DBFEE76}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B672D92898004D6DA4D295ACDFC9EC46" .

