@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#> .

<http://id.southampton.ac.uk/building/1426> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ,
                                                     ns1:HiddenFromLists ;
                                            rdfs:label "58 Chamberlain Road" ;
                                            ns2:within <http://id.southampton.ac.uk/site/1> ;
                                            skos:notation "1426"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            geo:lat "50.93413"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.40016"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/building/1426#residential> ;
                                            dcterms:spatial "POLYGON((-1.40023639980509 50.9341222947912,-1.4001637998051 50.9340885947912,-1.40008799980511 50.9341535947912,-1.4001586998051 50.9341862947912,-1.40023639980509 50.9341222947912))" .

<http://id.southampton.ac.uk/site/1> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Highfield Campus" .

<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/building/1426#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                        rdfs:label "Building 1426 is residential" .

<http://id.southampton.ac.uk/room/1426-2003> ns2:within <http://id.southampton.ac.uk/building/1426> ,
                                                        <http://id.southampton.ac.uk/floor/1426-2> ;
                                             rdf:type ns0:Room ,
                                                      ns1:SyllabusLocation ;
                                             dcterms:description "RECOGNISED SOCIETIES ONLY - PLEASE ARRANGE ACCESS WITH KATY DOLLIN x27053" ;
                                             skos:notation "1426-2003"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                             rdfs:label "CR 1426 / 58 Chamberlain Rd / R2003" ;
                                             oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                             ns1:shortName "58 Chamberlain Rd / R2003" .

<http://id.southampton.ac.uk/room/1426-1001> ns2:within <http://id.southampton.ac.uk/building/1426> ,
                                                        <http://id.southampton.ac.uk/floor/1426-1> ;
                                             rdf:type ns0:Room ,
                                                      ns1:SyllabusLocation ;
                                             dcterms:description "RECOGNISED SOCIETIES ONLY - PLEASE ARRANGE ACCESS WITH KATY DOLLIN x27053" ;
                                             skos:notation "1426-1001"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                             rdfs:label "CR 1426 / 58 Chamberlain Rd / R1001" ;
                                             oo:capacity "5"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                             ns1:shortName "58 Chamberlain Rd / R1001" .

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

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

<https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     ns5:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "13673840"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                      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/1469025181_DSC_0415.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                      ns5:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "163806"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "108618"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "64188"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "30795"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "18402"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "9067"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                     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/1469025181_DSC_0415.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                     ns5:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "3121"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                    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/1469025181_DSC_0415.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                    ns5:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:fileSize "1447"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                      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/1469025181_DSC_0415.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                      ns5:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "514328"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                      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/1469025181_DSC_0415.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                      ns5:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "377144"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                         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/1469025181_DSC_0415.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                         ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "121248"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                         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/1469025181_DSC_0415.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                         ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "40083"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                         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/1469025181_DSC_0415.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                         ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "19141"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                         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/1469025181_DSC_0415.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                         ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "17747"^^<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/1469025181_DSC_0415.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1426> ;
                                                                                         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/1469025181_DSC_0415.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1469025181_DSC_0415.JPG> ;
                                                                                         ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns5:fileSize "14822"^^<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> .