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

<http://id.southampton.ac.uk/room/65-2131> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "65/2131" ,
                                                      "65 / 2131" ,
                                                      "Avenue 65 / 2131" ;
                                           ns2:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "CLS Public Workstation (Open Access: NON-BOOKABLE)" ;
                                           skos:notation "65-2131"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           geo:lat "50.92952039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40310167"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/65-2131-VW-FRT.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301046> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006502131/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.4031717077 50.9294980706,-1.4031118799 50.9295694101,-1.4030316604 50.9295426861,-1.4030913983 50.9294714032,-1.4031717077 50.9294980706))" ;
                                           ns1:roomNumber "2131" ;
                                           oo:capacity "22"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2131" .

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-FRT.JPG> rdf:type foaf:Image ;
                                                                          foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-FRT.JPG#creator> ;
                                                                          ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "6594966"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006502131/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns5:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in Avenue 65 / 2131" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "6814820"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/600/65-2131-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/600/65-2131-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "31805"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/300/65-2131-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Lecturer space" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/300/65-2131-POI-LCTSPC.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "8682"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1920/65-2131-POI-LCTSPC.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Lecturer space" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1920/65-2131-POI-LCTSPC.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "272755"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          ns3:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "6386098"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                           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/65-2131-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "59172"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "41062"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-BCK.JPG> ;
                                                                          ns3:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "26323"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "14321"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-BCK.JPG> ;
                                                                          ns3:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:fileSize "9274"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "5277"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                          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/65-2131-VW-BCK.JPG#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "2302"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                         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/65-2131-VW-BCK.JPG#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "1249"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                           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/65-2131-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-BCK.JPG> ;
                                                                           ns3:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:fileSize "169619"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                           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/65-2131-VW-BCK.JPG#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "125410"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              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/65-2131-VW-BCK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "46133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              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/65-2131-VW-BCK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "17909"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              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/65-2131-VW-BCK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "9737"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              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/65-2131-VW-BCK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "8626"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/65-2131-VW-BCK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/65-2131> ;
                                                                              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/65-2131-VW-BCK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-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 "7559"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/point-of-service/workstations-65-2131> rdf:type ns6:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "iSolutions Workstations - 65-2131" ;
                                                                    ns1:workstationSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns1:workstationFreeSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:within <http://id.southampton.ac.uk/room/65-2131> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260518000000/20260518000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 18th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260518000000/20260518000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260518000000/20260518000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-19T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-18T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260519000000/20260519000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 19th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260519000000/20260519000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260519000000/20260519000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-20T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-19T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260520000000/20260520000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 20th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260520000000/20260520000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260520000000/20260520000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-21T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-20T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260521000000/20260521000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 21st May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260521000000/20260521000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260521000000/20260521000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-22T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-21T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260522000000/20260522000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 22nd May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260522000000/20260522000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260522000000/20260522000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-23T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-22T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260523000000/20260523000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 23rd May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260523000000/20260523000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260523000000/20260523000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-24T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-23T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260524000000/20260524000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 24th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260524000000/20260524000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260524000000/20260524000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-25T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-24T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260525000000/20260525000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 25th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260525000000/20260525000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260525000000/20260525000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-26T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-25T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260526000000/20260526000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 26th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260526000000/20260526000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260526000000/20260526000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-26T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260527000000/20260527000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 27th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260527000000/20260527000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260527000000/20260527000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-27T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260528000000/20260528000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 28th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260528000000/20260528000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260528000000/20260528000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-29T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-28T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260529000000/20260529000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 29th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260529000000/20260529000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260529000000/20260529000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-30T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-29T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260530000000/20260530000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 30th May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260530000000/20260530000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260530000000/20260530000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-05-31T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-30T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260531000000/20260531000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 31st May" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260531000000/20260531000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260531000000/20260531000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-01T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-05-31T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260601000000/20260601000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 1st June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260601000000/20260601000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260601000000/20260601000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-02T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-01T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260602000000/20260602000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 2nd June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260602000000/20260602000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260602000000/20260602000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-03T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-02T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260603000000/20260603000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 3rd June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260603000000/20260603000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260603000000/20260603000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-04T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-03T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260604000000/20260604000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 4th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260604000000/20260604000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260604000000/20260604000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-05T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-04T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260605000000/20260605000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 5th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260605000000/20260605000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260605000000/20260605000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-06T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-05T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260606000000/20260606000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 6th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260606000000/20260606000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260606000000/20260606000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-07T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-06T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260607000000/20260607000000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 1:00am to 12:00am on 7th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260607000000/20260607000000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260607000000/20260607000000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-08T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-07T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/65-2131/20260616080000/20260616080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 16th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260616080000/20260616080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260616080000/20260616080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-16T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-16T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260617080000/20260617080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 17th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260617080000/20260617080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260617080000/20260617080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-17T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-17T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260618080000/20260618080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 18th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260618080000/20260618080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260618080000/20260618080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-18T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-18T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260619080000/20260619080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 19th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260619080000/20260619080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260619080000/20260619080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-19T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-19T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260622080000/20260622080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 22nd June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260622080000/20260622080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260622080000/20260622080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-22T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260623080000/20260623080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 23rd June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260623080000/20260623080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260623080000/20260623080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-23T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260624080000/20260624080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 24th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260624080000/20260624080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260624080000/20260624080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-24T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-24T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260625080000/20260625080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 25th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260625080000/20260625080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260625080000/20260625080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-25T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-25T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260626080000/20260626080000> ns7:place <http://id.southampton.ac.uk/room/65-2131> ;
                                                                            rdf:type ns7:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/2131 booked from 9:00am to 5:00pm on 26th June" ;
                                                                            ns7:time <http://id.southampton.ac.uk/ttevent/65-2131/20260626080000/20260626080000#time> .

<http://id.southampton.ac.uk/ttevent/65-2131/20260626080000/20260626080000#time> rdf:type ns8:Interval ;
                                                                                 ns8:end "2026-06-26T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns8:start "2026-06-26T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .