@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_30e7b024-fa56-e2c9-08b4-7fa710b58a3e
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 mei 1912 te Almelo, Stad" ;
  a2a:hasPerson oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person1, oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person2, oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person3, oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person4, oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person5, oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person6 ;
  a2a:hasEvent oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_0, oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_1, oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_2, oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_3, oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_4, oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_5 ;
  a2a:hasSource oa:source_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person1
  a a2a:Person ;
  rdfs:label "Johannes Antonius Schotten" ;
  a2a:PersonName [
    rdfs:label "Johannes Antonius Schotten" ;
    a2a:PersonNameFirstName "Johannes Antonius" ;
    a2a:PersonNameLastName "Schotten"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad"
  ] ;
  a2a:Profession "timmerman" .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person2
  a a2a:Person ;
  rdfs:label "Jacobus Schotten" ;
  a2a:PersonName [
    rdfs:label "Jacobus Schotten" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Schotten"
  ] ;
  a2a:Profession "wasscher" .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person3
  a a2a:Person ;
  rdfs:label "Johanna Christina van Oosterwijk" ;
  a2a:PersonName [
    rdfs:label "Johanna Christina van Oosterwijk" ;
    a2a:PersonNameFirstName "Johanna Christina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterwijk"
  ] .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person4
  a a2a:Person ;
  rdfs:label "Aleida Sophia Koopman" ;
  a2a:PersonName [
    rdfs:label "Aleida Sophia Koopman" ;
    a2a:PersonNameFirstName "Aleida Sophia" ;
    a2a:PersonNameLastName "Koopman"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tubbergen" ;
    rdfs:label "Tubbergen"
  ] .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person5
  a a2a:Person ;
  rdfs:label "Theodorus Johannes Koopman" ;
  a2a:PersonName [
    rdfs:label "Theodorus Johannes Koopman" ;
    a2a:PersonNameFirstName "Theodorus Johannes" ;
    a2a:PersonNameLastName "Koopman"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person6
  a a2a:Person ;
  rdfs:label "Maria Johanna Lenferink" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Lenferink" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Lenferink"
  ] .

oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1912-05-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad"
  ] .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person1 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person2 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person3 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person4 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person5 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:relationep_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Person6 ;
  a2a:EventKeyRef oa:event_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e_Event1 .

oa:source_hco_30e7b024-fa56-e2c9-08b4-7fa710b58a3e
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad", "1912-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1912-05-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo 1811-1932" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "72" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo 1811-1932, 36, 72"
  ] ;
  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=14564447&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.72&minr=2453785&miview=ldt" ;
  a2a:RecordGUID "{30e7b024-fa56-e2c9-08b4-7fa710b58a3e}" .

