@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 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://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns5: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns6: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/54-8031> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Seminar Room 8C" ,
                                                      "54 / 8031 (8C)" ;
                                           ns2:within <http://id.southampton.ac.uk/building/54> ,
                                                      <http://id.southampton.ac.uk/floor/54-8> ;
                                           dcterms:description "Common Learning Space" ;
                                           skos:notation "54-8031"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5408031A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5408031B.jpg> ;
                                           oo:access "Access is via stairs or lift (not egress standard)." ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28C%29_Lift_Not_Egress_Standard%2C_Room_Suitable_for_PEEP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_CHALKBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28C%29_Lift_Not_Egress_Standard_-_Room_Suitable_for_PEEP> ;
                                           oo:capacity "40"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "8031 (8C)" .

<http://id.southampton.ac.uk/building/54> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Mathematics" ;
                                          geo:lat "50.93628"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39884"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 54 / 8031 (8C)" .

<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/005408031/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 54 / 8031 (8C)" .

<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/005408031/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28C%29_Lift_Not_Egress_Standard%2C_Room_Suitable_for_PEEP> rdf:type ns1:RoomFeature ,
                                                                                                                                                                  ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28C%29_Lift_Not_Egress_Standard%2C_Room_Suitable_for_PEEP ;
                                                                                                                                                         rdfs:label "RSC- ACCESS - AUDIENCE (C) Lift Not Egress Standard - Room Suitable for PEEP in 54 / 8031 (8C)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28C%29_Lift_Not_Egress_Standard%2C_Room_Suitable_for_PEEP> rdf:type rdfs:Class ,
                                                                                                                                                   ns1:RoomFeatureClass ;
                                                                                                                                          rdfs:label "RSC- ACCESS - AUDIENCE (C) Lift Not Egress Standard - Room Suitable for PEEP" ;
                                                                                                                                          rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_CHALKBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_CHALKBOARD ;
                                                                              rdfs:label "Chalk board in 54 / 8031 (8C)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 54 / 8031 (8C)" .

<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/005408031/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 54 / 8031 (8C)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SYM> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Sympodium (Smartscreen for the PC)" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 54 / 8031 (8C)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005408031/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 54 / 8031 (8C)" .

<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/005408031/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28C%29_Lift_Not_Egress_Standard_-_Room_Suitable_for_PEEP> rdf:type ns1:RoomFeature ,
                                                                                                                                                                   ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28C%29_Lift_Not_Egress_Standard_-_Room_Suitable_for_PEEP ;
                                                                                                                                                          rdfs:label "RSC- ACCESS - INSTRUCTOR (C) Lift Not Egress Standard - Room Suitable for PEEP in 54 / 8031 (8C)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28C%29_Lift_Not_Egress_Standard_-_Room_Suitable_for_PEEP> rdf:type rdfs:Class ,
                                                                                                                                                    ns1:RoomFeatureClass ;
                                                                                                                                           rdfs:label "RSC- ACCESS - INSTRUCTOR (C) Lift Not Egress Standard - Room Suitable for PEEP" ;
                                                                                                                                           rdfs:subClassOf oo:Feature .

<https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              ns4:height "3891"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "5836"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "2637056"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.4998714983295"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Above floor 8 lecturer space" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                               ns4:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:fileSize "62006"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "42331"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "26096"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "13700"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "8669"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "4853"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Above floor 8 lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                              ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "2122"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/50/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Above floor 8 lecturer space" ;
                                                                             dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                             ns4:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "1220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Above floor 8 lecturer space" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                               ns4:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:fileSize "187208"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Above floor 8 lecturer space" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                               ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:fileSize "137725"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Above floor 8 lecturer space" ;
                                                                                  dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                                  ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:fileSize "46104"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/480x297/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Above floor 8 lecturer space" ;
                                                                                  dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                                  ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:fileSize "17535"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/320x198/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Above floor 8 lecturer space" ;
                                                                                  dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                                  ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:fileSize "9180"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/240x260/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Above floor 8 lecturer space" ;
                                                                                  dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                                  ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:fileSize "8412"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/220x220/54-8031-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/54-8031> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Above floor 8 lecturer space" ;
                                                                                  dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/54-8031-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/54-8031-POI-LCTSPC.JPG> ;
                                                                                  ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:fileSize "7066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/54-8031-POI-LCTSPC.JPG#creator> rdf:type foaf:Agent .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260310090000/20260310090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-10T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-10T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260310120000/20260310120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-10T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-10T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260310130000/20260310130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-10T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-10T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260311090000/20260311090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-11T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-11T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260311100000/20260311100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-11T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-11T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260311130000/20260311130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-11T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-11T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260312100000/20260312100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-12T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-12T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260313130000/20260313130000#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-13T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260316160000/20260316160000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-16T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-16T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260316180000/20260316180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-16T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-16T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260317090000/20260317090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-17T10: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/54-8031/20260317110000/20260317110000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 11:00am to 1:00pm on 17th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260317110000/20260317110000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260317130000/20260317130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-17T15: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/54-8031/20260317150000/20260317150000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 3:00pm to 5:00pm on 17th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260317150000/20260317150000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/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/54-8031/20260318110000/20260318110000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 11:00am to 12:00pm on 18th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260318110000/20260318110000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260318110000/20260318110000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-18T12: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/54-8031/20260318120000/20260318120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 12:00pm to 1:00pm on 18th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260318120000/20260318120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260318120000/20260318120000#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-18T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260318130000/20260318130000#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-18T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260319100000/20260319100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-19T11: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/54-8031/20260319130000/20260319130000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 2:00pm on 19th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260319130000/20260319130000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260319130000/20260319130000#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-19T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/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/54-8031/20260319160000/20260319160000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 4:00pm to 6:00pm on 19th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260319160000/20260319160000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260320090000/20260320090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-20T10: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/54-8031/20260320120000/20260320120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 12:00pm to 1:00pm on 20th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260320120000/20260320120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260320120000/20260320120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-20T13: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/54-8031/20260320130000/20260320130000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 2:00pm on 20th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260320130000/20260320130000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260320130000/20260320130000#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-20T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/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/54-8031/20260324130000/20260324130000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 3:00pm on 24th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260324130000/20260324130000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260324130000/20260324130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-24T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-24T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260325130000/20260325130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-25T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-25T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260326080000/20260326080000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-27T00:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-26T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260327000000/20260327000000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 12:00am to 6:00pm on 27th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260327000000/20260327000000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260327000000/20260327000000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-27T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-27T00:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260331120000/20260331120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 3:00pm on 31st March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260331120000/20260331120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260331120000/20260331120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-31T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-31T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260401120000/20260401120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-01T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-01T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260314120000/20260314120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 12:00pm to 7:00pm on 14th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260314120000/20260314120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260314120000/20260314120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-14T19:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-14T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260312180000/20260312180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-12T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-12T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260420150000/20260420150000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-20T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-20T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260421080000/20260421080000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-21T10: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/54-8031/20260421120000/20260421120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 3:00pm on 21st April" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260421120000/20260421120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260421120000/20260421120000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-21T15: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/54-8031/20260421140000/20260421140000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 3:00pm to 5:00pm on 21st April" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260421140000/20260421140000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/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/54-8031/20260422100000/20260422100000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 11:00am to 1:00pm on 22nd April" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260422100000/20260422100000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260422120000/20260422120000#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-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260422140000/20260422140000#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-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260423090000/20260423090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-23T11: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/54-8031/20260423120000/20260423120000> ns5:place <http://id.southampton.ac.uk/room/54-8031> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/8031 booked from 1:00pm to 2:00pm on 23rd April" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/54-8031/20260423120000/20260423120000#time> .

<http://id.southampton.ac.uk/ttevent/54-8031/20260423120000/20260423120000#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-23T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260423140000/20260423140000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-23T16: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> .

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

<http://id.southampton.ac.uk/ttevent/54-8031/20260423150000/20260423150000#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-23T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .