@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_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 mei 1932 te Almelo" ;
  a2a:hasPerson oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person1, oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person2, oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person3, oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person4, oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person5, oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person6 ;
  a2a:hasEvent oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_0, oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_1, oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_2, oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_3, oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_4, oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_5 ;
  a2a:hasSource oa:source_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7 .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person1
  a a2a:Person ;
  rdfs:label "Roelof Seinen" ;
  a2a:PersonName [
    rdfs:label "Roelof Seinen" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Seinen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] ;
  a2a:Profession "chauffeur" .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person2
  a a2a:Person ;
  rdfs:label "Roelof Seinen" ;
  a2a:PersonName [
    rdfs:label "Roelof Seinen" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Seinen"
  ] .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person3
  a a2a:Person ;
  rdfs:label "Jantje Kleine" ;
  a2a:PersonName [
    rdfs:label "Jantje Kleine" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Kleine"
  ] .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person4
  a a2a:Person ;
  rdfs:label "Remke de Graaf" ;
  a2a:PersonName [
    rdfs:label "Remke de Graaf" ;
    a2a:PersonNameFirstName "Remke" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "19" ;
    rdfs:label "19"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rohlinghausen (D)" ;
    rdfs:label "Rohlinghausen (D)"
  ] ;
  a2a:Profession "spinster" .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person5
  a a2a:Person ;
  rdfs:label "Albert de Graaf" ;
  a2a:PersonName [
    rdfs:label "Albert de Graaf" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Profession "grondwerker" .

oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person6
  a a2a:Person ;
  rdfs:label "Hillegien de Groot" ;
  a2a:PersonName [
    rdfs:label "Hillegien de Groot" ;
    a2a:PersonNameFirstName "Hillegien" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] .

oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1932" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1932-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Almelo" ;
    rdfs:label "Almelo"
  ] .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person1 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person2 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person3 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person4 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person5 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:relationep_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Person6 ;
  a2a:EventKeyRef oa:event_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7_Event1 .

oa:source_hco_2db82ce4-6759-e017-bc5e-7ed97c6ed8f7
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Almelo" ;
    rdfs:label "Almelo", "1932-01-01 - 1932-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1932" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1932-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Almelo, register van huwelijken" ;
    a2a:DocumentNumber "66" ;
    a2a:RegistryNumber "509" ;
    rdfs:label "Historisch Centrum Overijssel, Almelo, register van huwelijken, 66, 509"
  ] ;
  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.509&minr=2512005&miview=ldt" ;
  a2a:RecordGUID "{2db82ce4-6759-e017-bc5e-7ed97c6ed8f7}" .

