@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_351b5d9e-996c-e242-b791-2efbc9e7ce0a
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 februari 1931 te Almelo" ;
  a2a:hasPerson oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person1, oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person2, oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person3, oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person4, oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person5, oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person6 ;
  a2a:hasEvent oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_0, oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_1, oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_2, oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_3, oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_4, oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_5 ;
  a2a:hasSource oa:source_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person1
  a a2a:Person ;
  rdfs:label "Gerrit Meijlof" ;
  a2a:PersonName [
    rdfs:label "Gerrit Meijlof" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Meijlof"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almelo, Stad" ;
    rdfs:label "Almelo, Stad"
  ] ;
  a2a:Profession "wever" .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person2
  a a2a:Person ;
  rdfs:label "Jan Meijlof" ;
  a2a:PersonName [
    rdfs:label "Jan Meijlof" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Meijlof"
  ] ;
  a2a:Profession "arbeider" .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person3
  a a2a:Person ;
  rdfs:label "Johanna Willemina Egbertsen" ;
  a2a:PersonName [
    rdfs:label "Johanna Willemina Egbertsen" ;
    a2a:PersonNameFirstName "Johanna Willemina" ;
    a2a:PersonNameLastName "Egbertsen"
  ] .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person4
  a a2a:Person ;
  rdfs:label "Staatssina Mik" ;
  a2a:PersonName [
    rdfs:label "Staatssina Mik" ;
    a2a:PersonNameFirstName "Staatssina" ;
    a2a:PersonNameLastName "Mik"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] ;
  a2a:Profession "spinster" .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person5
  a a2a:Person ;
  rdfs:label "Wiebe Mik" ;
  a2a:PersonName [
    rdfs:label "Wiebe Mik" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNameLastName "Mik"
  ] ;
  a2a:Profession "arbeider" .

oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person6
  a a2a:Person ;
  rdfs:label "Garlina Grave" ;
  a2a:PersonName [
    rdfs:label "Garlina Grave" ;
    a2a:PersonNameFirstName "Garlina" ;
    a2a:PersonNameLastName "Grave"
  ] .

oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1931-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo" ;
    rdfs:label "Almelo"
  ] .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person1 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person2 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person3 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person4 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person5 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:relationep_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Person6 ;
  a2a:EventKeyRef oa:event_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a_Event1 .

oa:source_hco_351b5d9e-996c-e242-b791-2efbc9e7ce0a
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo" ;
    rdfs:label "Almelo", "1931-01-01 - 1932-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1931-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo, registers van huwelijken en echtscheidingen" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "509" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo, registers van huwelijken en echtscheidingen, 33, 509"
  ] ;
  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=14408925&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  a2a:SourceLastChangeDate "2017-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.509&minr=2509883&miview=ldt" ;
  a2a:RecordGUID "{351b5d9e-996c-e242-b791-2efbc9e7ce0a}" .

