@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns3: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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/34-3011> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "34 / 3011" ;
                                           ns2:within <http://id.southampton.ac.uk/building/34> ,
                                                      <http://id.southampton.ac.uk/floor/34-3> ;
                                           dcterms:description "Common Learning Space: Seminar Room" ;
                                           skos:notation "34-3011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_SMA> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_SYM> ;
                                           oo:capacity "28"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3011" .

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

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

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

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

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

<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/003403011/RSC-_SMA> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SMA ;
                                                                       rdfs:label "Smartboard in 34 / 3011" .

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

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

<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/003403011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 34 / 3011" .

<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/003403011/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                                            ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29 ;
                                                                                                                                                                                                   rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates) in 34 / 3011" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type rdfs:Class ,
                                                                                                                                                                                             ns1:RoomFeatureClass ;
                                                                                                                                                                                    rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates)" ;
                                                                                                                                                                                    rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                                          ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29 ;
                                                                                                                                                                                                 rdfs:label "RSC- ACCESS - AUDIENCE (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates) in 34 / 3011" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type rdfs:Class ,
                                                                                                                                                                                           ns1:RoomFeatureClass ;
                                                                                                                                                                                  rdfs:label "RSC- ACCESS - AUDIENCE (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates)" ;
                                                                                                                                                                                  rdfs:subClassOf oo:Feature .

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

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

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

<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/003403011/RSC-_DVDPC> rdf:type ns1:RoomFeature ,
                                                                                  ns3:RSC-_DVDPC ;
                                                                         rdfs:label "DVD playback via PC in 34 / 3011" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/003403011/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 34 / 3011" .

<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 .

<https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              ns4:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "6467214"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "57432"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "40335"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "25976"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "13805"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "9131"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "5140"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "2247"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "1253"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "168830"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "123421"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "44178"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "17665"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "9466"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "9052"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/34-3011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/34-3011> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:description "Floor 3 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/34-3011-POI-LCTSPC.JPG#creator> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/34-3011-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 "7692"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "30/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260307100000/20260307100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 7th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260307100000/20260307100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260307100000/20260307100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-07T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-07T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260308100000/20260308100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-08T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-08T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260309180000/20260309180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-09T23:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-09T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260310090000/20260310090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-10T11: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/34-3011/20260310110000/20260310110000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 11:00am to 12:00pm on 10th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260310110000/20260310110000#time> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260311090000/20260311090000#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-11T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260311180000/20260311180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-11T23:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-11T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260312180000/20260312180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-12T23: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/34-3011/20260313090000/20260313090000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 9:00am to 4:00pm on 13th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260313090000/20260313090000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260313090000/20260313090000#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-13T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260314100000/20260314100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 14th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260314100000/20260314100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260314100000/20260314100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-14T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-14T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260315100000/20260315100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 15th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260315100000/20260315100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260315100000/20260315100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-15T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-15T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260316120000/20260316120000#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-16T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260316160000/20260316160000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-16T18: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/34-3011/20260316180000/20260316180000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 6:00pm to 11:00pm on 16th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260316180000/20260316180000#time> .

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260318180000/20260318180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-18T23:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-18T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260320090000/20260320090000#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-20T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260321100000/20260321100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 21st March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260321100000/20260321100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260321100000/20260321100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-21T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-21T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260322100000/20260322100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 22nd March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260322100000/20260322100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260322100000/20260322100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-22T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-22T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260328100000/20260328100000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 28th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260328100000/20260328100000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260328100000/20260328100000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-28T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-28T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260329090000/20260329090000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 8:00pm on 29th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260329090000/20260329090000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260329090000/20260329090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-29T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-29T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260310180000/20260310180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-10T22:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-10T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260317180000/20260317180000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-17T22:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-17T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260410130000/20260410130000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-10T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-10T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260414080000/20260414080000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-14T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-14T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260312110000/20260312110000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-12T12: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/34-3011/20260311140000/20260311140000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 2:00pm to 6:00pm on 11th March" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260311140000/20260311140000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260311140000/20260311140000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-03-11T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-03-11T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260312090000/20260312090000#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-12T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260418090000/20260418090000> ns5:place <http://id.southampton.ac.uk/room/34-3011> ;
                                                                            rdf:type ns5:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 34/3011 booked from 10:00am to 10:00pm on 18th April" ;
                                                                            ns5:time <http://id.southampton.ac.uk/ttevent/34-3011/20260418090000/20260418090000#time> .

<http://id.southampton.ac.uk/ttevent/34-3011/20260418090000/20260418090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-18T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-18T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260419090000/20260419090000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-19T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-19T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/34-3011/20260420170000/20260420170000#time> rdf:type ns6:Interval ;
                                                                                 ns6:end "2026-04-20T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns6:start "2026-04-20T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .