@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/> .
@prefix ns5: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns6: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/63G-3005> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "WSA 63G South / T3005 (Sem Rm 8)" ;
                                            ns2:within <http://id.southampton.ac.uk/building/63G> ,
                                                       <http://id.southampton.ac.uk/floor/63G-3> ;
                                            dcterms:description "Common Learning Space: WSA Seminar Room 8" ;
                                            skos:notation "63G-3005"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1000/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/400/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/200/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/100/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/50/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1600/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800x600/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/480x297/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/320x198/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/240x260/63G-T3005-E1-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/220x220/63G-T3005-E1-INS.JPG> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_WHITEBOARD> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_LAP> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_SEATS_MOVEABLE> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_SYM> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_SCREEN> ;
                                            oo:capacity "30"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "T3005 (Sem Room 8)" .

<http://id.southampton.ac.uk/building/63G> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "South Building" ;
                                           geo:lat "51.06536"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.3099"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-E1-INS.JPG> rdf:type foaf:Image ;
                                                                            foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            dcterms:description "Floor 3 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/63G-T3005-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 "2573215"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.4998733856673"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                        ns4:RSC-_WHITEBOARD ;
                                                                               rdfs:label "Whiteboard in WSA 63G South / T3005 (Sem Rm 8)" .

<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/063G0T3005/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                 ns4:RSC-_LAP ;
                                                                        rdfs:label "Network connection for laptops in WSA 63G South / T3005 (Sem Rm 8)" .

<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/063G0T3005/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                            ns4:RSC-_SEATS_MOVEABLE ;
                                                                                   rdfs:label "Movable seats in WSA 63G South / T3005 (Sem Rm 8)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                 ns4:RSC-_SYM ;
                                                                        rdfs:label "Sympodium (Smartscreen for the PC) in WSA 63G South / T3005 (Sem Rm 8)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/063G0T3005/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                    ns4:RSC-_SCREEN ;
                                                                           rdfs:label "Screen in WSA 63G South / T3005 (Sem Rm 8)" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 3 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/63G-T3005-E1-OUT.JPG#creator> ;
                                                                            ns3:height "3907"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "5861"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "2404183"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5001279754287"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 3 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/63G-T3005-E1-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "19321"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 3 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/63G-T3005-E1-OUT.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "6742"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "Floor 3 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/63G-T3005-E1-OUT.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "123353"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "7072879"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 lecturer space" ;
                                                                                 dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "75858"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "51742"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-POI-LCTSPC.JPG> ;
                                                                                ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "31338"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "16072"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-POI-LCTSPC.JPG> ;
                                                                                ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "10091"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "5643"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 lecturer space" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "2393"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 3 lecturer space" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "1272"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 lecturer space" ;
                                                                                 dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-POI-LCTSPC.JPG> ;
                                                                                 ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:fileSize "221436"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 lecturer space" ;
                                                                                 dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "164700"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 lecturer space" ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "55989"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 lecturer space" ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "20511"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 lecturer space" ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "10645"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 lecturer space" ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "9840"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/63G-T3005-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 lecturer space" ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/63G-T3005-POI-LCTSPC.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-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 "8324"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-BCK.JPG#creator> ;
                                                                            ns3:height "3957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "5936"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "2727484"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5001263583523"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/63G-T3005-VW-BCK.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-BCK.JPG> ;
                                                                            ns3:height "399"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "25560"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "View from back of room" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/63G-T3005-VW-BCK.JPG#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-BCK.JPG> ;
                                                                            ns3:height "199"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "8960"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5075376884422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:description "View from back of room" ;
                                                                             dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3005-VW-BCK.JPG#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-BCK.JPG> ;
                                                                             ns3:height "1279"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:fileSize "177712"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns3:aspectRatio "1.5011727912432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3005-VW-FRT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                            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/63G-T3005-VW-FRT.JPG#creator> ;
                                                                            ns3:height "3924"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "5886"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "3008576"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "20/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3005/20260610080000/20260610080000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 9:00am to 5:00pm on 10th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260610080000/20260610080000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260610080000/20260610080000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-10T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-10T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260609120000/20260609120000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 1:00pm to 5:00pm on 9th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260609120000/20260609120000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260609120000/20260609120000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-09T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-09T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260611070000/20260611070000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 8:00am to 6:00pm on 11th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260611070000/20260611070000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260611070000/20260611070000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-11T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-11T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260623090000/20260623090000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 10:00am to 12:00pm on 23rd June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260623090000/20260623090000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260623090000/20260623090000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260612070000/20260612070000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 8:00am to 6:00pm on 12th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260612070000/20260612070000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260612070000/20260612070000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-12T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-12T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260623120000/20260623120000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 1:00pm to 5:00pm on 23rd June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260623120000/20260623120000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260623120000/20260623120000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-23T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260630120000/20260630120000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 1:00pm to 5:00pm on 30th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260630120000/20260630120000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260630120000/20260630120000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-30T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-30T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260701080000/20260701080000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 9:00am to 1:00pm on 1st July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260701080000/20260701080000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260701080000/20260701080000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-01T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260707120000/20260707120000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 1:00pm to 5:00pm on 7th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260707120000/20260707120000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260707120000/20260707120000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-07T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-07T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260714080000/20260714080000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 9:00am to 5:00pm on 14th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260714080000/20260714080000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260714080000/20260714080000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-14T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-14T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260713180000/20260713180000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 7:00pm to 9:00pm on 13th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260713180000/20260713180000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260713180000/20260713180000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-13T21:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-13T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260707090000/20260707090000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 10:00am to 1:00pm on 7th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260707090000/20260707090000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260707090000/20260707090000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-07T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-07T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260708090000/20260708090000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 10:00am to 1:00pm on 8th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260708090000/20260708090000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260708090000/20260708090000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-08T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-08T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260709090000/20260709090000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 10:00am to 1:00pm on 9th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260709090000/20260709090000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260709090000/20260709090000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-07-09T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-07-09T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260616120000/20260616120000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 1:00pm to 3:00pm on 16th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260616120000/20260616120000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260616120000/20260616120000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-16T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-16T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260615080000/20260615080000> ns5:place <http://id.southampton.ac.uk/room/63G-3005> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3005 booked from 9:00am to 12:00pm on 15th June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3005/20260615080000/20260615080000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3005/20260615080000/20260615080000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-15T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .