@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns3: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/135-2007> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "SJM 135 / 2007 LT 1" ;
                                            ns2:within <http://id.southampton.ac.uk/building/135> ,
                                                       <http://id.southampton.ac.uk/floor/135-2> ;
                                            dcterms:description "Common Learning Space: Lecture Theatre 1" ;
                                            skos:notation "135-2007"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/013502007/RSC-_SCREEN> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/013502007/RSC-_LB> ;
                                            oo:capacity "194"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "2007 LT 1" .

<http://id.southampton.ac.uk/building/135> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Sir James Matthews Building" .

<http://id.southampton.ac.uk/floor/135-2> rdf:type ns0:Floor ;
                                          rdfs:label "Floor 2, Building 135" .

<http://id.southampton.ac.uk/syllabus/room-feature/013502007/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in SJM 135 / 2007 LT 1" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SCREEN> rdf:type rdfs:Class ,
                                                                    ns1:RoomFeatureClass ;
                                                           rdfs:label "Screen" ;
                                                           rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/013502007/RSC-_LB> rdf:type ns1:RoomFeature ,
                                                                               ns3:RSC-_LB ;
                                                                      rdfs:label "Lectern in SJM 135 / 2007 LT 1" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LB> rdf:type rdfs:Class ,
                                                                ns1:RoomFeatureClass ;
                                                       rdfs:label "Lectern" ;
                                                       rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/ttevent/135-2007/20260601080000/20260601080000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 9:00am to 4:00pm on 1st June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260601080000/20260601080000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260601080000/20260601080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-01T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260603070000/20260603070000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 8:00am to 6:00pm on 3rd June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260603070000/20260603070000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260603070000/20260603070000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-03T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-03T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260605080000/20260605080000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 9:00am to 12:00am on 5th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260605080000/20260605080000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260605080000/20260605080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-06T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-05T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260605230000/20260605230000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 12:00am to 12:00am on 6th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260605230000/20260605230000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260605230000/20260605230000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-07T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-06T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260606230000/20260606230000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 12:00am to 6:00pm on 7th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260606230000/20260606230000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260606230000/20260606230000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-07T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-07T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260608080000/20260608080000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 9:00am to 6:00pm on 8th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260608080000/20260608080000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260608080000/20260608080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-08T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-08T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260521080000/20260521080000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 9:00am to 5:00pm on 21st May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260521080000/20260521080000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260521080000/20260521080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-21T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-21T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260528150000/20260528150000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 4:00pm to 9:00pm on 28th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260528150000/20260528150000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260528150000/20260528150000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-28T21:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-28T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260623110000/20260623110000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 12:00pm to 3:00pm on 23rd June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260623110000/20260623110000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260623110000/20260623110000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-23T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-06-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260522130000/20260522130000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 2:00pm to 4:00pm on 22nd May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260522130000/20260522130000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260522130000/20260522130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-22T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260701080000/20260701080000> ns4:place <http://id.southampton.ac.uk/room/135-2007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/2007 booked from 9:00am to 1:00pm on 1st July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-2007/20260701080000/20260701080000#time> .

<http://id.southampton.ac.uk/ttevent/135-2007/20260701080000/20260701080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-01T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .