@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/16> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Building 16" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "16"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          geo:lat "50.93765"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39564"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-16> ;
                                          ns0:occupant <http://id.southampton.ac.uk/org/F7> ,
                                                       <http://id.southampton.ac.uk/org/FP> ,
                                                       <http://id.southampton.ac.uk/org/F7FP050000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/16#residential> ;
                                          ns1:buildingArchitect <http://id.southampton.ac.uk/building/16#architect> ;
                                          ns1:buildingDate "1989" ;
                                          dcterms:spatial "POLYGON((-1.39586481120869 50.9375728909796,-1.39583049556483 50.9376185742939,-1.39569107703274 50.9378043639646,-1.39541933665929 50.9377230173902,-1.39559280134066 50.9374917704361,-1.39586481120869 50.9375728909796))" .

<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/org/F7> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Physical Sciences and Engineering" .

<http://id.southampton.ac.uk/org/FP> rdf:type ns3:Organization ;
                                     rdfs:label "School of Electronics & Computer Science" .

<http://id.southampton.ac.uk/org/F7FP050000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "EEE" .

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

<http://id.southampton.ac.uk/building/16#architect> rdfs:label "Sheppard Robson" .

<http://id.southampton.ac.uk/room/16-2025> ns2:within <http://id.southampton.ac.uk/building/16> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "16-2025"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Seminar Room" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1602025A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1602025B.jpg> .

<http://id.southampton.ac.uk/room/16-2039> ns2:within <http://id.southampton.ac.uk/building/16> ,
                                                      <http://id.southampton.ac.uk/floor/16-2> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "16 / 2039" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301040> ;
                                           ns1:roomNumber "2039" .

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

<http://id.southampton.ac.uk/floor/16-1> ns2:within <http://id.southampton.ac.uk/building/16> ;
                                         rdf:type ns0:Floor ;
                                         rdfs:label "Building 16 / Level 1" ,
                                                    "Floor 1, Building 16" ;
                                         oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301070> ;
                                         ns1:levelNumber "1" .

<http://id.southampton.ac.uk/room/16-1003> ns2:within <http://id.southampton.ac.uk/building/16> ,
                                                      <http://id.southampton.ac.uk/floor/16-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Accelerometer Lab Building 16" ;
                                           skos:notation "16-1003"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "16 / 1003 Lab" ;
                                           oo:capacity "18"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1003 Lab" .

<https://data.southampton.ac.uk/image-archive/buildings/raw/16.jpg> foaf:depicts <http://id.southampton.ac.uk/building/16> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    ns5:height "2304"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:width "3456"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:fileSize "3802980"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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