@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns3: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns4: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns5: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns6: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns7: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/2-2063> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "Bookable Workstation" ,
                                                     "2 / 2063" ,
                                                     "02 / 2063 (Mac Computer Workstation)" ;
                                          ns2:within <http://id.southampton.ac.uk/floor/2-2> ,
                                                     <http://id.southampton.ac.uk/building/2> ;
                                          dcterms:description "CLS Computer Workstation: Music Cluster: MAC Cluster" ;
                                          skos:notation "2-2063"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0202063A.jpg> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0202063B.jpg> ;
                                          oo:access "The room is located at the southern end of Building 02." ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/02-2063> ;
                                          ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/600/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/400/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/300/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/200/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/100/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/50/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-E1-INS.JPG> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297885> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000202063/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000202063/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                          ns1:roomNumber "2063" ;
                                          oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "2063 (Mac Computer Workstation)" .

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         ns3:height "3916"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5873"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2638937"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.4997446373851"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          dcterms:description "Floor 2 entrance" ;
                                                                          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/2-2063-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                          ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "74568"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "51730"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "32363"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "16765"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "10849"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "5898"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         dcterms:description "Floor 2 entrance" ;
                                                                         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/2-2063-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                         ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2426"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                        foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                        dcterms:description "Floor 2 entrance" ;
                                                                        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/2-2063-E1-INS.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                        ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:fileSize "1271"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          dcterms:description "Floor 2 entrance" ;
                                                                          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/2-2063-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                          ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "213648"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          dcterms:description "Floor 2 entrance" ;
                                                                          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/2-2063-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                          ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "159353"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             dcterms:description "Floor 2 entrance" ;
                                                                             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/2-2063-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                             ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "57441"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             dcterms:description "Floor 2 entrance" ;
                                                                             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/2-2063-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                             ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "21727"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             dcterms:description "Floor 2 entrance" ;
                                                                             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/2-2063-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                             ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "11363"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             dcterms:description "Floor 2 entrance" ;
                                                                             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/2-2063-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                             ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "11513"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             dcterms:description "Floor 2 entrance" ;
                                                                             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/2-2063-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG> ;
                                                                             ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "9481"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/000202063/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                    ns5:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                           rdfs:label "RSC- ACCESS - INSTRUCTOR (A) Ground Floor Room Fully Accessible in 02 / 2063 (Mac Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type rdfs:Class ,
                                                                                                                                     ns1:RoomFeatureClass ;
                                                                                                                            rdfs:label "RSC- ACCESS - INSTRUCTOR (A) Ground Floor Room Fully Accessible" ;
                                                                                                                            rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000202063/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                  ns5:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                         rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible in 02 / 2063 (Mac Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type rdfs:Class ,
                                                                                                                                   ns1:RoomFeatureClass ;
                                                                                                                          rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible" ;
                                                                                                                          rdfs:subClassOf oo:Feature .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-E1-INS.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "7723953"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 2 door" ;
                                                                          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/2-2063-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                          ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "71622"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "48139"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "28550"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "14392"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "8949"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "4905"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 2 door" ;
                                                                         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/2-2063-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                         ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2172"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "Floor 2 door" ;
                                                                        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/2-2063-E1-OUT.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                        ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:fileSize "1229"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 2 door" ;
                                                                          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/2-2063-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                          ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "228702"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 2 door" ;
                                                                          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/2-2063-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                          ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "166549"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 door" ;
                                                                             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/2-2063-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                             ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "56213"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 door" ;
                                                                             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/2-2063-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                             ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "18447"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 door" ;
                                                                             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/2-2063-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                             ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "9587"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 door" ;
                                                                             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/2-2063-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                             ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "10172"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 door" ;
                                                                             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/2-2063-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-E1-OUT.JPG> ;
                                                                             ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "8266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-E1-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             ns3:height "3805"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "5707"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "2356269"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.4998685939553"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                              ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:fileSize "28491"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "19473"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "12349"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "6756"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "4648"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "2788"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                             ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "1432"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                            ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "975"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                              ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:fileSize "94275"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                              ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:fileSize "65755"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "21386"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "8386"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "4688"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "4384"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 2 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/2-2063-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "3856"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         ns3:height "3916"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5873"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2651590"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.4997446373851"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back of room" ;
                                                                          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/2-2063-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                          ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "69448"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "49025"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "31007"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "16799"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "10752"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "5932"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back of room" ;
                                                                         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/2-2063-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                         ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2462"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "View from back of room" ;
                                                                        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/2-2063-VW-BCK.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                        ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:fileSize "1299"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back of room" ;
                                                                          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/2-2063-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                          ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "193253"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back of room" ;
                                                                          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/2-2063-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                          ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "145682"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             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/2-2063-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                             ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "52772"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             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/2-2063-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                             ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "21018"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             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/2-2063-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                             ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "11269"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             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/2-2063-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                             ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "10825"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             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/2-2063-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-BCK.JPG> ;
                                                                             ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "8870"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-VW-BCK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "6540146"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front of room" ;
                                                                          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/2-2063-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                          ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "70277"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "49315"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "31494"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "16534"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "10684"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "5820"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front of room" ;
                                                                         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/2-2063-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                         ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2373"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "View from front of room" ;
                                                                        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/2-2063-VW-FRT.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                        ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:fileSize "1249"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front of room" ;
                                                                          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/2-2063-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                          ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "194193"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front of room" ;
                                                                          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/2-2063-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                          ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "146254"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front of room" ;
                                                                             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/2-2063-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                             ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "55366"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front of room" ;
                                                                             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/2-2063-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                             ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "21101"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front of room" ;
                                                                             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/2-2063-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                             ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "11232"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front of room" ;
                                                                             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/2-2063-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                             ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "11688"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2063> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front of room" ;
                                                                             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/2-2063-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2063-VW-FRT.JPG> ;
                                                                             ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "9574"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "07/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2063-VW-FRT.JPG#creator> rdf:type foaf:Agent .

<http://id.southampton.ac.uk/ttevent/2-2063/20260924100000/20260924100000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 11:00am to 12:00pm on 24th September" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20260924100000/20260924100000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20260924100000/20260924100000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-24T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20260924130000/20260924130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-24T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261001130000/20261001130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-01T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-01T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261008100000/20261008100000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 11:00am to 12:00pm on 8th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261008100000/20261008100000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261008100000/20261008100000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-08T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261008130000/20261008130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-08T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-08T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261013110000/20261013110000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 12:00pm to 1:00pm on 13th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261013110000/20261013110000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261013110000/20261013110000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-13T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-13T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261013130000/20261013130000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 2:00pm to 3:00pm on 13th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261013130000/20261013130000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261013130000/20261013130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-13T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-13T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261015100000/20261015100000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 11:00am to 12:00pm on 15th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261015100000/20261015100000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261015100000/20261015100000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-15T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261015130000/20261015130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-15T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-15T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261020130000/20261020130000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 2:00pm to 3:00pm on 20th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261020130000/20261020130000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261020130000/20261020130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-20T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-20T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261022100000/20261022100000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 11:00am to 12:00pm on 22nd October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261022100000/20261022100000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261022100000/20261022100000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261022120000/20261022120000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-22T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261022130000/20261022130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-22T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20260922110000/20260922110000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 12:00pm to 1:00pm on 22nd September" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20260922110000/20260922110000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20260922110000/20260922110000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/2-2063/20260922130000/20260922130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-22T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20260929110000/20260929110000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 12:00pm to 1:00pm on 29th September" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20260929110000/20260929110000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20260929110000/20260929110000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-29T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-29T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/2-2063/20260929130000/20260929130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-09-29T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-09-29T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261006110000/20261006110000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 12:00pm to 1:00pm on 6th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261006110000/20261006110000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261006110000/20261006110000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-06T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-06T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/2-2063/20261006130000/20261006130000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-06T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-06T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261027120000/20261027120000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 12:00pm to 1:00pm on 27th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261027120000/20261027120000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261027120000/20261027120000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-27T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-27T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261027140000/20261027140000> ns6:place <http://id.southampton.ac.uk/room/2-2063> ;
                                                                           rdf:type ns6:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 2/2063 booked from 2:00pm to 3:00pm on 27th October" ;
                                                                           ns6:time <http://id.southampton.ac.uk/ttevent/2-2063/20261027140000/20261027140000#time> .

<http://id.southampton.ac.uk/ttevent/2-2063/20261027140000/20261027140000#time> rdf:type ns7:Interval ;
                                                                                ns7:end "2026-10-27T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns7:start "2026-10-27T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .