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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/063G0T3001/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                            ns4:RSC-_SEATS_MOVEABLE ;
                                                                                   rdfs:label "Movable seats in WSA 63G South / T3001 (Sem Rm 6)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/063G0T3001/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                 ns4:RSC-_LAP ;
                                                                        rdfs:label "Network connection for laptops in WSA 63G South / T3001 (Sem Rm 6)" .

<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/063G0T3001/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                        ns4:RSC-_WHITEBOARD ;
                                                                               rdfs:label "Whiteboard in WSA 63G South / T3001 (Sem Rm 6)" .

<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/063G0T3001/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                 ns4:RSC-_SYM ;
                                                                        rdfs:label "Sympodium (Smartscreen for the PC) in WSA 63G South / T3001 (Sem Rm 6)" .

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-E1-OUT.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:description "Floor 3 door" ;
                                                                            dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-E1-OUT.JPG#creator> ;
                                                                            ns3:height "3907"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:width "5861"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:fileSize "2620262"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns3:aspectRatio "1.5001279754287"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                ns3:height "3916"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:width "5873"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:fileSize "4509673"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.4997446373851"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1000/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "114379"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "72857"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/600/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "40641"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/400/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "18260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/300/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "10308"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/200/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "5150"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/100/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "2154"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/50/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                               rdf:type foaf:Image ;
                                                                               dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                               dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "1220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                               ns3:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                               dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1920/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "401971"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/1600/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "287151"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns3:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/800x600/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "83297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/480x297/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "24500"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/320x198/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "10780"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/240x260/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "10677"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

<https://data.southampton.ac.uk/image-archive/cls/220x220/63G-T3001-POI-ACCDSK.JPG> foaf:depicts <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:description "Floor 3 non-rising wheeled 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/63G-T3001-POI-ACCDSK.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/cls/raw/63G-T3001-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 "8442"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns3:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "15/10/25"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260617230000/20260617230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-19T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-18T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260624230000/20260624230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-26T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-25T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260626230000/20260626230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260618230000/20260618230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-20T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-19T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/63G-3001/20260620230000/20260620230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 21st June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260620230000/20260620230000#time> .

<http://id.southampton.ac.uk/ttevent/63G-3001/20260620230000/20260620230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-22T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-21T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260625230000/20260625230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-26T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260616230000/20260616230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-18T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-17T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260623230000/20260623230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-25T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-24T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260621230000/20260621230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 22nd June" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260621230000/20260621230000#time> .

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260619230000/20260619230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-21T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-20T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260612230000/20260612230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-14T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-13T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260627230000/20260627230000#time> rdf:type ns6:Interval ;
                                                                                  ns6:end "2026-06-29T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns6:start "2026-06-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260701230000/20260701230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 2nd July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260701230000/20260701230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260702230000/20260702230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 3rd July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260702230000/20260702230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260703230000/20260703230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 4th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260703230000/20260703230000#time> .

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260710230000/20260710230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 11th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260710230000/20260710230000#time> .

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260715230000/20260715230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 16th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260715230000/20260715230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260716230000/20260716230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 17th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260716230000/20260716230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260717230000/20260717230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 18th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260717230000/20260717230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260718230000/20260718230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 19th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260718230000/20260718230000#time> .

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260719230000/20260719230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 20th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260719230000/20260719230000#time> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260721230000/20260721230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 22nd July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260721230000/20260721230000#time> .

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

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

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

<http://id.southampton.ac.uk/ttevent/63G-3001/20260723230000/20260723230000> ns5:place <http://id.southampton.ac.uk/room/63G-3001> ;
                                                                             rdf:type ns5:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 63G/3001 booked from 12:00am to 12:00am on 24th July" ;
                                                                             ns5:time <http://id.southampton.ac.uk/ttevent/63G-3001/20260723230000/20260723230000#time> .

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