@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix soton: <http://id.southampton.ac.uk/ns/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<http://id.southampton.ac.uk/academic-session/2009-2010> tl:after <http://id.southampton.ac.uk/academic-session/2008-2009> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2010-2011> ;
                                                         tl:beginsAtDateTime "2009-10-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2010-09-30T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2009 to 2010" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2009-2010> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2009-2010> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2009-2010#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2009-2010#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2009-2010#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2009-2010#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2009-2010#summerterm> .

<http://id.southampton.ac.uk/academic-session/2009-2010#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2008-2009#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2009-2010#semester2> ;
                                                                   tl:beginsAtDateTime "2009-10-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2010-01-30T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2009-2010" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2009-2010> .

<http://id.southampton.ac.uk/academic-session/2009-2010#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2010-2011#semester1> ;
                                                                   tl:beginsAtDateTime "2010-02-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2010-06-19T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2009-2010" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2009-2010> .

<http://id.southampton.ac.uk/academic-session/2009-2010#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2008-2009#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2009-2010#springterm> ;
                                                                    tl:beginsAtDateTime "2009-10-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2009-12-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2009-2010" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2009-2010> .

<http://id.southampton.ac.uk/academic-session/2009-2010#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2009-2010#summerterm> ;
                                                                    tl:beginsAtDateTime "2010-01-04T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2010-03-20T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2009-2010" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2009-2010> .

<http://id.southampton.ac.uk/academic-session/2009-2010#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2010-2008#autumnterm> ;
                                                                    tl:beginsAtDateTime "2010-04-19T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2010-06-19T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2009-2010" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2009-2010> .

<http://id.southampton.ac.uk/academic-session/2010-2011> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2011-2012> ;
                                                         tl:beginsAtDateTime "2010-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2011-09-29T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2010 to 2011" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2010-2011> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2010-2011> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2010-2011#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2010-2011#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2010-2011#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2010-2011#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2010-2011#summerterm> .

<http://id.southampton.ac.uk/academic-session/2010-2011#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2010-2011#semester2> ;
                                                                   tl:beginsAtDateTime "2010-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2011-01-29T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2010-2011" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2010-2011> .

<http://id.southampton.ac.uk/academic-session/2010-2011#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2011-2012#semester1> ;
                                                                   tl:beginsAtDateTime "2011-01-31T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2011-06-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2010-2011" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2010-2011> .

<http://id.southampton.ac.uk/academic-session/2010-2011#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2009-2010#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2010-2011#springterm> ;
                                                                    tl:beginsAtDateTime "2010-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2010-12-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2010-2011" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2010-2011> .

<http://id.southampton.ac.uk/academic-session/2010-2011#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2010-2011#summerterm> ;
                                                                    tl:beginsAtDateTime "2011-01-10T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2011-04-02T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2010-2011" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2010-2011> .

<http://id.southampton.ac.uk/academic-session/2010-2011#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2011-2009#autumnterm> ;
                                                                    tl:beginsAtDateTime "2011-05-03T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2011-06-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2010-2011" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2010-2011> .

<http://id.southampton.ac.uk/academic-session/2011-2012> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2012-2013> ;
                                                         tl:beginsAtDateTime "2011-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2012-09-27T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2011 to 2012" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2011-2012> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2011-2012> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2011-2012#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2011-2012#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2011-2012#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2011-2012#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2011-2012#summerterm> .

<http://id.southampton.ac.uk/academic-session/2011-2012#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2011-2012#semester2> ;
                                                                   tl:beginsAtDateTime "2011-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2012-01-28T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2011-2012" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2011-2012> .

<http://id.southampton.ac.uk/academic-session/2011-2012#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2012-2013#semester1> ;
                                                                   tl:beginsAtDateTime "2012-01-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2012-06-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2011-2012" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2011-2012> .

<http://id.southampton.ac.uk/academic-session/2011-2012#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2010-2011#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2011-2012#springterm> ;
                                                                    tl:beginsAtDateTime "2011-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2011-12-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2011-2012" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2011-2012> .

<http://id.southampton.ac.uk/academic-session/2011-2012#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2011-2012#summerterm> ;
                                                                    tl:beginsAtDateTime "2012-01-09T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2012-03-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2011-2012" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2011-2012> .

<http://id.southampton.ac.uk/academic-session/2011-2012#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2012-2010#autumnterm> ;
                                                                    tl:beginsAtDateTime "2012-04-16T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2012-06-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2011-2012" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2011-2012> .

<http://id.southampton.ac.uk/academic-session/2012-2013> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2013-2014> ;
                                                         tl:beginsAtDateTime "2012-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2013-09-26T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2012 to 2013" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2012-2013> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2012-2013> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2012-2013#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2012-2013#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2012-2013#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2012-2013#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2012-2013#summerterm> .

<http://id.southampton.ac.uk/academic-session/2012-2013#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2012-2013#semester2> ;
                                                                   tl:beginsAtDateTime "2012-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2013-01-26T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2012-2013" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2012-2013> .

<http://id.southampton.ac.uk/academic-session/2012-2013#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2013-2014#semester1> ;
                                                                   tl:beginsAtDateTime "2013-01-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2013-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2012-2013" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2012-2013> .

<http://id.southampton.ac.uk/academic-session/2012-2013#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2011-2012#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2012-2013#springterm> ;
                                                                    tl:beginsAtDateTime "2012-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2012-12-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2012-2013" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2012-2013> .

<http://id.southampton.ac.uk/academic-session/2012-2013#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2012-2013#summerterm> ;
                                                                    tl:beginsAtDateTime "2013-01-07T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2013-03-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2012-2013" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2012-2013> .

<http://id.southampton.ac.uk/academic-session/2012-2013#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2013-2011#autumnterm> ;
                                                                    tl:beginsAtDateTime "2013-04-15T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2013-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2012-2013" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2012-2013> .

<http://id.southampton.ac.uk/academic-session/2013-2014> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2014-2015> ;
                                                         tl:beginsAtDateTime "2013-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2014-09-25T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2013 to 2014" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2013-2014> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2013-2014> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2013-2014#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2013-2014#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2013-2014#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2013-2014#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2013-2014#summerterm> .

<http://id.southampton.ac.uk/academic-session/2013-2014#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2013-2014#semester2> ;
                                                                   tl:beginsAtDateTime "2013-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2014-01-25T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2013-2014" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2013-2014> .

<http://id.southampton.ac.uk/academic-session/2013-2014#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2014-2015#semester1> ;
                                                                   tl:beginsAtDateTime "2014-01-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2014-06-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2013-2014" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2013-2014> .

<http://id.southampton.ac.uk/academic-session/2013-2014#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2012-2013#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2013-2014#springterm> ;
                                                                    tl:beginsAtDateTime "2013-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2013-12-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2013-2014" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2013-2014> .

<http://id.southampton.ac.uk/academic-session/2013-2014#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2013-2014#summerterm> ;
                                                                    tl:beginsAtDateTime "2014-01-06T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2014-03-29T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2013-2014" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2013-2014> .

<http://id.southampton.ac.uk/academic-session/2013-2014#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2014-2012#autumnterm> ;
                                                                    tl:beginsAtDateTime "2014-04-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2014-06-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2013-2014" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2013-2014> .

<http://id.southampton.ac.uk/academic-session/2014-2015> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2015-2016> ;
                                                         tl:beginsAtDateTime "2014-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2015-09-24T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2014 to 2015" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2014-2015> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2014-2015> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2014-2015#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2014-2015#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2014-2015#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2014-2015#summerterm> .

<http://id.southampton.ac.uk/academic-session/2014-2015#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> ;
                                                                   tl:beginsAtDateTime "2014-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2015-01-24T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2014-2015" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2014-2015#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2015-2016#semester1> ;
                                                                   tl:beginsAtDateTime "2015-01-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2015-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2014-2015" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2014-2015#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2013-2014#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2014-2015#springterm> ;
                                                                    tl:beginsAtDateTime "2014-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2014-12-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2014-2015" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2014-2015#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2014-2015#summerterm> ;
                                                                    tl:beginsAtDateTime "2015-01-05T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2015-03-21T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2014-2015" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2014-2015#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2015-2013#autumnterm> ;
                                                                    tl:beginsAtDateTime "2015-04-20T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2015-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2014-2015" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2015-2016> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2016-2017> ;
                                                         tl:beginsAtDateTime "2015-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2016-09-29T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2015 to 2016" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2015-2016> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2015-2016> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2015-2016#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2015-2016#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2015-2016#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2015-2016#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2015-2016#summerterm> .

<http://id.southampton.ac.uk/academic-session/2015-2016#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2015-2016#semester2> ;
                                                                   tl:beginsAtDateTime "2015-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2016-01-23T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2015-2016" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> .

<http://id.southampton.ac.uk/academic-session/2015-2016#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2016-2017#semester1> ;
                                                                   tl:beginsAtDateTime "2016-01-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2016-06-11T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2015-2016" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> .

<http://id.southampton.ac.uk/academic-session/2015-2016#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2014-2015#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2015-2016#springterm> ;
                                                                    tl:beginsAtDateTime "2015-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2015-12-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2015-2016" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> .

<http://id.southampton.ac.uk/academic-session/2015-2016#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2015-2016#summerterm> ;
                                                                    tl:beginsAtDateTime "2016-01-04T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2016-03-19T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2015-2016" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> .

<http://id.southampton.ac.uk/academic-session/2015-2016#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2016-2014#autumnterm> ;
                                                                    tl:beginsAtDateTime "2016-04-19T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2016-06-11T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2015-2016" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> .

<http://id.southampton.ac.uk/academic-session/2016-2017> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2017-2018> ;
                                                         tl:beginsAtDateTime "2016-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2017-09-28T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2016 to 2017" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2016-2017> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2016-2017> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2016-2017#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2016-2017#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2016-2017#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2016-2017#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2016-2017#summerterm> .

<http://id.southampton.ac.uk/academic-session/2016-2017#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2016-2017#semester2> ;
                                                                   tl:beginsAtDateTime "2016-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2017-01-28T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2016-2017" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2016-2017> .

<http://id.southampton.ac.uk/academic-session/2016-2017#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2017-2018#semester1> ;
                                                                   tl:beginsAtDateTime "2017-01-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2017-06-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2016-2017" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2016-2017> .

<http://id.southampton.ac.uk/academic-session/2016-2017#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2015-2016#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2016-2017#springterm> ;
                                                                    tl:beginsAtDateTime "2016-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2016-12-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2016-2017" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2016-2017> .

<http://id.southampton.ac.uk/academic-session/2016-2017#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2016-2017#summerterm> ;
                                                                    tl:beginsAtDateTime "2017-01-09T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2017-03-25T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2016-2017" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2016-2017> .

<http://id.southampton.ac.uk/academic-session/2016-2017#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2017-2015#autumnterm> ;
                                                                    tl:beginsAtDateTime "2017-04-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2017-06-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2016-2017" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2016-2017> .

<http://id.southampton.ac.uk/academic-session/2017-2018> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2018-2019> ;
                                                         tl:beginsAtDateTime "2017-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2018-09-27T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2017 to 2018" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2017-2018> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2017-2018> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2017-2018#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2017-2018#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2017-2018#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2017-2018#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2017-2018#summerterm> .

<http://id.southampton.ac.uk/academic-session/2017-2018#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2017-2018#semester2> ;
                                                                   tl:beginsAtDateTime "2017-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2018-01-27T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2017-2018" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2017-2018> .

<http://id.southampton.ac.uk/academic-session/2017-2018#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2018-2019#semester1> ;
                                                                   tl:beginsAtDateTime "2018-01-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2018-06-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2017-2018" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2017-2018> .

<http://id.southampton.ac.uk/academic-session/2017-2018#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2016-2017#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2017-2018#springterm> ;
                                                                    tl:beginsAtDateTime "2017-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2017-12-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2017-2018" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2017-2018> .

<http://id.southampton.ac.uk/academic-session/2017-2018#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2017-2018#summerterm> ;
                                                                    tl:beginsAtDateTime "2018-01-08T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2018-03-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2017-2018" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2017-2018> .

<http://id.southampton.ac.uk/academic-session/2017-2018#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2018-2016#autumnterm> ;
                                                                    tl:beginsAtDateTime "2018-04-16T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2018-06-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2017-2018" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2017-2018> .

<http://id.southampton.ac.uk/academic-session/2018-2019> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2019-2020> ;
                                                         tl:beginsAtDateTime "2018-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2019-09-26T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2018 to 2019" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2018-2019> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2018-2019> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2018-2019#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2018-2019#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2018-2019#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2018-2019#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2018-2019#summerterm> .

<http://id.southampton.ac.uk/academic-session/2018-2019#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2018-2019#semester2> ;
                                                                   tl:beginsAtDateTime "2018-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2019-01-26T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2018-2019" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2018-2019> .

<http://id.southampton.ac.uk/academic-session/2018-2019#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2019-2020#semester1> ;
                                                                   tl:beginsAtDateTime "2019-01-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2019-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2018-2019" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2018-2019> .

<http://id.southampton.ac.uk/academic-session/2018-2019#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2017-2018#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2018-2019#springterm> ;
                                                                    tl:beginsAtDateTime "2018-09-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2018-12-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2018-2019" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2018-2019> .

<http://id.southampton.ac.uk/academic-session/2018-2019#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2018-2019#summerterm> ;
                                                                    tl:beginsAtDateTime "2019-01-07T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2019-03-30T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2018-2019" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2018-2019> .

<http://id.southampton.ac.uk/academic-session/2018-2019#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2019-2017#autumnterm> ;
                                                                    tl:beginsAtDateTime "2019-04-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2019-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2018-2019" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2018-2019> .

<http://id.southampton.ac.uk/academic-session/2019-2020> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2020-2021> ;
                                                         tl:beginsAtDateTime "2019-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2020-09-24T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2019 to 2020" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2019-2020> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2019-2020> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2019-2020#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2019-2020#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2019-2020#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2019-2020#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2019-2020#summerterm> .

<http://id.southampton.ac.uk/academic-session/2019-2020#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2019-2020#semester2> ;
                                                                   tl:beginsAtDateTime "2019-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2020-01-25T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2019-2020" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2019-2020> .

<http://id.southampton.ac.uk/academic-session/2019-2020#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2020-2021#semester1> ;
                                                                   tl:beginsAtDateTime "2020-01-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2020-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2019-2020" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2019-2020> .

<http://id.southampton.ac.uk/academic-session/2019-2020#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2018-2019#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2019-2020#springterm> ;
                                                                    tl:beginsAtDateTime "2019-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2019-12-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2019-2020" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2019-2020> .

<http://id.southampton.ac.uk/academic-session/2019-2020#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2019-2020#summerterm> ;
                                                                    tl:beginsAtDateTime "2020-01-06T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2020-03-21T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2019-2020" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2019-2020> .

<http://id.southampton.ac.uk/academic-session/2019-2020#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2020-2018#autumnterm> ;
                                                                    tl:beginsAtDateTime "2020-04-20T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2020-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2019-2020" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2019-2020> .

<http://id.southampton.ac.uk/academic-session/2020-2021> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2021-2022> ;
                                                         tl:beginsAtDateTime "2020-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2021-09-30T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2020 to 2021" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2020-2021> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2020-2021> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2020-2021#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2020-2021#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2020-2021#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2020-2021#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2020-2021#summerterm> .

<http://id.southampton.ac.uk/academic-session/2020-2021#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2020-2021#semester2> ;
                                                                   tl:beginsAtDateTime "2020-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2021-01-23T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2020-2021" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2020-2021> .

<http://id.southampton.ac.uk/academic-session/2020-2021#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2021-2022#semester1> ;
                                                                   tl:beginsAtDateTime "2021-01-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2021-06-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2020-2021" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2020-2021> .

<http://id.southampton.ac.uk/academic-session/2020-2021#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2019-2020#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2020-2021#springterm> ;
                                                                    tl:beginsAtDateTime "2020-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2020-12-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2020-2021" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2020-2021> .

<http://id.southampton.ac.uk/academic-session/2020-2021#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2020-2021#summerterm> ;
                                                                    tl:beginsAtDateTime "2021-01-04T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2021-03-20T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2020-2021" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2020-2021> .

<http://id.southampton.ac.uk/academic-session/2020-2021#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2021-2019#autumnterm> ;
                                                                    tl:beginsAtDateTime "2021-04-19T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2021-06-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2020-2021" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2020-2021> .

<http://id.southampton.ac.uk/academic-session/2021-2022> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2022-2023> ;
                                                         tl:beginsAtDateTime "2021-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2022-09-29T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2021 to 2022" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2021-2022> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2021-2022> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2021-2022#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2021-2022#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2021-2022#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2021-2022#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2021-2022#summerterm> .

<http://id.southampton.ac.uk/academic-session/2021-2022#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2021-2022#semester2> ;
                                                                   tl:beginsAtDateTime "2021-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2022-01-29T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2021-2022" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2021-2022> .

<http://id.southampton.ac.uk/academic-session/2021-2022#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2022-2023#semester1> ;
                                                                   tl:beginsAtDateTime "2022-01-31T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2022-06-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2021-2022" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2021-2022> .

<http://id.southampton.ac.uk/academic-session/2021-2022#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2020-2021#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2021-2022#springterm> ;
                                                                    tl:beginsAtDateTime "2021-09-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2021-12-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2021-2022" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2021-2022> .

<http://id.southampton.ac.uk/academic-session/2021-2022#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2021-2022#summerterm> ;
                                                                    tl:beginsAtDateTime "2022-01-10T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2022-03-26T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2021-2022" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2021-2022> .

<http://id.southampton.ac.uk/academic-session/2021-2022#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2022-2020#autumnterm> ;
                                                                    tl:beginsAtDateTime "2022-04-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2022-06-18T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2021-2022" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2021-2022> .

<http://id.southampton.ac.uk/academic-session/2022-2023> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2023-2024> ;
                                                         tl:beginsAtDateTime "2022-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2023-09-28T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2022 to 2023" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2022-2023> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2022-2023> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2022-2023#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2022-2023#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2022-2023#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2022-2023#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2022-2023#summerterm> .

<http://id.southampton.ac.uk/academic-session/2022-2023#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2022-2023#semester2> ;
                                                                   tl:beginsAtDateTime "2022-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2023-01-28T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2022-2023" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2022-2023> .

<http://id.southampton.ac.uk/academic-session/2022-2023#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2023-2024#semester1> ;
                                                                   tl:beginsAtDateTime "2023-01-30T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2023-06-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2022-2023" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2022-2023> .

<http://id.southampton.ac.uk/academic-session/2022-2023#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2021-2022#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2022-2023#springterm> ;
                                                                    tl:beginsAtDateTime "2022-09-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2022-12-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2022-2023" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2022-2023> .

<http://id.southampton.ac.uk/academic-session/2022-2023#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2022-2023#summerterm> ;
                                                                    tl:beginsAtDateTime "2023-01-09T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2023-03-25T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2022-2023" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2022-2023> .

<http://id.southampton.ac.uk/academic-session/2022-2023#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2023-2021#autumnterm> ;
                                                                    tl:beginsAtDateTime "2023-04-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2023-06-17T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2022-2023" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2022-2023> .

<http://id.southampton.ac.uk/academic-session/2023-2024> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2024-2025> ;
                                                         tl:beginsAtDateTime "2023-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2024-09-26T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2023 to 2024" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2023-2024> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2023-2024> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2023-2024#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2023-2024#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2023-2024#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2023-2024#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2023-2024#summerterm> ;
                                                         tl:contains <http://id.southampton.ac.uk/academic-day/2024-08-01> ,
                                                                     <http://id.southampton.ac.uk/academic-week/2024-44> .

<http://id.southampton.ac.uk/academic-session/2023-2024#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2023-2024#semester2> ;
                                                                   tl:beginsAtDateTime "2023-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2024-01-27T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2023-2024" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2023-2024> .

<http://id.southampton.ac.uk/academic-session/2023-2024#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2024-2025#semester1> ;
                                                                   tl:beginsAtDateTime "2024-01-29T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2024-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2023-2024" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2023-2024> .

<http://id.southampton.ac.uk/academic-session/2023-2024#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2022-2023#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2023-2024#springterm> ;
                                                                    tl:beginsAtDateTime "2023-09-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2023-12-16T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2023-2024" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2023-2024> .

<http://id.southampton.ac.uk/academic-session/2023-2024#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2023-2024#summerterm> ;
                                                                    tl:beginsAtDateTime "2024-01-08T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2024-03-23T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2023-2024" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2023-2024> .

<http://id.southampton.ac.uk/academic-session/2023-2024#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2024-2022#autumnterm> ;
                                                                    tl:beginsAtDateTime "2024-04-22T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2024-06-15T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2023-2024" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2023-2024> .

<http://id.southampton.ac.uk/academic-session/2024-2025> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2025-2026> ;
                                                         tl:beginsAtDateTime "2024-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2025-09-25T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2024 to 2025" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2024-2025> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2024-2025> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2024-2025#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2024-2025#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2024-2025#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2024-2025#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2024-2025#summerterm> .

<http://id.southampton.ac.uk/academic-session/2024-2025#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2024-2025#semester2> ;
                                                                   tl:beginsAtDateTime "2024-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2025-01-25T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2024-2025" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2024-2025> .

<http://id.southampton.ac.uk/academic-session/2024-2025#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2025-2026#semester1> ;
                                                                   tl:beginsAtDateTime "2025-01-27T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2025-06-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2024-2025" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2024-2025> .

<http://id.southampton.ac.uk/academic-session/2024-2025#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2023-2024#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2024-2025#springterm> ;
                                                                    tl:beginsAtDateTime "2024-09-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2024-12-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2024-2025" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2024-2025> .

<http://id.southampton.ac.uk/academic-session/2024-2025#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2024-2025#summerterm> ;
                                                                    tl:beginsAtDateTime "2025-01-06T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2025-03-29T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2024-2025" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2024-2025> .

<http://id.southampton.ac.uk/academic-session/2024-2025#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2025-2023#autumnterm> ;
                                                                    tl:beginsAtDateTime "2025-04-28T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2025-06-14T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2024-2025" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2024-2025> .

<http://id.southampton.ac.uk/academic-session/2025-2026> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2026-2027> ;
                                                         tl:beginsAtDateTime "2025-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         tl:endsAtDateTime "2026-09-24T00:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2025 to 2026" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2025-2026> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2025-2026> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2025-2026#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2025-2026#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2025-2026#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2025-2026#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2025-2026#summerterm> .

<http://id.southampton.ac.uk/academic-session/2025-2026#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2025-2026#semester2> ;
                                                                   tl:beginsAtDateTime "2025-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2026-01-24T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2025-2026" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2025-2026> .

<http://id.southampton.ac.uk/academic-session/2025-2026#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2026-2027#semester1> ;
                                                                   tl:beginsAtDateTime "2026-01-26T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2026-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2025-2026" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2025-2026> .

<http://id.southampton.ac.uk/academic-session/2025-2026#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2024-2025#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2025-2026#springterm> ;
                                                                    tl:beginsAtDateTime "2025-09-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2025-12-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2025-2026" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2025-2026> .

<http://id.southampton.ac.uk/academic-session/2025-2026#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2025-2026#summerterm> ;
                                                                    tl:beginsAtDateTime "2026-01-05T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2026-03-21T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2025-2026" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2025-2026> .

<http://id.southampton.ac.uk/academic-session/2025-2026#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2026-2024#autumnterm> ;
                                                                    tl:beginsAtDateTime "2026-04-20T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2026-06-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2025-2026" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2025-2026> .

<http://id.southampton.ac.uk/academic-session/2026-2027> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026> ;
                                                         tl:before <http://id.southampton.ac.uk/academic-session/2027-2028> ;
                                                         tl:beginsAtDateTime "2026-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                         rdf:type soton:AcademicSession ,
                                                                  tl:Interval ,
                                                                  skos:Concept ;
                                                         rdfs:label "University of Southampton Academic Session 2026 to 2027" ;
                                                         skos:broader <http://id.academic-session.data.ac.uk/2026-2027> ,
                                                                      <http://id.academic-session.data.ac.uk/world/2026-2027> ;
                                                         skos:related <http://id.southampton.ac.uk/academic-session/2026-2027#autumnterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2026-2027#semester1> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2026-2027#semester2> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2026-2027#springterm> ,
                                                                      <http://id.southampton.ac.uk/academic-session/2026-2027#summerterm> .

<http://id.southampton.ac.uk/academic-session/2026-2027#semester1> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026#semester2> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2026-2027#semester2> ;
                                                                   tl:beginsAtDateTime "2026-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2027-01-23T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 1, 2026-2027" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2026-2027> .

<http://id.southampton.ac.uk/academic-session/2026-2027#semester2> tl:after <http://id.southampton.ac.uk/academic-session/2026-2027#semester1> ;
                                                                   tl:before <http://id.southampton.ac.uk/academic-session/2027-2028#semester1> ;
                                                                   tl:beginsAtDateTime "2027-01-25T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   tl:endsAtDateTime "2027-06-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                   oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                   rdf:type soton:AcademicSessionSemester ,
                                                                            tl:Interval ,
                                                                            skos:Concept ;
                                                                   rdfs:label "Semester 2, 2026-2027" ;
                                                                   skos:related <http://id.southampton.ac.uk/academic-session/2026-2027> .

<http://id.southampton.ac.uk/academic-session/2026-2027#autumnterm> tl:after <http://id.southampton.ac.uk/academic-session/2025-2026#summerterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2026-2027#springterm> ;
                                                                    tl:beginsAtDateTime "2026-09-24T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2026-12-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Autumn Term, 2026-2027" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2026-2027> .

<http://id.southampton.ac.uk/academic-session/2026-2027#springterm> tl:after <http://id.southampton.ac.uk/academic-session/2026-2027#autumnterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2026-2027#summerterm> ;
                                                                    tl:beginsAtDateTime "2027-01-04T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2027-03-13T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Spring Term, 2026-2027" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2026-2027> .

<http://id.southampton.ac.uk/academic-session/2026-2027#summerterm> tl:after <http://id.southampton.ac.uk/academic-session/2026-2027#springterm> ;
                                                                    tl:before <http://id.southampton.ac.uk/academic-session/2027-2025#autumnterm> ;
                                                                    tl:beginsAtDateTime "2027-04-12T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    tl:endsAtDateTime "2027-06-12T23:59:59Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                    oo:formalOrganisation <http://id.southampton.ac.uk> ;
                                                                    rdf:type soton:AcademicSessionTerm ,
                                                                             tl:Interval ,
                                                                             skos:Concept ;
                                                                    rdfs:label "Summer Term, 2026-2027" ;
                                                                    skos:related <http://id.southampton.ac.uk/academic-session/2026-2027> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period1> tl:beginsAtDateTime "2015-01-11T07:00:00+00:00" ;
                                                                      tl:endsAtDateTime "2015-01-17T21:00:00+00:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 1 of academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2014-2015#semester1> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period2> tl:beginsAtDateTime "2015-01-19T07:00:00+00:00" ;
                                                                      tl:endsAtDateTime "2015-01-24T21:00:00+00:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 1 of academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2014-2015#semester1> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period3> tl:beginsAtDateTime "2015-05-18T07:00:00+01:00" ;
                                                                      tl:endsAtDateTime "2015-05-23T21:00:00+01:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 2 of academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period4> tl:beginsAtDateTime "2015-05-26T07:00:00+01:00" ;
                                                                      tl:endsAtDateTime "2015-05-30T21:00:00+01:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 2 of academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period5> tl:beginsAtDateTime "2015-06-01T07:00:00+01:00" ;
                                                                      tl:endsAtDateTime "2015-06-06T21:00:00+01:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 2 of academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2014-2015#semester2> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period6> tl:beginsAtDateTime "2015-08-17T07:00:00+01:00" ;
                                                                      tl:endsAtDateTime "2015-08-22T21:00:00+01:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Supplimentary exam period for academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2014-2015#exam-period7> tl:beginsAtDateTime "2015-08-24T07:00:00+01:00" ;
                                                                      tl:endsAtDateTime "2015-08-29T21:00:00+01:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Supplimentary exam period for academic year 2014/2015" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2014-2015> .

<http://id.southampton.ac.uk/academic-session/2015-2016#exam-period1> tl:beginsAtDateTime "2016-01-11T07:00:00+00:00" ;
                                                                      tl:endsAtDateTime "2016-01-16T21:00:00+00:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 1 of academic year 2015/2016" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2015-2016#semester1> .

<http://id.southampton.ac.uk/academic-session/2015-2016#exam-period2> tl:beginsAtDateTime "2016-01-18T07:00:00+00:00" ;
                                                                      tl:endsAtDateTime "2016-01-23T21:00:00+00:00" ;
                                                                      rdf:type soton:ExamPeriod ,
                                                                               tl:Interval ,
                                                                               skos:Concept ;
                                                                      rdfs:label "Exam period for semester 1 of academic year 2015/2016" ;
                                                                      skos:related <http://id.southampton.ac.uk/academic-session/2015-2016> ,
                                                                                   <http://id.southampton.ac.uk/academic-session/2015-2016#semester1> .

<http://id.southampton.ac.uk/academic-day/2015-01-01> tl:beginsAtDateTime "2015-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "New Year's Day" .

<http://id.southampton.ac.uk/academic-day/2015-01-02> tl:beginsAtDateTime "2015-01-02T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-01-02T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-04-03> tl:beginsAtDateTime "2015-04-03T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-04-03T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-04-06> tl:beginsAtDateTime "2015-04-06T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-04-06T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-04-07> tl:beginsAtDateTime "2015-04-07T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-04-07T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-04-08> tl:beginsAtDateTime "2015-04-08T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-04-08T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-05-04> tl:beginsAtDateTime "2015-05-04T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-05-04T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Early May Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2015-05-25> tl:beginsAtDateTime "2015-05-25T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-05-25T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Spring Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2015-08-31> tl:beginsAtDateTime "2015-08-31T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-08-31T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Summer Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2015-12-24> tl:beginsAtDateTime "2015-12-24T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-24T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Christmas Eve" .

<http://id.southampton.ac.uk/academic-day/2015-12-25> tl:beginsAtDateTime "2015-12-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Christmas Day" .

<http://id.southampton.ac.uk/academic-day/2015-12-28> tl:beginsAtDateTime "2015-12-28T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-28T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-12-29> tl:beginsAtDateTime "2015-12-29T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-29T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-12-30> tl:beginsAtDateTime "2015-12-30T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-30T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2015-12-31> tl:beginsAtDateTime "2015-12-31T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2015-12-31T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-01-01> tl:beginsAtDateTime "2016-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "New Year's Day" .

<http://id.southampton.ac.uk/academic-day/2016-03-25> tl:beginsAtDateTime "2016-03-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-03-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Good Friday" .

<http://id.southampton.ac.uk/academic-day/2016-03-28> tl:beginsAtDateTime "2016-03-28T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-03-28T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Easter Monday" .

<http://id.southampton.ac.uk/academic-day/2016-03-29> tl:beginsAtDateTime "2016-03-29T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-03-29T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-03-30> tl:beginsAtDateTime "2016-03-30T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-03-30T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-05-02> tl:beginsAtDateTime "2016-05-02T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-05-02T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Early May Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2016-05-30> tl:beginsAtDateTime "2016-05-30T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-05-30T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Spring Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2016-08-29> tl:beginsAtDateTime "2016-08-29T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-08-29T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Summer Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2016-12-23> tl:beginsAtDateTime "2016-12-23T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-23T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-12-26> tl:beginsAtDateTime "2016-12-26T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-26T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-12-27> tl:beginsAtDateTime "2016-12-27T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-27T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-12-28> tl:beginsAtDateTime "2016-12-28T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-28T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-12-29> tl:beginsAtDateTime "2016-12-29T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-29T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2016-12-30> tl:beginsAtDateTime "2016-12-30T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2016-12-30T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-01-02> tl:beginsAtDateTime "2017-01-02T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-01-02T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-04-13> tl:beginsAtDateTime "2017-04-13T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-04-13T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-04-14> tl:beginsAtDateTime "2017-04-14T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-04-14T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-04-17> tl:beginsAtDateTime "2017-04-17T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-04-17T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-04-18> tl:beginsAtDateTime "2017-04-18T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-04-18T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-12-25> tl:beginsAtDateTime "2017-12-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-12-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-12-26> tl:beginsAtDateTime "2017-12-26T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-12-26T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-12-27> tl:beginsAtDateTime "2017-12-27T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-12-27T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-12-28> tl:beginsAtDateTime "2017-12-28T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-12-28T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2017-12-29> tl:beginsAtDateTime "2017-12-29T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2017-12-29T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-01-01> tl:beginsAtDateTime "2018-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-01-02> tl:beginsAtDateTime "2018-01-02T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-01-02T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-03-30> tl:beginsAtDateTime "2018-03-30T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-03-30T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-04-02> tl:beginsAtDateTime "2018-04-02T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-04-02T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-04-03> tl:beginsAtDateTime "2018-04-03T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-04-03T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-04-04> tl:beginsAtDateTime "2018-04-04T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-04-04T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-05-07> tl:beginsAtDateTime "2018-05-07T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-05-07T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-05-28> tl:beginsAtDateTime "2018-05-28T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-05-28T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-08-27> tl:beginsAtDateTime "2018-08-27T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-08-27T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-24> tl:beginsAtDateTime "2018-12-24T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-24T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-25> tl:beginsAtDateTime "2018-12-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-26> tl:beginsAtDateTime "2018-12-26T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-26T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-27> tl:beginsAtDateTime "2018-12-27T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-27T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-28> tl:beginsAtDateTime "2018-12-28T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-28T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2018-12-31> tl:beginsAtDateTime "2018-12-31T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2018-12-31T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-01-01> tl:beginsAtDateTime "2019-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-04-17> tl:beginsAtDateTime "2019-04-17T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-04-17T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-04-18> tl:beginsAtDateTime "2019-04-18T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-04-18T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-04-19> tl:beginsAtDateTime "2019-04-19T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-04-19T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-04-22> tl:beginsAtDateTime "2019-04-22T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-04-22T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2019-05-06> tl:beginsAtDateTime "2019-05-06T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-05-06T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Early May Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2019-05-27> tl:beginsAtDateTime "2019-05-27T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-05-27T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Spring Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2019-08-26> tl:beginsAtDateTime "2019-08-26T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-08-26T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Summer Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2019-12-25> tl:beginsAtDateTime "2019-12-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-12-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Christmas Day" .

<http://id.southampton.ac.uk/academic-day/2019-12-26> tl:beginsAtDateTime "2019-12-26T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2019-12-26T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Boxing Day" .

<http://id.southampton.ac.uk/academic-day/2020-01-01> tl:beginsAtDateTime "2020-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-04-09> tl:beginsAtDateTime "2020-04-09T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-04-09T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-04-10> tl:beginsAtDateTime "2020-04-10T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-04-10T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-04-13> tl:beginsAtDateTime "2020-04-13T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-04-13T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-04-14> tl:beginsAtDateTime "2020-04-14T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-04-14T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-05-08> tl:beginsAtDateTime "2020-05-08T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-05-08T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Early May Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2020-05-25> tl:beginsAtDateTime "2020-05-25T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-05-25T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Spring Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2020-08-31> tl:beginsAtDateTime "2020-08-31T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-08-31T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Summer Bank Holiday" .

<http://id.southampton.ac.uk/academic-day/2020-12-24> tl:beginsAtDateTime "2020-12-24T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-24T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-12-25> tl:beginsAtDateTime "2020-12-25T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-25T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Christmas Day" .

<http://id.southampton.ac.uk/academic-day/2020-12-28> tl:beginsAtDateTime "2020-12-28T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-28T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay ;
                                                      rdfs:label "Boxing Day" .

<http://id.southampton.ac.uk/academic-day/2020-12-29> tl:beginsAtDateTime "2020-12-29T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-29T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-12-30> tl:beginsAtDateTime "2020-12-30T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-30T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2020-12-31> tl:beginsAtDateTime "2020-12-31T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2020-12-31T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2021-01-01> tl:beginsAtDateTime "2021-01-01T00:00:00+00:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2021-01-01T23:59:59+00:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2021-04-02> tl:beginsAtDateTime "2021-04-02T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2021-04-02T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2021-04-05> tl:beginsAtDateTime "2021-04-05T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2021-04-05T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2021-04-06> tl:beginsAtDateTime "2021-04-06T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2021-04-06T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://id.southampton.ac.uk/academic-day/2021-04-07> tl:beginsAtDateTime "2021-04-07T00:00:00+01:00"^^<xsl:dateTime> ;
                                                      tl:endsAtDateTime "2021-04-07T23:59:59+01:00"^^<xsl:dateTime> ;
                                                      rdf:type soton:AcademicDay ,
                                                               soton:UniversityClosureDay .

<http://whatweekisit.soton.ac.uk/2024-08-01.ttl> foaf:primaryTopic <http://id.southampton.ac.uk/academic-day/2024-08-01> .

<http://id.southampton.ac.uk/academic-day/2024-08-01> rdf:type soton:AcademicDay ;
                                                      tl:beginsAtDateTime "2024-08-01T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                      tl:endsAtDateTime "2024-08-01T23:59:59+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/academic-week/2024-44> tl:contains <http://id.southampton.ac.uk/academic-day/2024-08-01> ;
                                                    rdf:type soton:AcademicWeek .