@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@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/4-4051> rdf:type ns0:Room ,
                                                   ns1:CentrallyBookableSyllabusLocation ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "Seminar Room" ,
                                                     "04 / 4051" ;
                                          ns2:within <http://id.southampton.ac.uk/building/4> ,
                                                     <http://id.southampton.ac.uk/floor/4-4> ;
                                          dcterms:description "Common Learning Space: No writing surface" ;
                                          skos:notation "4-4051"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0404051A.jpg> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0404051B.jpg> ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/04-4051> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_WHITEBOARD> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_SMA> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_SEATS_MOVEABLE> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_WIRELESS_NETWORK> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_LAP> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_BENCH_PC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DVDPC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ;
                                          oo:capacity "18"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "4051" .

<http://id.southampton.ac.uk/building/4> rdf:type ns0:Building ,
                                                  ns1:UoSBuilding ;
                                         rdfs:label "Law" ;
                                         geo:lat "50.93605"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-4-law> ;
                                         geo:long "-1.39772"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 04 / 4051" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_SMA> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SMA ;
                                                                       rdfs:label "Smartboard in 04 / 4051" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                       rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 04 / 4051" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                                 ns1:RoomFeatureClass ;
                                                                                                                                                        rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                     rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 04 / 4051" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                               ns1:RoomFeatureClass ;
                                                                                                                                                      rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                      rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 04 / 4051" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 04 / 4051" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 04 / 4051" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LAP> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Network connection for laptops" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 04 / 4051" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DVDPC> rdf:type ns1:RoomFeature ,
                                                                                  ns3:RSC-_DVDPC ;
                                                                         rdfs:label "DVD playback via PC in 04 / 4051" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DVDPC> rdf:type rdfs:Class ,
                                                                   ns1:RoomFeatureClass ;
                                                          rdfs:label "DVD playback via PC" ;
                                                          rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000404051/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 04 / 4051" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type rdfs:Class ,
                                                                                              ns1:RoomFeatureClass ;
                                                                                     rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/ttevent/4-4051/20260918080000/20260918080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 18th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260918080000/20260918080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260918080000/20260918080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-18T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-18T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260921120000/20260921120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 4:00pm on 21st September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260921120000/20260921120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260921120000/20260921120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-21T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-21T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923080000/20260923080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 23rd September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260923080000/20260923080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923080000/20260923080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-23T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-23T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923100000/20260923100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 23rd September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260923100000/20260923100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923100000/20260923100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-23T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923110000/20260923110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 6:00pm on 23rd September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260923110000/20260923110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260923110000/20260923110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-23T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924110000/20260924110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 1:00pm on 24th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260924110000/20260924110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924110000/20260924110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-24T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924150000/20260924150000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 4:00pm to 5:00pm on 24th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260924150000/20260924150000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924150000/20260924150000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-24T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-24T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924160000/20260924160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 24th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260924160000/20260924160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924160000/20260924160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-24T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-24T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925100000/20260925100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 1:00pm on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925100000/20260925100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925100000/20260925100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-25T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925120000/20260925120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925120000/20260925120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925120000/20260925120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-25T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925140000/20260925140000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 3:00pm to 5:00pm on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925140000/20260925140000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925140000/20260925140000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-25T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925160000/20260925160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925160000/20260925160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925160000/20260925160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-25T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925170000/20260925170000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 6:00pm to 12:00am on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925170000/20260925170000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925170000/20260925170000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-26T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260926000000/20260926000000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00am to 12:00am on 26th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260926000000/20260926000000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260926000000/20260926000000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-26T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260927000000/20260927000000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00am to 12:00am on 27th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260927000000/20260927000000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260927000000/20260927000000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-27T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260929120000/20260929120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 29th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260929120000/20260929120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260929120000/20260929120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-29T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-29T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930100000/20260930100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 30th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260930100000/20260930100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930100000/20260930100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-30T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-30T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930130000/20260930130000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 2:00pm to 6:00pm on 30th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260930130000/20260930130000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930130000/20260930130000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-30T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-4051/20261001080000/20261001080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001110000/20261001110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 1:00pm on 1st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261001110000/20261001110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001110000/20261001110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001120000/20261001120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 1st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261001120000/20261001120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001120000/20261001120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001150000/20261001150000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 4:00pm to 5:00pm on 1st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261001150000/20261001150000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001150000/20261001150000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001160000/20261001160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 1st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261001160000/20261001160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001160000/20261001160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261002160000/20261002160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 2nd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261002160000/20261002160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261002160000/20261002160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-02T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-02T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261005120000/20261005120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 4:00pm on 5th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261005120000/20261005120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261005120000/20261005120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-05T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-05T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261007100000/20261007100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 7th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261007100000/20261007100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261007100000/20261007100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-07T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-07T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261007130000/20261007130000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 2:00pm to 6:00pm on 7th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261007130000/20261007130000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261007130000/20261007130000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-07T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-07T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008110000/20261008110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 1:00pm on 8th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261008110000/20261008110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008110000/20261008110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-08T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008120000/20261008120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 8th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261008120000/20261008120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008120000/20261008120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-08T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-08T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008150000/20261008150000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 4:00pm to 5:00pm on 8th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261008150000/20261008150000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008150000/20261008150000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-08T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-08T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008160000/20261008160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 8th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261008160000/20261008160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008160000/20261008160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-08T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-08T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001100000/20261001100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 1st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261001100000/20261001100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261001100000/20261001100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-01T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-01T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261009160000/20261009160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 9th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261009160000/20261009160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261009160000/20261009160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-09T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261009170000/20261009170000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 6:00pm to 12:00am on 9th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261009170000/20261009170000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261009170000/20261009170000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-10T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261010000000/20261010000000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00am to 12:00am on 10th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261010000000/20261010000000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261010000000/20261010000000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-11T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-10T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930120000/20260930120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 2:00pm on 30th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260930120000/20260930120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260930120000/20260930120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-30T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261011000000/20261011000000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00am to 12:00am on 11th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261011000000/20261011000000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261011000000/20261011000000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-12T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-11T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261014100000/20261014100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 14th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261014100000/20261014100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261014100000/20261014100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-14T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-14T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261014130000/20261014130000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 2:00pm to 6:00pm on 14th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261014130000/20261014130000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261014130000/20261014130000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-14T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-14T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015110000/20261015110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 1:00pm on 15th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261015110000/20261015110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015110000/20261015110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-15T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015120000/20261015120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 15th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261015120000/20261015120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015120000/20261015120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-15T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-15T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015150000/20261015150000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 4:00pm to 5:00pm on 15th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261015150000/20261015150000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015150000/20261015150000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-15T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-15T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015160000/20261015160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 15th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261015160000/20261015160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015160000/20261015160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-15T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-15T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925080000/20260925080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 25th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260925080000/20260925080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260925080000/20260925080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-25T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-25T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261016160000/20261016160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 16th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261016160000/20261016160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261016160000/20261016160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-16T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-16T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008080000/20261008080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 12:00pm on 8th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261008080000/20261008080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261008080000/20261008080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-08T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015080000/20261015080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 12:00pm on 15th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261015080000/20261015080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261015080000/20261015080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-15T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261019090000/20261019090000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 10:00am to 12:00pm on 19th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261019090000/20261019090000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261019090000/20261019090000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-19T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-19T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261019110000/20261019110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 6:00pm on 19th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261019110000/20261019110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261019110000/20261019110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-19T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-19T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261020110000/20261020110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 6:00pm on 20th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261020110000/20261020110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261020110000/20261020110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-20T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-20T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261021100000/20261021100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 12:00pm on 21st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261021100000/20261021100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261021100000/20261021100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-21T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-21T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261021130000/20261021130000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 2:00pm to 6:00pm on 21st October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261021130000/20261021130000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261021130000/20261021130000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-21T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-21T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022080000/20261022080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 22nd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261022080000/20261022080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022080000/20261022080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022110000/20261022110000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 12:00pm to 1:00pm on 22nd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261022110000/20261022110000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022110000/20261022110000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-4051/20261022150000/20261022150000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-22T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022160000/20261022160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 22nd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261022160000/20261022160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261022160000/20261022160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-22T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-22T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260922160000/20260922160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 22nd September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260922160000/20260922160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260922160000/20260922160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-22T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-22T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924120000/20260924120000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 24th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260924120000/20260924120000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260924120000/20260924120000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-24T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-24T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023080000/20261023080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 23rd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261023080000/20261023080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023080000/20261023080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-23T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-23T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023140000/20261023140000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 3:00pm to 5:00pm on 23rd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261023140000/20261023140000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023140000/20261023140000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-23T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023160000/20261023160000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 5:00pm to 6:00pm on 23rd October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261023160000/20261023160000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261023160000/20261023160000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-23T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260922100000/20260922100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 1:00pm on 22nd September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260922100000/20260922100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260922100000/20260922100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260929100000/20260929100000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 11:00am to 1:00pm on 29th September" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20260929100000/20260929100000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20260929100000/20260929100000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-09-29T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-09-29T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261012080000/20261012080000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 9:00am to 11:00am on 12th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261012080000/20261012080000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261012080000/20261012080000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-12T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-12T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261026130000/20261026130000> ns4:place <http://id.southampton.ac.uk/room/4-4051> ;
                                                                           rdf:type ns4:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/4051 booked from 1:00pm to 3:00pm on 26th October" ;
                                                                           ns4:time <http://id.southampton.ac.uk/ttevent/4-4051/20261026130000/20261026130000#time> .

<http://id.southampton.ac.uk/ttevent/4-4051/20261026130000/20261026130000#time> rdf:type ns5:Interval ;
                                                                                ns5:end "2026-10-26T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns5:start "2026-10-26T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .