@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_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 oktober 1914 te Enschede" ;
  a2a:hasPerson oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person1, oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person2, oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person3, oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person4, oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person5, oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person6 ;
  a2a:hasEvent oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_0, oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_1, oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_2, oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_3, oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_4, oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_5 ;
  a2a:hasSource oa:source_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9 .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person1
  a a2a:Person ;
  rdfs:label "Hermannus Wulff" ;
  a2a:PersonName [
    rdfs:label "Hermannus Wulff" ;
    a2a:PersonNameFirstName "Hermannus" ;
    a2a:PersonNameLastName "Wulff"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Deventer" ;
    rdfs:label "Deventer"
  ] ;
  a2a:Profession "fabriekarbeider" .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person2
  a a2a:Person ;
  rdfs:label "Maarten Wulff" ;
  a2a:PersonName [
    rdfs:label "Maarten Wulff" ;
    a2a:PersonNameFirstName "Maarten" ;
    a2a:PersonNameLastName "Wulff"
  ] .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person3
  a a2a:Person ;
  rdfs:label "Magrietha Konstapel" ;
  a2a:PersonName [
    rdfs:label "Magrietha Konstapel" ;
    a2a:PersonNameFirstName "Magrietha" ;
    a2a:PersonNameLastName "Konstapel"
  ] .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person4
  a a2a:Person ;
  rdfs:label "Naatje Magrietje Zwijnepoel" ;
  a2a:PersonName [
    rdfs:label "Naatje Magrietje Zwijnepoel" ;
    a2a:PersonNameFirstName "Naatje Magrietje" ;
    a2a:PersonNameLastName "Zwijnepoel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede"
  ] ;
  a2a:Profession "fabriekarbeidster" .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person5
  a a2a:Person ;
  rdfs:label "Gerrit Zwijnepoel" ;
  a2a:PersonName [
    rdfs:label "Gerrit Zwijnepoel" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Zwijnepoel"
  ] ;
  a2a:Profession "nachtwaker" .

oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person6
  a a2a:Person ;
  rdfs:label "Dirkje Visscher" ;
  a2a:PersonName [
    rdfs:label "Dirkje Visscher" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Visscher"
  ] .

oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1914-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede"
  ] .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person1 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person2 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person3 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person4 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person5 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:relationep_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Person6 ;
  a2a:EventKeyRef oa:event_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9_Event1 .

oa:source_hco_FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede", "1913-01-01 - 1914-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1914-10-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Enschede, registers van huwelijken en echtscheidingen" ;
    a2a:DocumentNumber "235" ;
    a2a:RegistryNumber "3725" ;
    rdfs:label "Historisch Centrum Overijssel, Enschede, registers van huwelijken en echtscheidingen, 235, 3725"
  ] ;
  a2a:SourceLastChangeDate "2022-08-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.3725&minr=2916146&miview=ldt" ;
  a2a:RecordGUID "{FC7F5B43-BA2B-43AF-BA9B-80CFD51CEBC9}" ;
  a2a:SourceRemarkProvenance "0123.03725_54_141_maisi_akt.txt via HCO (txt2csv csv2a2a)" .

