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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_SEATS_FIXED_TIERED> rdf:type ns1:RoomFeature ,
                                                                                             ns4:RSC-_SEATS_FIXED_TIERED ;
                                                                                    rdfs:label "Fixed seats - tiered in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                            ns4:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                   rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                     ns4:RSC-_WHITEBOARD ;
                                                                            rdfs:label "Whiteboard in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                              ns4:RSC-_DVD ;
                                                                     rdfs:label "DVD player in 100 / 4011 (Harvard L/TB)" .

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_LB> rdf:type ns1:RoomFeature ,
                                                                             ns4:RSC-_LB ;
                                                                    rdfs:label "Lectern in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                   ns4:RSC-_BENCH_PC ;
                                                                          rdfs:label "Bench PC in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                              ns4:RSC-_LAP ;
                                                                     rdfs:label "Network connection for laptops in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                           ns4:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                  rdfs:label "Data and Video Projection in 100 / 4011 (Harvard L/TB)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/1004011/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns4:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                     rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 100 / 4011 (Harvard L/TB)" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1000/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Accessible Desk" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1000/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                ns3:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "112289"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "68222"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/400/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/400/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "15552"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/200/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/200/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "4821"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Accessible Desk" ;
                                                                               dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                               dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                               dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/100/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                               ns3:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:fileSize "2130"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:description "Accessible Desk" ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/50/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                              ns3:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:fileSize "1171"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/1600/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Accessible Desk" ;
                                                                                dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/1600/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                ns3:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "300508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/800x600/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "81211"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/480x297/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "20989"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/320x198/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "9792"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/240x260/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "9435"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/100-4011-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/100-4011> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:description "Accessible Desk" ;
                                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/220x220/100-4011-POI-ACCDSK.JPG#creator> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/100-4011-POI-ACCDSK.JPG> ;
                                                                                   ns3:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:fileSize "7556"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "01/09/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5> ns5:place <http://id.southampton.ac.uk/room/100-4011> ,
                                                                               <http://id.southampton.ac.uk/building/100> ,
                                                                               <http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#place> ;
                                                                     rdf:type ns5:Event ;
                                                                     dcterms:description "<p>​Annual Computer Science Regius Chair Lecture on 6 October 2025 at the University of Southampton with Verity Harding, Founder of the AI consultancy Formation Advisory Ltd and Director of the AI &amp; Geopolitics Project at the University of Cambridge. <br /></p><p>One of TIME100’s Most Influential People in AI, Verity Harding has worked at the cutting edge of AI across both industry and academia. Her debut book ‘AI Needs You: how we can change AI’s future and save our own’, was featured in the Financial Times, the Guardian, the Economist and named as one of McKinsey’s Best Books of 2024.​ <br /></p><p><br /></p>"^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     rdfs:label "Annual Computer Science Regius Lecture" ;
                                                                     foaf:homepage <https://www.eventbrite.co.uk/e/annual-computer-science-regius-chair-lecture-tickets-1548037113679?aff=oddtdtcreator> ;
                                                                     ns5:agent <http://id.southampton.ac.uk/org/FP> ;
                                                                     ns5:time <http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#time-1> ;
                                                                     ns6:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#time-1> rdf:type ns7:Interval ;
                                                                            ns7:end "2025-10-06T18:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns7:start "2025-10-06T16:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .