@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/6-1081> rdf:type ns0:Room ,
                                                   ns1:CentrallyBookableSyllabusLocation ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "Lecture Room B" ,
                                                     "06 / 1081 (L/R B)" ;
                                          ns2:within <http://id.southampton.ac.uk/floor/6-1> ,
                                                     <http://id.southampton.ac.uk/building/6> ;
                                          dcterms:description "Common Learning Space: Nuffield Lecture Room B" ;
                                          skos:notation "6-1081"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0601081A.jpg> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0601081B.jpg> ;
                                          geo:lat "50.93605509"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.397360376"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:access "This room is located directly off the Building 06 Foyer (Nuffield Theatre)." ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/06-1081> ;
                                          ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/400/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/200/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/100/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/50/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800x600/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/480x297/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/320x198/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/240x260/6-1081-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/220x220/6-1081-E1-INS.JPG> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_WIRELESS_NETWORK> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_WHITEBOARD> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_IND> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SCREEN> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SEATS_FIXED_FLAT> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_BENCH_PC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_LAP> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SYM> ;
                                          dcterms:spatial "POLYGON((-1.3974195255 50.9360460688,-1.3973853895 50.9360896024,-1.3973021157 50.936066109,-1.3973356228 50.9360194618,-1.3974195255 50.9360460688))" ;
                                          oo:capacity "55"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "1081 (Lecture Room B)" .

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         ns3:height "3957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5936"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "3536828"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5001263583523"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          dcterms:description "Floor 1 entrance A" ;
                                                                          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/6-1081-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "81365"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "54947"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-INS.JPG> ;
                                                                         ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "33116"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "17030"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-INS.JPG> ;
                                                                         ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "10827"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "5865"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                         foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         dcterms:description "Floor 1 entrance A" ;
                                                                         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/6-1081-E1-INS.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "2410"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                        foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                        dcterms:description "Floor 1 entrance A" ;
                                                                        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/6-1081-E1-INS.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1285"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          dcterms:description "Floor 1 entrance A" ;
                                                                          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/6-1081-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-INS.JPG> ;
                                                                          ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "251114"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          dcterms:description "Floor 1 entrance A" ;
                                                                          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/6-1081-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "182929"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             dcterms:description "Floor 1 entrance A" ;
                                                                             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/6-1081-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "62224"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             dcterms:description "Floor 1 entrance A" ;
                                                                             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/6-1081-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "22025"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             dcterms:description "Floor 1 entrance A" ;
                                                                             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/6-1081-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "11336"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             dcterms:description "Floor 1 entrance A" ;
                                                                             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/6-1081-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "10174"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/6-1081-E1-INS.JPG> rdf:type foaf:Image ;
                                                                             foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             dcterms:description "Floor 1 entrance A" ;
                                                                             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/6-1081-E1-INS.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "8508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns4:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 06 / 1081 (L/R B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns4:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 06 / 1081 (L/R B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns4:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 06 / 1081 (L/R B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type rdfs:Class ,
                                                                                              ns1:RoomFeatureClass ;
                                                                                     rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_IND ;
                                                                       rdfs:label "Induction loop for hearing aid users in 06 / 1081 (L/R B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_IND> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Induction loop for hearing aid users" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns4:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 06 / 1081 (L/R B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SEATS_FIXED_FLAT> rdf:type ns1:RoomFeature ,
                                                                                             ns4:RSC-_SEATS_FIXED_FLAT ;
                                                                                    rdfs:label "Fixed seats - flat in 06 / 1081 (L/R B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns4:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 06 / 1081 (L/R B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 06 / 1081 (L/R B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LAP> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Network connection for laptops" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/000601081/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 06 / 1081 (L/R B)" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         ns3:height "3966"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5949"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "3262547"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 door A" ;
                                                                          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/6-1081-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "57655"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "40433"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "26574"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "14131"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "8965"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "4931"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door A" ;
                                                                         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/6-1081-E1-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "2134"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "Floor 1 door A" ;
                                                                        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/6-1081-E1-OUT.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1201"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 door A" ;
                                                                          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/6-1081-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "172963"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 door A" ;
                                                                          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/6-1081-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "126234"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 door A" ;
                                                                             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/6-1081-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "44640"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 door A" ;
                                                                             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/6-1081-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "17487"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 door A" ;
                                                                             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/6-1081-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "9454"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 door A" ;
                                                                             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/6-1081-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "8214"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/6-1081-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 door A" ;
                                                                             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/6-1081-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "6719"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 entrance B" ;
                                                                         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/6-1081-E2-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 "3149533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.4997446373851"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-E2-INS.JPG#creator> rdf:type foaf:Agent .

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door B" ;
                                                                         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/6-1081-E2-OUT.JPG#creator> ;
                                                                         ns3:height "3991"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5987"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "3205599"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5001252818842"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door B" ;
                                                                         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/6-1081-E2-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-OUT.JPG> ;
                                                                         ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "26804"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "Floor 1 door B" ;
                                                                         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/6-1081-E2-OUT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-OUT.JPG> ;
                                                                         ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "9199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 door B" ;
                                                                          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/6-1081-E2-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-E2-OUT.JPG> ;
                                                                          ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "180795"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-E2-OUT.JPG#creator> rdf:type foaf:Agent .

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 1 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/6-1081-POI-LCTSPC.JPG#creator> ;
                                                                             ns3:height "3974"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "5961"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "3319803"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "6648980"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back seats" ;
                                                                          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/6-1081-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "40452"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "29544"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "18865"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "10630"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "6861"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "3989"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from back seats" ;
                                                                         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/6-1081-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1906"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "View from back seats" ;
                                                                        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/6-1081-VW-BCK.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1126"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back seats" ;
                                                                          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/6-1081-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "120981"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from back seats" ;
                                                                          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/6-1081-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "87421"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back seats" ;
                                                                             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/6-1081-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "30016"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back seats" ;
                                                                             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/6-1081-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "12986"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back seats" ;
                                                                             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/6-1081-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "7229"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back seats" ;
                                                                             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/6-1081-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "5761"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/6-1081-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back seats" ;
                                                                             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/6-1081-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "4995"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         ns3:height "3983"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:width "5974"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:fileSize "2613381"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.4998744664826"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front seats" ;
                                                                          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/6-1081-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "36856"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "27210"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "17387"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "9485"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "6338"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "3681"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:description "View from front seats" ;
                                                                         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/6-1081-VW-FRT.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1873"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:description "View from front seats" ;
                                                                        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/6-1081-VW-FRT.JPG#creator> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "1075"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front seats" ;
                                                                          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/6-1081-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "111484"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front seats" ;
                                                                          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/6-1081-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "81032"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front seats" ;
                                                                             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/6-1081-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "29069"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front seats" ;
                                                                             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/6-1081-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "11846"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front seats" ;
                                                                             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/6-1081-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "6865"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front seats" ;
                                                                             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/6-1081-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "6606"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/6-1081-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/6-1081> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from front seats" ;
                                                                             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/6-1081-VW-FRT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/6-1081-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 "5542"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "29/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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