@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_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0
  a a2a:Record ;
  rdfs:label "Huwelijk op 20 november 1926 te Lonneker" ;
  a2a:hasPerson oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person1, oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person2 ;
  a2a:hasEvent oa:event_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Event1 ;
  a2a:hasRelationEP oa:relationep_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_0, oa:relationep_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_1 ;
  a2a:hasSource oa:source_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0 .

oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person1
  a a2a:Person ;
  rdfs:label "Theunes Liemburg" ;
  a2a:PersonName [
    rdfs:label "Theunes Liemburg" ;
    a2a:PersonNameFirstName "Theunes" ;
    a2a:PersonNameLastName "Liemburg"
  ] .

oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person2
  a a2a:Person ;
  rdfs:label "Aleida Geertje Lefers" ;
  a2a:PersonName [
    rdfs:label "Aleida Geertje Lefers" ;
    a2a:PersonNameFirstName "Aleida Geertje" ;
    a2a:PersonNameLastName "Lefers"
  ] .

oa:event_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1926" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1926-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lonneker" ;
    rdfs:label "Lonneker"
  ] ;
  a2a:EventRemarkOpmerking """Vader: Anne Jacobus Liemburg
Moeder: Janna Senkeldam
Vader: Sijbram Lefers
Moeder: Trijntje Jans de Ruiter""" .

oa:relationep_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person1 ;
  a2a:EventKeyRef oa:event_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Event1 .

oa:relationep_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Person2 ;
  a2a:EventKeyRef oa:event_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0_Event1 .

oa:source_ens_a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0
  a a2a:Source ;
  rdfs:label "Stadsarchief Enschede, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Enschede" ;
    rdfs:label "Enschede", "1811-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1926" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1926-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Enschede" ;
    a2a:Place "Lonneker" ;
    a2a:Collection "Burgerlijke Stand, Huwelijksakten Lonneker" ;
    a2a:DocumentNumber "162" ;
    rdfs:label "Stadsarchief Enschede, Lonneker, Burgerlijke Stand, Huwelijksakten Lonneker, 162"
  ] ;
  a2a:SourceLastChangeDate "2014-09-24"^^xsd:date ;
  a2a:RecordIdentifier "HL.1926.0162" ;
  a2a:RecordGUID "{a8efa8a5-2f90-5307-c2b7-56ae2e2ae6d0}" .

