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

<http://id.southampton.ac.uk/room/100-5011> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "100 / 5011 (Computer Workstation)" ;
                                            ns2:within <http://id.southampton.ac.uk/building/100> ,
                                                       <http://id.southampton.ac.uk/floor/100-5> ;
                                            dcterms:description "Common Learning Space: Building 100 Room 5011 Computer Workstation" ;
                                            skos:notation "100-5011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-VW-BCK.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-VW-BCK.JPG> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_BENCH_PC> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_LB> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_LAP> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_DVD> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_WHITEBOARD> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_IND> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ;
                                            oo:capacity "60"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "5011 (Computer Workstation)" .

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-VW-BCK.JPG#creator> ;
                                                                           ns3:height "3932"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5898"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "2894601"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                            foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-VW-BCK.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "74857"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "51523"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "31923"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "16587"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "10944"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6023"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                           foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           dcterms:description "View from back of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "2540"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          dcterms:description "View from back of room" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1309"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                            foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-VW-BCK.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "222539"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                            foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-VW-BCK.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "164050"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                               foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               dcterms:description "View from back of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-VW-BCK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "56007"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                               foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               dcterms:description "View from back of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-VW-BCK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "21188"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                               foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               dcterms:description "View from back of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-VW-BCK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11176"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                               foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               dcterms:description "View from back of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-VW-BCK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "10519"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-VW-BCK.JPG> rdf:type foaf:Image ;
                                                                               foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               dcterms:description "View from back of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-VW-BCK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "8931"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                   ns4:RSC-_BENCH_PC ;
                                                                          rdfs:label "Bench PC in 100 / 5011 (Computer Workstation)" .

<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/1005011/RSC-_LB> rdf:type ns1:RoomFeature ,
                                                                             ns4:RSC-_LB ;
                                                                    rdfs:label "Lectern in 100 / 5011 (Computer Workstation)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                              ns4:RSC-_LAP ;
                                                                     rdfs:label "Network connection for laptops in 100 / 5011 (Computer Workstation)" .

<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/1005011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                           ns4:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                  rdfs:label "Data and Video Projection in 100 / 5011 (Computer Workstation)" .

<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/1005011/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                              ns4:RSC-_DVD ;
                                                                     rdfs:label "DVD player in 100 / 5011 (Computer Workstation)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                     ns4:RSC-_WHITEBOARD ;
                                                                            rdfs:label "Whiteboard in 100 / 5011 (Computer Workstation)" .

<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/1005011/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns4:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                     rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 100 / 5011 (Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                                 ns1:RoomFeatureClass ;
                                                                                                                                                        rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/1005011/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                              ns4:RSC-_IND ;
                                                                     rdfs:label "Induction loop for hearing aid users in 100 / 5011 (Computer Workstation)" .

<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/1005011/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                            ns4:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                   rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 100 / 5011 (Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                               ns1:RoomFeatureClass ;
                                                                                                                                                      rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                      rdfs:subClassOf oo:Feature .

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-INS.JPG#creator> ;
                                                                           ns3:height "3949"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5923"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "2969834"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.4998733856673"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E1-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "81250"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "56524"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-INS.JPG> ;
                                                                           ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "35092"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "18365"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-INS.JPG> ;
                                                                           ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "11717"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6544"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E1-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "2689"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 entrance" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E1-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1312"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E1-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-INS.JPG> ;
                                                                            ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "237894"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E1-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "176875"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E1-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "60892"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E1-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "23166"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E1-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "12287"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E1-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11607"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E1-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E1-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "10010"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-OUT.JPG#creator> ;
                                                                           ns3:height "3957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5936"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "2787581"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5001263583523"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E1-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "49447"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "33999"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-OUT.JPG> ;
                                                                           ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "20454"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "10803"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-OUT.JPG> ;
                                                                           ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "7113"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "3964"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 1 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E1-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1871"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 1 door" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E1-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1120"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E1-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E1-OUT.JPG> ;
                                                                            ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "152356"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 1 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E1-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "110726"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E1-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "39518"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E1-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "14067"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E1-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "7508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E1-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "7180"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 1 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E1-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6362"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-INS.JPG#creator> ;
                                                                           ns3:height "3907"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5861"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "3002422"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5001279754287"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E2-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "85874"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "59852"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-INS.JPG> ;
                                                                           ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "37250"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "19809"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-INS.JPG> ;
                                                                           ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "12700"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6996"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 entrance" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E2-INS.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "2858"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 2 entrance" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E2-INS.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1386"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E2-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-INS.JPG> ;
                                                                            ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "250189"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 entrance" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E2-INS.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "185969"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E2-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "64968"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E2-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "24917"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E2-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "13249"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E2-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11730"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E2-INS.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 entrance" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E2-INS.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "9964"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-OUT.JPG#creator> ;
                                                                           ns3:height "3949"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5923"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "2798172"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.4998733856673"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-E2-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "44171"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "30181"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-OUT.JPG> ;
                                                                           ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "18206"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "9561"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-OUT.JPG> ;
                                                                           ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "6180"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "3620"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "Floor 2 door" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-E2-OUT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1707"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "Floor 2 door" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-E2-OUT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1076"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-E2-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-E2-OUT.JPG> ;
                                                                            ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "147616"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 2 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-E2-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "106158"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-E2-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "35567"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-E2-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "12210"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-E2-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6626"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-E2-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "7033"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E2-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 2 door" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-E2-OUT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "5948"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               ns3:height "3843"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "5765"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "4218387"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5001301066875"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Accessible Desk" ;
                                                                                dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "120823"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "78200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "44198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "20729"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "12473"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "6500"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "2583"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Accessible Desk" ;
                                                                              dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                              ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:fileSize "1300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Accessible Desk" ;
                                                                                dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "396105"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Accessible Desk" ;
                                                                                dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "287909"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-POI-ACCDSK.JPG#creator> rdf:type foaf:Agent .

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "86864"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "26727"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "12912"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "12476"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://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/100-5011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "10082"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "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/100-5011-POI-LCTSPC.JPG#creator> ;
                                                                               ns3:height "3940"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "5911"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "3214963"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5002538071066"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "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/100-5011-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-LCTSPC.JPG> ;
                                                                               ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "35893"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "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/100-5011-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-LCTSPC.JPG> ;
                                                                               ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "10575"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "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/100-5011-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-POI-LCTSPC.JPG> ;
                                                                                ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "281913"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-VW-FRT.JPG#creator> ;
                                                                           ns3:height "3974"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "5961"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "2962624"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from front of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-5011-VW-FRT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "77933"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "53990"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "33768"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "17800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11563"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "6380"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:description "View from front of room" ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-5011-VW-FRT.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "2571"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:description "View from front of room" ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-5011-VW-FRT.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "1331"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from front of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/100-5011-VW-FRT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "226208"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from front of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-5011-VW-FRT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "167840"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "View from front of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-5011-VW-FRT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "58187"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "View from front of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-5011-VW-FRT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "22108"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "View from front of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-5011-VW-FRT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11763"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "View from front of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-5011-VW-FRT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "11086"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-5011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "View from front of room" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-5011-VW-FRT.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-5011-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 "9252"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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