@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns3: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns4: <http://id.southampton.ac.uk/syllabus/feature/> .

<http://id.southampton.ac.uk/room/2-2033> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "02 / 2033 (L/R E)" ;
                                          ns2:within <http://id.southampton.ac.uk/floor/2-2> ,
                                                     <http://id.southampton.ac.uk/building/2> ;
                                          dcterms:description "Music Room" ;
                                          skos:notation "2-2033"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          geo:lat "50.93644047"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39807225"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/02-2033> ;
                                          ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1000/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/600/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/400/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/300/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/200/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/100/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/50/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1920/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1600/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800x600/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/480x297/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/320x198/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/240x260/2-2033-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/220x220/2-2033-E1-INS.JPG> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/000202033/RSC-_SEATS_MOVEABLE> ;
                                          dcterms:spatial "POLYGON((-1.3981243436 50.9364127915,-1.3980929924 50.9364558719,-1.3980720617 50.9364849695,-1.3980571497 50.9364798746,-1.3980196899 50.9364684959,-1.3980417885 50.9364386624,-1.3980482563 50.9364294915,-1.3980731397 50.9363958084,-1.3981243436 50.9364127915))" ;
                                          oo:capacity "16"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "2033 (Lecture Room E)" .

<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-2033-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-INS.JPG#creator> ;
                                                                         ns3:height "3974"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5961"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "3480542"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/000202033/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns4:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 02 / 2033 (L/R E)" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         ns3:height "3957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5936"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2893718"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5001263583523"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                          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-2033-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "57714"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "39635"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-E1-OUT.JPG> ;
                                                                         ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "24298"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "12935"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-E1-OUT.JPG> ;
                                                                         ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "7946"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "4508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                         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-2033-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "2015"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                        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-2033-E1-OUT.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "1149"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                          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-2033-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-E1-OUT.JPG> ;
                                                                          ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "178381"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                          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-2033-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "129886"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "45920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "15847"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "8408"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "9435"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2033-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "7550"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             ns3:height "3966"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "5949"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "2819768"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                              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-2033-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "44012"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "30918"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "19784"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "11046"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "7325"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "4371"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                             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-2033-POI-LCTSPC.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "1969"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                            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-2033-POI-LCTSPC.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "1125"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                              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-2033-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "135560"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                              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-2033-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "96634"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                                 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-2033-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "34498"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                                 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-2033-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "13705"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                                 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-2033-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "7756"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                                 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-2033-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "7939"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/2-2033-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/2-2033> ;
                                                                                 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-2033-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/2-2033-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 "6548"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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