@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://id.southampton.ac.uk/location-feature/> .
@prefix ns6: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .

<http://id.southampton.ac.uk/building/1603> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ;
                                            rdfs:label "34 Bassett Crescent East" ;
                                            ns2:within <http://id.southampton.ac.uk/site/2> ;
                                            skos:notation "1603"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            geo:lat "50.93803"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.40326"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298180> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/1603#residential> ;
                                            dcterms:spatial "POLYGON((-1.4033641 50.9379879,-1.4033746 50.9380892,-1.4031840 50.9380970,-1.4031736 50.9379957,-1.4033641 50.9379879))" .

<http://id.southampton.ac.uk/site/2> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Boldrewood 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/mfd/PR-ID298180> rdf:type ns5:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID298180" .

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

<http://id.southampton.ac.uk/room/1603-1003> ns2:within <http://id.southampton.ac.uk/building/1603> ,
                                                        <http://id.southampton.ac.uk/floor/1603-1> ;
                                             rdf:type ns0:Room ;
                                             rdfs:label "1603 / 1003" ;
                                             oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID300996> ;
                                             ns1:roomNumber "1003" .

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

<https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     ns6:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "11618410"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                      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/1471442203_DSC_0210.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                      ns6:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:fileSize "122993"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "81056"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "47154"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "22677"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "13830"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "7069"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                     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/1471442203_DSC_0210.JPG#creator> ;
                                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                     ns6:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6:fileSize "2675"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                    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/1471442203_DSC_0210.JPG#creator> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                    ns6:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns6:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns6:fileSize "1320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                      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/1471442203_DSC_0210.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                      ns6:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:fileSize "390612"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                      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/1471442203_DSC_0210.JPG#creator> ;
                                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                      ns6:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6:fileSize "285332"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                         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/1471442203_DSC_0210.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                         ns6:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:fileSize "86449"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                         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/1471442203_DSC_0210.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                         ns6:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:fileSize "29876"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                         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/1471442203_DSC_0210.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                         ns6:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:fileSize "14627"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                         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/1471442203_DSC_0210.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                         ns6:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:fileSize "11814"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6: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/1471442203_DSC_0210.JPG> foaf:depicts <http://id.southampton.ac.uk/building/1603> ;
                                                                                         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/1471442203_DSC_0210.JPG#creator> ;
                                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/1471442203_DSC_0210.JPG> ;
                                                                                         ns6:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:fileSize "10105"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                         ns6:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                         dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .