@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 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/location-feature/> .
@prefix ns4: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns5: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns6: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/4-2057> rdf:type ns0:Room ,
                                                   ns1:CentrallyBookableSyllabusLocation ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "4 / 2057" ,
                                                     "04 / 2007" ;
                                          ns2:within <http://id.southampton.ac.uk/building/4> ,
                                                     <http://id.southampton.ac.uk/floor/4-2> ;
                                          dcterms:description "Common Learning Space" ;
                                          skos:notation "4-2057"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/04-2057> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID304181> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_VIS> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_SMA> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_BENCH_PC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_LAP> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_WHITEBOARD> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_SEATS_MOVEABLE> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_WIRELESS_NETWORK> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_DVDPC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000402057/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ;
                                          ns1:roomNumber "2057" ;
                                          oo:capacity "22"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "2007" .

<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-2> rdf:type ns0:Floor ;
                                        rdfs:label "Building 4 / Level 2" ,
                                                   "Floor 2, Building 4" .

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

<http://id.southampton.ac.uk/mfd/PR-ID304181> rdf:type ns3:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID304181" .

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

<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/syllabus/room-feature/000402057/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_VIS ;
                                                                       rdfs:label "Video overhead projector (Video OHP) in 04 / 2007" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_VIS> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Video overhead projector (Video OHP)" ;
                                                        rdfs:subClassOf oo:Feature .

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

<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/000402057/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns4:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 04 / 2007" .

<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/000402057/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 04 / 2007" .

<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/000402057/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                ns4: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 / 2007" .

<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/000402057/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns4:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 04 / 2007" .

<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/000402057/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns4:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 04 / 2007" .

<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/000402057/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns4:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 04 / 2007" .

<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/000402057/RSC-_DVDPC> rdf:type ns1:RoomFeature ,
                                                                                  ns4:RSC-_DVDPC ;
                                                                         rdfs:label "DVD playback via PC in 04 / 2007" .

<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/000402057/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns4: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 / 2007" .

<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/ttevent/4-2057/20260313090000/20260313090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 11:00am on 13th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260313090000/20260313090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313090000/20260313090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-13T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-13T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313110000/20260313110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 12:00pm on 13th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260313110000/20260313110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313110000/20260313110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-13T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-13T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313120000/20260313120000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 12:00pm to 2:00pm on 13th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260313120000/20260313120000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313120000/20260313120000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-13T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-13T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313140000/20260313140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 4:00pm on 13th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260313140000/20260313140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313140000/20260313140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-13T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-13T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313160000/20260313160000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 4:00pm to 6:00pm on 13th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260313160000/20260313160000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260313160000/20260313160000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-13T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-13T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316100000/20260316100000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 10:00am to 12:00pm on 16th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260316100000/20260316100000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316100000/20260316100000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-16T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-16T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316140000/20260316140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 3:00pm on 16th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260316140000/20260316140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316140000/20260316140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-16T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-16T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317090000/20260317090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 11:00am on 17th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260317090000/20260317090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317090000/20260317090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-17T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-17T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317130000/20260317130000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 1:00pm to 2:00pm on 17th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260317130000/20260317130000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317130000/20260317130000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-17T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-17T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317150000/20260317150000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 5:00pm on 17th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260317150000/20260317150000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260317150000/20260317150000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-17T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-17T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318140000/20260318140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 3:00pm on 18th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260318140000/20260318140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318140000/20260318140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-18T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-18T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318150000/20260318150000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 4:00pm on 18th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260318150000/20260318150000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318150000/20260318150000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-18T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-18T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260319100000/20260319100000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-19T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-19T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319120000/20260319120000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 12:00pm to 2:00pm on 19th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260319120000/20260319120000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319120000/20260319120000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-19T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-19T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319140000/20260319140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 3:00pm on 19th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260319140000/20260319140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319140000/20260319140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-19T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-19T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319150000/20260319150000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 5:00pm on 19th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260319150000/20260319150000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260319150000/20260319150000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-19T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-19T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320090000/20260320090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 11:00am on 20th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260320090000/20260320090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320090000/20260320090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-20T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-20T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320110000/20260320110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 12:00pm on 20th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260320110000/20260320110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320110000/20260320110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-20T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-20T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320120000/20260320120000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 12:00pm to 2:00pm on 20th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260320120000/20260320120000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320120000/20260320120000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-20T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-20T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320140000/20260320140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 4:00pm on 20th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260320140000/20260320140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260320140000/20260320140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-20T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-20T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260320160000/20260320160000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-20T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-20T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260323090000/20260323090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 4:00pm on 23rd March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260323090000/20260323090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260323090000/20260323090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-23T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-23T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260327090000/20260327090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 5:00pm on 27th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260327090000/20260327090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260327090000/20260327090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-27T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-27T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260326110000/20260326110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 12:00pm on 26th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260326110000/20260326110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260326110000/20260326110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-26T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-26T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421080000/20260421080000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 11:00am on 21st April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260421080000/20260421080000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421080000/20260421080000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-21T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-21T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421100000/20260421100000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 1:00pm on 21st April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260421100000/20260421100000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421100000/20260421100000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-21T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-21T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260421120000/20260421120000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-21T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-21T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421140000/20260421140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 5:00pm on 21st April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260421140000/20260421140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421140000/20260421140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-21T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-21T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421160000/20260421160000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 5:00pm to 8:00pm on 21st April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260421160000/20260421160000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260421160000/20260421160000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-21T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-21T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260422130000/20260422130000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 3:00pm on 22nd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260422130000/20260422130000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260422130000/20260422130000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-22T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260422140000/20260422140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 4:00pm on 22nd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260422140000/20260422140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260422140000/20260422140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260422150000/20260422150000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-22T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318110000/20260318110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 1:00pm on 18th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260318110000/20260318110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260318110000/20260318110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-18T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-18T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423090000/20260423090000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 10:00am to 12:00pm on 23rd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260423090000/20260423090000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423090000/20260423090000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423110000/20260423110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 12:00pm to 2:00pm on 23rd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260423110000/20260423110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423110000/20260423110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-23T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423130000/20260423130000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 3:00pm on 23rd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260423130000/20260423130000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423130000/20260423130000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-23T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-23T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316130000/20260316130000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 1:00pm to 2:00pm on 16th March" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260316130000/20260316130000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260316130000/20260316130000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-03-16T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-03-16T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424080000/20260424080000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 9:00am to 11:00am on 24th April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260424080000/20260424080000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424080000/20260424080000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-24T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-24T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424100000/20260424100000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 11:00am to 12:00pm on 24th April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260424100000/20260424100000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424100000/20260424100000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-24T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424110000/20260424110000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 12:00pm to 2:00pm on 24th April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260424110000/20260424110000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424110000/20260424110000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424130000/20260424130000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 2:00pm to 4:00pm on 24th April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260424130000/20260424130000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260424130000/20260424130000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-24T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260424150000/20260424150000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-24T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-24T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/4-2057/20260423140000/20260423140000> ns5:place <http://id.southampton.ac.uk/room/4-2057> ;
                                                                           rdf:type ns5:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 4/2057 booked from 3:00pm to 6:00pm on 23rd April" ;
                                                                           ns5:time <http://id.southampton.ac.uk/ttevent/4-2057/20260423140000/20260423140000#time> .

<http://id.southampton.ac.uk/ttevent/4-2057/20260423140000/20260423140000#time> rdf:type ns6:Interval ;
                                                                                ns6:end "2026-04-23T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns6:start "2026-04-23T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .