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

<http://id.southampton.ac.uk/building-portal/2-A> rdf:type ns0:BuildingEntrance ,
                                                           ns0:FloorEntrance ;
                                                  rdfs:label "Management entrance" ;
                                                  rdfs:comment "Faculty of Business and Law Student office" ;
                                                  geo:lat "50.93645"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                  geo:long "-1.39787"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                  ns0:connectsBuilding <http://id.southampton.ac.uk/building/2> ;
                                                  ns0:connectsFloor <http://id.southampton.ac.uk/floor/2-2> .

<http://id.southampton.ac.uk/building/2> rdf:type ns1:Building ,
                                                  ns2:UoSBuilding ;
                                         ns3:within <http://id.southampton.ac.uk/site/1> ;
                                         skos:notation "2"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                         oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                         rdfs:label "Building 2" ;
                                         geo:lat "50.93617"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         geo:long "-1.39821"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-2> ;
                                         ns1:occupant <http://id.southampton.ac.uk/org/F4> ,
                                                      <http://id.southampton.ac.uk/org/JF> ,
                                                      <http://id.southampton.ac.uk/org/TR> ;
                                         oo:lacksFeature <http://id.southampton.ac.uk/building/2#residential> ;
                                         ns2:buildingArchitect <http://id.southampton.ac.uk/building/2#architect> ;
                                         ns2:buildingDate "1968" ;
                                         dcterms:spatial "POLYGON((-1.39857835218743 50.9358607815984,-1.39852400411274 50.9359357910172,-1.39849939027395 50.9359698141174,-1.39848591554469 50.935988269233,-1.39847100351097 50.9360088755496,-1.39842635724135 50.9359959682974,-1.3983695837154 50.936074260917,-1.39835197673583 50.9360984902765,-1.39834568852884 50.9361072649247,-1.39832951885373 50.9361295695066,-1.39821237854068 50.9362911924904,-1.39812434364283 50.9364127914788,-1.39809299243942 50.9364558718634,-1.3980720616933 50.9364849694988,-1.39805409538762 50.9365097081356,-1.39804780718063 50.9365183694859,-1.39804340543573 50.9365244833793,-1.39803055952717 50.9365422023434,-1.39797082156078 50.9366245699634,-1.39794459075448 50.9366174937131,-1.39789033251132 50.9366014164684,-1.39778585844378 50.9365712999248,-1.39784963882895 50.9364832711938,-1.39787047974354 50.9364543999981,-1.39789141048966 50.9364255853948,-1.39793039737299 50.9363716924149,-1.39795402306496 50.9363390848673,-1.39812299616991 50.9361059062696,-1.39814868798703 50.9360704113914,-1.39816854075481 50.9360430684285,-1.39818578840827 50.936019291926,-1.39824175345047 50.9359421880413,-1.39813000302912 50.9359099764686,-1.39815847962363 50.9358706885097,-1.39819602920251 50.935818776271,-1.39821884641072 50.9358253997551,-1.39823789069475 50.9358308910189,-1.39826007908226 50.9358002644772,-1.39827867420864 50.9357745630755,-1.39842698606205 50.9358171911636,-1.39857835218743 50.9358607815984))" .

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

<https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            ns4:height "1840"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "3264"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "1245601"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7739130434783"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1000/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                             ns4:height "563"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "85685"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "1.7761989342806"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/800/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "450"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "58081"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7777777777778"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/600/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "338"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "35322"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7751479289941"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/400/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "17665"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7777777777778"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/300/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "169"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "11060"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7751479289941"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/200/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "112"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "5678"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7857142857143"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/100/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                            ns4:height "56"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "2278"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "1.7857142857143"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/50/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                           rdf:type foaf:Image ;
                                                                           dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                           dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                           ns4:height "28"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns4:fileSize "1214"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                           ns4:aspectRatio "1.7857142857143"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                           dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1920/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                             ns4:height "1082"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "263795"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "1.7744916820702"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1600/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                             ns4:height "901"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "192251"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "1.7758046614872"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/800x600/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                                ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:fileSize "72783"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/480x297/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                                ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:fileSize "26017"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/320x198/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                                ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:fileSize "13084"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/240x260/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                                ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:fileSize "12871"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/220x220/2-A.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/2-A> ;
                                                                                rdf:type foaf:Image ;
                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                dcterms:creator <http://id.ecs.soton.ac.uk/person/27733> ;
                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/2-A.jpg> ;
                                                                                ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:fileSize "10483"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/room/2-1039> ns0:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/2-A> ;
                                          rdf:type ns1:Room ,
                                                   ns2:CentrallyBookableSyllabusLocation ,
                                                   ns2:SyllabusLocation ;
                                          ns3:within <http://id.southampton.ac.uk/floor/2-1> ,
                                                     <http://id.southampton.ac.uk/building/2> ;
                                          dcterms:description "Common Learning Space: Lecture Theatre" ;
                                          skos:notation "2-1039"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          rdfs:label "Lecture Theatre K" ,
                                                     "02 / 1039 (L/T K)" ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0201039A.jpg> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0201039B.jpg> ;
                                          geo:lat "50.9363967"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.397972741"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:access "The room is located at the northern end of Building 02." ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/02-1039> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_WIRELESS_NETWORK> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_BENCH_PC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_IND> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_SCREEN> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_LAP> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-VIS-REC> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_WHITEBOARD> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000201039/RSC-_SEATS_FIXED_TIERED> ;
                                          dcterms:spatial "POLYGON((-1.3980540954 50.9363678995,-1.3979914828 50.9364542868,-1.3979749538 50.9364494749,-1.3979083886 50.9364305105,-1.3978914105 50.9364255854,-1.3979540231 50.9363390849,-1.3980540954 50.9363678995))" ;
                                          oo:capacity "110"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns2:shortName "1039 (Lecture Theatre K)" .

<http://id.southampton.ac.uk/room/2-1035> ns0:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/2-A> ;
                                          rdf:type ns1:Room ,
                                                   ns2:SyllabusLocation ;
                                          ns3:within <http://id.southampton.ac.uk/floor/2-1> ,
                                                     <http://id.southampton.ac.uk/building/2> ;
                                          dcterms:description "Music Practice Room" ;
                                          skos:notation "2-1035"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          rdfs:label "Lecture Room L" ,
                                                     "02 / 1035" ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0201035A.JPG> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0201035B.JPG> ;
                                          geo:lat "50.93654237"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.397870112"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:access "The room is located at the northern end of Building 02." ;
                                          dcterms:spatial "POLYGON((-1.3979541129 50.9365133878,-1.3979445908 50.9365273139,-1.3978903325 50.9366014165,-1.3977858584 50.9365712999,-1.3978496388 50.9364832712,-1.3978651797 50.9364878,-1.3979339906 50.9365076136,-1.3979541129 50.9365133878))" ;
                                          oo:capacity "8"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns2:shortName "1035" .