@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 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 dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns6: <http://purl.org/openorg/portals/> .

<http://id.southampton.ac.uk/building/63L> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "West Side Lecture Theatre" ;
                                           ns2:within <http://id.southampton.ac.uk/site/4> ;
                                           skos:notation "63L"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           geo:lat "51.06638"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.31024"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-63l-west-side-lecture-theatre-wsa> ;
                                           ns0:occupant <http://id.southampton.ac.uk/org/FH> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/63L#residential> ;
                                           ns1:buildingDate "1996" ;
                                           dcterms:spatial "POLYGON((-1.3104422 51.0664605,-1.3104816 51.0663831,-1.3100778 51.0663020,-1.3100385 51.0663793,-1.3104422 51.0664605))" .

<http://id.southampton.ac.uk/site/4> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Winchester School of Art" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/org/FH> rdf:type ns3:Organization ;
                                     rdfs:label "Winchester School of Art" .

<http://id.southampton.ac.uk/building/63L#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                       rdfs:label "Building 63L is non-residential" .

<http://id.southampton.ac.uk/room/63L-1011> ns2:within <http://id.southampton.ac.uk/building/63L> ,
                                                       <http://id.southampton.ac.uk/floor/63L-1> ;
                                            rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            dcterms:description "Common Learning Space WSA: West Side Lecture Theatre" ;
                                            skos:notation "63L-1011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "WSA 63L Westside Lecture Theatre/1011" ;
                                            ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1000/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/600/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/400/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/300/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/200/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/100/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/50/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1920/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/1600/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/800x600/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/480x297/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/320x198/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/240x260/63L-1011-E2-INS.JPG> ,
                                                                 <https://data.southampton.ac.uk/image-archive/cls/220x220/63L-1011-E2-INS.JPG> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/063L01011/RSC-_DVD> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/063L01011/RSC-_IND> ;
                                            oo:capacity "125"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "1011" .

<http://id.southampton.ac.uk/floor/63L-1> ns2:within <http://id.southampton.ac.uk/building/63L> ;
                                          rdf:type ns0:Floor ;
                                          rdfs:label "Floor 1, Building 63L" .

<https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG#creator> ;
                                                                                     ns5:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "8557065"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1000/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                      rdf:type foaf:Image ;
                                                                                      dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1000/1468927491_DSC_0328.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                      ns5:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "81102"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                      dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "56331"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/600/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/600/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "35181"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/400/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/400/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "18294"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/300/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/300/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "11508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/200/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/200/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "6208"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/100/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                     rdf:type foaf:Image ;
                                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/100/1468927491_DSC_0328.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                     ns5:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "2508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                     dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/50/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/50/1468927491_DSC_0328.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                    ns5:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:fileSize "1278"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1920/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                      rdf:type foaf:Image ;
                                                                                      dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1920/1468927491_DSC_0328.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                      ns5:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "231656"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                      dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1600/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                      rdf:type foaf:Image ;
                                                                                      dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1600/1468927491_DSC_0328.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                      ns5:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "173445"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                      dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800x600/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                         rdf:type foaf:Image ;
                                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800x600/1468927491_DSC_0328.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                         ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "58935"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/480x297/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                         rdf:type foaf:Image ;
                                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/480x297/1468927491_DSC_0328.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                         ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "23400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/320x198/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                         rdf:type foaf:Image ;
                                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/320x198/1468927491_DSC_0328.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                         ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "12204"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/240x260/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                         rdf:type foaf:Image ;
                                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/240x260/1468927491_DSC_0328.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                         ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "10809"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/220x220/1468927491_DSC_0328.JPG> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                                         rdf:type foaf:Image ;
                                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/220x220/1468927491_DSC_0328.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1468927491_DSC_0328.JPG> ;
                                                                                         ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "9171"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg#creator> ;
                                                                          ns5:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "8557065"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1000/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1000/DSC_0328.jpg#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                           ns5:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:fileSize "81102"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "56331"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/600/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/600/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "35181"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/400/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/400/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "18294"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/300/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/300/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "11508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/200/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/200/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "6208"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/100/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                          rdf:type foaf:Image ;
                                                                          dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                          dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                          dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/100/DSC_0328.jpg#creator> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                          ns5:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "2508"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/50/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/50/DSC_0328.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                         ns5:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "1278"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1920/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1920/DSC_0328.jpg#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                           ns5:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:fileSize "231656"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1600/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1600/DSC_0328.jpg#creator> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                           ns5:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:fileSize "173445"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns5:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800x600/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800x600/DSC_0328.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                              ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:fileSize "58935"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/480x297/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/480x297/DSC_0328.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                              ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:fileSize "23400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/320x198/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/320x198/DSC_0328.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                              ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:fileSize "12204"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/240x260/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/240x260/DSC_0328.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                              ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:fileSize "10809"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/220x220/DSC_0328.jpg> foaf:depicts <http://id.southampton.ac.uk/building/63L> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/220x220/DSC_0328.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/DSC_0328.jpg> ;
                                                                              ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:fileSize "9171"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns5:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/building-portal/63L-A> ns6:connectsBuilding <http://id.southampton.ac.uk/building/63L> ;
                                                    rdf:type ns6:BuildingEntrance ;
                                                    rdfs:label "Main" ;
                                                    geo:lat "51.06631"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.31015"^^<http://www.w3.org/2001/XMLSchema#float> .