@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns5: <http://purl.org/goodrelations/v1#> .
@prefix ns6: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns7: <http://id.southampton.ac.uk/syllabus/feature/> .

<http://id.southampton.ac.uk/building/32> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "EEE Building" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "32"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          geo:lat "50.93643"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39589"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-32-eee> ;
                                          ns0:occupant <http://id.southampton.ac.uk/org/F7> ,
                                                       <http://id.southampton.ac.uk/org/FP> ,
                                                       <http://id.southampton.ac.uk/org/F8> ,
                                                       <http://id.southampton.ac.uk/org/GK> ,
                                                       <http://id.southampton.ac.uk/org/F801000000> ,
                                                       <http://id.southampton.ac.uk/org/F7FP080000> ,
                                                       <http://id.southampton.ac.uk/org/F7FP090000> ,
                                                       <http://id.southampton.ac.uk/org/CJ> ,
                                                       <http://id.southampton.ac.uk/org/F8CJ030000> ,
                                                       <http://id.southampton.ac.uk/org/F8CJ040000> ,
                                                       <http://id.southampton.ac.uk/org/F8CJ010000> ,
                                                       <http://id.southampton.ac.uk/org/F8CJ050000> ,
                                                       <http://id.southampton.ac.uk/org/F8CJ020000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/32#residential> ;
                                          ns1:buildingArchitect <http://id.southampton.ac.uk/building/32#architect> ;
                                          ns1:buildingDate "2006" ;
                                          dcterms:spatial "POLYGON((-1.39607672378421 50.936836687142,-1.39602498082385 50.9368400837262,-1.39597656163003 50.9368433670908,-1.39596093094409 50.9368441030173,-1.39590164213534 50.9368481789177,-1.39581208010151 50.9368546890357,-1.39580893599801 50.9368354983374,-1.39580552239994 50.9368147791675,-1.3958025579595 50.9367966640388,-1.39579905452989 50.9367750957044,-1.39579501211111 50.9367513761859,-1.39579141884997 50.9367291851219,-1.39578719676814 50.9367037106732,-1.39578584929521 50.9366949927475,-1.39578279502325 50.9366771040118,-1.39574246066699 50.9364319823515,-1.39573814875363 50.9364056019757,-1.39573419616638 50.93638210871,-1.39571030097982 50.9362369030814,-1.39570509075117 50.9362052012075,-1.39570015001711 50.9361776884922,-1.39569700591361 50.9361560632601,-1.39569242450566 50.9361313810458,-1.39568919057064 50.9361083971372,-1.39568550747798 50.9360890929096,-1.39568254303754 50.9360678639111,-1.3956783209557 50.9360422758786,-1.39576132528796 50.9360367846397,-1.39583328034221 50.9360320859503,-1.39585025850108 50.9360310103466,-1.39589220982485 50.9360282930319,-1.39594314430146 50.9360248963884,-1.39595248678042 50.9360824694631,-1.39595733768295 50.9361113975003,-1.39596434454217 50.9361539120585,-1.39605633202726 50.9367123719873,-1.39606360838106 50.9367568107306,-1.39606765079984 50.9367812095639,-1.39607672378421 50.936836687142))" .

<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/F8> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Social and Human Sciences" .

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

<http://id.southampton.ac.uk/org/F801000000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "FOS - Social &amp; Human Sciences" .

<http://id.southampton.ac.uk/org/F7FP080000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Agents, Interactions &amp; Complexity" .

<http://id.southampton.ac.uk/org/F7FP090000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Web &amp; Internet Science" .

<http://id.southampton.ac.uk/org/CJ> rdf:type ns3:Organization ;
                                     rdfs:label "Southampton Education School" .

<http://id.southampton.ac.uk/org/F8CJ030000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Mathematics &amp; Science Education" .

<http://id.southampton.ac.uk/org/F8CJ040000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Social Justice &amp; Inclusive Education" .

<http://id.southampton.ac.uk/org/F8CJ010000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Leadership School Improve &amp;Effectiveness" .

<http://id.southampton.ac.uk/org/F8CJ050000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Teaching Only Staff" .

<http://id.southampton.ac.uk/org/F8CJ020000> rdf:type ns3:OrganizationalUnit ,
                                                      ns3:Organization ;
                                             rdfs:label "Lifelong &amp; Work-Related Learning" .

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

<http://id.southampton.ac.uk/building/32#architect> rdfs:label "John McAslan & Partners" .

<http://id.southampton.ac.uk/equipment/E10444> ns2:within <http://id.southampton.ac.uk/building/32> ;
                                               oo:contact <http://id.southampton.ac.uk/equipment/E10444#secondary_contact> ;
                                               rdf:type oo:Equipment ;
                                               dcterms:description "We have two perambulatory eye trackers that are designed to allow the participants to move around in the real world whilst their eye movements are being recorded. Each tracker has two cameras, allowing the recording of both the participant`s eye movements and the scene in their field of view. These cameras are mounted on the frame of glasses, with the lightweight recording equipment and power supplies carried in a rucksack on the participant`s back as they are having their eye movements recorded." ;
                                               skos:notation "E10444"^^<http://id.southampton.ac.uk/ns/equipment-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               dc:description "We have two perambulatory eye trackers that are designed to allow the participants to move around in the real world whilst their eye movements are being recorded. Each tracker has two cameras, allowing the recording of both the participant`s eye movements and the scene in their field of view. These cameras are mounted on the frame of glasses, with the lightweight recording equipment and power supplies carried in a rucksack on the participant`s back as they are having their eye movements recorded." ;
                                               rdfs:comment "We have two perambulatory eye trackers that are designed to allow the participants to move around in the real world whilst their eye movements are being recorded. Each tracker has two cameras, allowing the recording of both the participant`s eye movements and the scene in their field of view. These cameras are mounted on the frame of glasses, with the lightweight recording equipment and power supplies carried in a rucksack on the participant`s back as they are having their eye movements recorded." ;
                                               oo:organizationPart <http://id.southampton.ac.uk/org/F7> ,
                                                                   <http://id.southampton.ac.uk/org/FP> ;
                                               oo:primaryContact <http://id.southampton.ac.uk/equipment/E10444#primary_contact> ;
                                               rdfs:label "Eye Tracker" ;
                                               oo:relatedFacility <http://id.southampton.ac.uk/facility/F10000> ;
                                               foaf:page <http://www.southampton.ac.uk/psychology/research/groups/centre_for_visual_cognition.page?> ;
                                               foaf:depiction <http://data.southampton.ac.uk/image-archive/equipment/raw/E10444-200752-200752.jpg> .

<http://id.southampton.ac.uk/equipment/E10444#primary_contact> rdf:type foaf:Agent ;
                                                               foaf:name "WEAL, MARK" .

<http://id.southampton.ac.uk/point-of-service/shower4> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                                  <http://id.southampton.ac.uk/floor/32-1> ,
                                                                  <http://id.southampton.ac.uk/room/32-1057> ;
                                                       rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                       skos:notation "shower4" ;
                                                       rdfs:label "Shower (accessible)" ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/shower.png> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                       geo:lat "50.93629"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.39596"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/room/32-1057> rdf:type ns0:Room ;
                                           rdfs:label "Room 1057, Building 32" .

<http://id.southampton.ac.uk/point-of-service/shower7> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                                  <http://id.southampton.ac.uk/room/32-4061> ,
                                                                  <http://id.southampton.ac.uk/floor/32-4> ;
                                                       rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                       skos:notation "shower7" ;
                                                       rdfs:label "Shower (accessible)" ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/shower.png> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                       geo:lat "50.93629"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.39596"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/room/32-4061> rdf:type ns0:Room ;
                                           rdfs:label "Room 4061, Building 32" .

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

<http://id.southampton.ac.uk/point-of-service/shower5> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                                  <http://id.southampton.ac.uk/room/32-2079> ,
                                                                  <http://id.southampton.ac.uk/floor/32-2> ;
                                                       rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                       skos:notation "shower5" ;
                                                       rdfs:label "Shower (accessible)" ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/shower.png> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                       geo:lat "50.93629"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.39596"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/room/32-2079> rdf:type ns0:Room ;
                                           rdfs:label "Room 2079, Building 32" .

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

<http://id.southampton.ac.uk/point-of-service/shower6> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                                  <http://id.southampton.ac.uk/room/32-3061> ,
                                                                  <http://id.southampton.ac.uk/floor/32-3> ;
                                                       rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                       skos:notation "shower6" ;
                                                       rdfs:label "Shower (accessible)" ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/shower.png> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                       geo:lat "50.93629"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.39596"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/room/32-3061> rdf:type ns0:Room ;
                                           rdfs:label "Room 3061, Building 32" .

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

<http://id.southampton.ac.uk/location-feature/MFD> rdfs:label "MFD" ;
                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/mfd/PR-ID303264> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID303265> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID303182> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID298020> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID303266> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID303267> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID297986> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/mfd/PR-ID300999> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/room/32-1015> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Common Learning Space: EEE Lecture Theatre" ;
                                           skos:notation "32-1015"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Lecture Theatre" ,
                                                      "32 / 1015" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3201015A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3201015B.jpg> ;
                                           geo:lat "50.93655684"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395870934"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns1:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/32-1015-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/32-1015-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_SEATS_FIXED_TIERED> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_VIDEO_CONFERENCING> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-VIS-REC> ;
                                           dcterms:spatial "POLYGON((-1.3959999178 50.9366823121,-1.3957858493 50.9366949927,-1.395782795 50.936677104,-1.3957424607 50.9364319824,-1.3957774051 50.9364296613,-1.3959237407 50.9364200942,-1.3959558105 50.9364179996,-1.3959916533 50.936636175,-1.3959983907 50.9366738772,-1.3959999178 50.9366823121))" ;
                                           oo:capacity "426"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1015" .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_VIS .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_VIS> rdfs:label "Video overhead projector (Video OHP)" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns7:RSC-_BENCH_PC .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_BENCH_PC> rdfs:label "Bench PC" ;
                                                             rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_IND .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_IND> rdfs:label "Induction loop for hearing aid users" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns7:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_SEATS_FIXED_TIERED> rdf:type ns1:RoomFeature ,
                                                                                               ns7:RSC-_SEATS_FIXED_TIERED .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SEATS_FIXED_TIERED> rdfs:label "Fixed seats - tiered" ;
                                                                       rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns7:RSC-_WIRELESS_NETWORK .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_WIRELESS_NETWORK> rdfs:label "Wireless internet access" ;
                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_SYM .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SYM> rdfs:label "Sympodium (Smartscreen for the PC)" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns7:RSC-_WHITEBOARD .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_WHITEBOARD> rdfs:label "Whiteboard" ;
                                                               rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                  ns7:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible" ;
                                                                                                                          rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_VIDEO_CONFERENCING> rdf:type ns1:RoomFeature ,
                                                                                               ns7:RSC-_VIDEO_CONFERENCING .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_VIDEO_CONFERENCING> rdfs:label "Video conferencing" ;
                                                                       rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns7:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                      rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_LAP .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LAP> rdfs:label "Network connection for laptops" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                ns7:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/003201015/RSC-VIS-REC> rdf:type ns1:RoomFeature ,
                                                                                   ns7:RSC-VIS-REC .

<http://id.southampton.ac.uk/syllabus/feature/RSC-VIS-REC> rdfs:label "Video overhead projector (Recordable)" ;
                                                           rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/room/32-3077> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Common Learning Space: Row Layout" ;
                                           skos:notation "32-3077"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Seminar Room" ,
                                                      "{32 / 3077" ,
                                                      "32 / 3077" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3203077A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3203077B.jpg> ;
                                           geo:lat "50.93647753"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395895829"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959703633 50.9365132746,-1.3958256447 50.936521483,-1.3958163022 50.9364515129,-1.3958417245 50.9364498146,-1.3958530433 50.9364491919,-1.3958808012 50.9364472671,-1.3958790944 50.9364322088,-1.3959572479 50.9364275101,-1.395967309 50.936493178,-1.3959688361 50.9365033678,-1.3959703633 50.9365132746))" ;
                                           oo:capacity "40"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3077" .

<http://id.southampton.ac.uk/room/32-2001> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-2> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "32 / 2001" ;
                                           ns1:roomNumber "2001" .

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

<http://id.southampton.ac.uk/mfd/PR-ID297926> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/room/32-2063> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-2> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "32 / 2063" ;
                                           ns1:roomNumber "2063" .

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

<http://id.southampton.ac.uk/mfd/PR-ID298019> rdf:type ns6:MFD .

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

<http://id.southampton.ac.uk/mfd/PR-ID298018> rdf:type ns6:MFD .

<http://id.southampton.ac.uk/room/32-4053> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4053" ;
                                           geo:lat "50.93608282"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395862631"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959032591 50.9360974713,-1.3958288786 50.9361029059,-1.3958253752 50.9360854132,-1.3958212429 50.9360683734,-1.3958389397 50.9360670148,-1.3958967912 50.9360627689,-1.3959032591 50.9360974713))" ;
                                           ns1:roomNumber "4053" .

<http://id.southampton.ac.uk/room/32-3005> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3005" ;
                                           geo:lat "50.93679612"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395910124"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959317357 50.9368049857,-1.39589212 50.936807986,-1.3958895149 50.9367938902,-1.3958884369 50.9367872668,-1.3959283221 50.9367842665,-1.3959317357 50.9368049857))" ;
                                           ns1:roomNumber "3005" .

<http://id.southampton.ac.uk/room/32-4027> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4027" ;
                                           geo:lat "50.93645019"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395842993"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959945279 50.936663461,-1.3959045167 50.9366707071,-1.3958627451 50.9366729149,-1.3958495398 50.9366741037,-1.3958354363 50.9366741037,-1.395782795 50.936677104,-1.3957424607 50.9364319824,-1.3957341962 50.9363821087,-1.395710301 50.9362369031,-1.3957621338 50.9362339027,-1.3957783034 50.9362327139,-1.3957920477 50.9362316949,-1.3958470246 50.9362292041,-1.3958879877 50.9362271661,-1.3959240102 50.9362250149,-1.3959316459 50.9362748887,-1.395933712 50.9362853616,-1.3959338018 50.9362939098,-1.3959469172 50.936376108,-1.395840916 50.9363830711,-1.3958471144 50.9364255854,-1.3958480127 50.9364301142,-1.3958486415 50.9364335674,-1.3958530433 50.9364491919,-1.3958401075 50.9364494749,-1.3958163022 50.9364515129,-1.3958256447 50.936521483,-1.3959703633 50.9365132746,-1.3959832092 50.9365887924,-1.395984916 50.9365994917,-1.3959850956 50.9366086626,-1.3959945279 50.936663461))" ;
                                           ns1:roomNumber "4027" .

<http://id.southampton.ac.uk/room/32-4005> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4005" ;
                                           geo:lat "50.93679611"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395910149"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959317357 50.9368049857,-1.39589212 50.936807986,-1.3958884369 50.9367872668,-1.3959283221 50.9367842665,-1.3959317357 50.9368049857))" ;
                                           ns1:roomNumber "4005" .

<http://id.southampton.ac.uk/room/32-3049> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3049" ;
                                           geo:lat "50.93609604"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395798973"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958288786 50.9361029059,-1.3957728237 50.936106812,-1.3957707576 50.936097075,-1.3957693203 50.9360889797,-1.3958253752 50.9360854132,-1.3958288786 50.9361029059))" ;
                                           ns1:roomNumber "3049" .

<http://id.southampton.ac.uk/room/32-3075> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3075" ;
                                           geo:lat "50.93644045"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395865253"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958808012 50.9364472671,-1.3958530433 50.9364491919,-1.3958498093 50.9364378132,-1.3958486415 50.9364335674,-1.3958790944 50.9364322088,-1.3958808012 50.9364472671))" ;
                                           ns1:roomNumber "3075" .

<http://id.southampton.ac.uk/room/32-1039> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Education school owned" ;
                                           skos:notation "32-1039"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "32 / 1039 (NOT AVAILABLE)" ;
                                           oo:capacity "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1039 (NOT AVAILABLE)" .

<http://id.southampton.ac.uk/room/32-2097> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Education school owned" ;
                                           skos:notation "32-2097"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "32 / 2097" ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2097" .

<http://id.southampton.ac.uk/room/32-3027> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "ECS Teaching Lab" ;
                                           skos:notation "32-3027"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "32 / 3027 ECS Teaching Lab" ,
                                                      "32 / 3027" ;
                                           geo:lat "50.93645036"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395843125"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959961449 50.9366638007,-1.3959045167 50.9366707071,-1.3958627451 50.9366729149,-1.3958511568 50.9366743867,-1.3958354363 50.9366741037,-1.395782795 50.936677104,-1.3957424607 50.9364319824,-1.3957341962 50.9363821087,-1.395710301 50.9362369031,-1.3957621338 50.9362339027,-1.3957783034 50.9362328837,-1.3957920477 50.9362316949,-1.3958470246 50.9362292041,-1.3958879877 50.9362271661,-1.3959240102 50.9362250149,-1.3959316459 50.9362748887,-1.3959347001 50.9362853616,-1.3959338018 50.9362939098,-1.3959469172 50.936376108,-1.395840916 50.9363830711,-1.3958471144 50.9364255854,-1.3958479229 50.936430284,-1.3958486415 50.9364335674,-1.3958498093 50.9364378132,-1.3958530433 50.9364491919,-1.3958417245 50.9364498146,-1.3958163022 50.9364515129,-1.3958256447 50.936521483,-1.3959703633 50.9365132746,-1.3959832092 50.9365887924,-1.3959850956 50.9365996616,-1.3959850956 50.9366086626,-1.3959961449 50.9366638007))" ;
                                           oo:capacity "100"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3027 ECS Teaching Lab" .

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

<http://id.southampton.ac.uk/room/32-1049> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Education school owned" ;
                                           skos:notation "32-1049"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "32 / 1049 (NOT AVAILABLE)" ;
                                           oo:capacity "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1049 (NOT AVAILABLE)" .

<http://id.southampton.ac.uk/room/32-2103> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Education school owned" ;
                                           skos:notation "32-2103"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "32 / 2103" ;
                                           oo:capacity "6"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2103" .

<http://id.southampton.ac.uk/room/32-4077> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4077" ;
                                           geo:lat "50.93647611"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395894623"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959703633 50.9365132746,-1.3958256447 50.936521483,-1.3958163022 50.9364515129,-1.3958401075 50.9364494749,-1.3958530433 50.9364491919,-1.3958486415 50.9364335674,-1.3958790944 50.9364322088,-1.3959572479 50.9364275101,-1.3959703633 50.9365132746))" .

<http://id.southampton.ac.uk/room/32-3011> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3011" ;
                                           geo:lat "50.93684203"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395854642"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959016421 50.9368481789,-1.3958120801 50.936854689,-1.395808936 50.9368354983,-1.3958677756 50.936831479,-1.3958967014 50.9368296675,-1.3959016421 50.9368481789))" .

<http://id.southampton.ac.uk/room/32-4047> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4047" ;
                                           geo:lat "50.93607877"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395795914"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958253752 50.9360854132,-1.3957693203 50.9360889797,-1.395767344 50.9360721097,-1.3958212429 50.9360683734,-1.3958253752 50.9360854132))" .

<http://id.southampton.ac.uk/room/32-4003> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4003" ;
                                           geo:lat "50.93683188"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395991532"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3960249808 50.9368400837,-1.3959765616 50.9368433671,-1.3959609309 50.936844103,-1.3959575173 50.9368240066,-1.3960220164 50.9368191947,-1.3960249808 50.9368400837))" .

<http://id.southampton.ac.uk/room/32-4091> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4091" ;
                                           geo:lat "50.93671001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395891691"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959147575 50.9367197879,-1.3958736147 50.9367235807,-1.3958685841 50.9367003707,-1.3959096371 50.9366962948,-1.3959147575 50.9367197879))" .

<http://id.southampton.ac.uk/room/32-4011> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4011" ;
                                           geo:lat "50.93684203"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395854642"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959016421 50.9368481789,-1.3958120801 50.936854689,-1.395808936 50.9368354983,-1.3958677756 50.936831479,-1.3958967014 50.9368296675,-1.3959016421 50.9368481789))" .

<http://id.southampton.ac.uk/room/32-3013> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3013" ;
                                           geo:lat "50.93682345"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395836472"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958677756 50.936831479,-1.395808936 50.9368354983,-1.3958055224 50.9368147792,-1.395864901 50.9368120053,-1.3958677756 50.936831479))" .

<http://id.southampton.ac.uk/room/32-3037> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3037" ;
                                           geo:lat "50.93611798"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395717948"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957468624 50.9361278146,-1.3956924245 50.936131381,-1.3956891906 50.9361083971,-1.39574282 50.9361042646,-1.3957468624 50.9361278146))" .

<http://id.southampton.ac.uk/room/32-4089> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4089" ;
                                           geo:lat "50.93668507"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395886121"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959096371 50.9366962948,-1.3958685841 50.9367003707,-1.3958627451 50.9366729149,-1.3959045167 50.9366707071,-1.3959096371 50.9366962948))" .

<http://id.southampton.ac.uk/room/32-3007> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3007" ;
                                           geo:lat "50.93681706"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395913757"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959351493 50.9368257049,-1.3958967014 50.9368296675,-1.39589212 50.936807986,-1.3959317357 50.9368049857,-1.3959351493 50.9368257049))" .

<http://id.southampton.ac.uk/room/32-3001> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3001" ;
                                           geo:lat "50.936802"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395974915"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3960220164 50.9368191947,-1.3959351493 50.9368257049,-1.3959317357 50.9368049857,-1.3959283221 50.9367842665,-1.3959833888 50.9367805869,-1.3960150994 50.936779115,-1.3960220164 50.9368191947))" .

<http://id.southampton.ac.uk/room/32-3021> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3021" ;
                                           geo:lat "50.93673829"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39582094"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958509772 50.9367473003,-1.3957950121 50.9367513762,-1.3957914188 50.9367291851,-1.3958463059 50.9367251658,-1.3958509772 50.9367473003))" .

<http://id.southampton.ac.uk/room/32-3047> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3047" ;
                                           geo:lat "50.93607877"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395795914"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958253752 50.9360854132,-1.3957693203 50.9360889797,-1.395767344 50.9360721097,-1.3958212429 50.9360683734,-1.3958253752 50.9360854132))" .

<http://id.southampton.ac.uk/room/32-4017> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4017" ;
                                           geo:lat "50.93678362"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395829809"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958608586 50.9367924749,-1.395802558 50.936796664,-1.3957990545 50.9367750957,-1.3958560077 50.9367701707,-1.3958608586 50.9367924749))" .

<http://id.southampton.ac.uk/room/32-4037> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4037" ;
                                           geo:lat "50.93611798"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395717948"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957468624 50.9361278146,-1.3956924245 50.936131381,-1.3956891906 50.9361083971,-1.39574282 50.9361042646,-1.3957468624 50.9361278146))" .

<http://id.southampton.ac.uk/room/32-3019> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3019" ;
                                           geo:lat "50.93676104"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395825117"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958560077 50.9367701707,-1.3957990545 50.9367750957,-1.3957950121 50.9367513762,-1.3958509772 50.9367473003,-1.3958560077 50.9367701707))" .

<http://id.southampton.ac.uk/room/32-4009> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4009" ;
                                           geo:lat "50.93683631"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395929562"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959609309 50.936844103,-1.3959016421 50.9368481789,-1.3958967014 50.9368296675,-1.3959351493 50.9368257049,-1.3959575173 50.9368240066,-1.3959609309 50.936844103))" .

<http://id.southampton.ac.uk/room/32-3025> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3025" ;
                                           geo:lat "50.93668873"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395811449"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958408262 50.9366998046,-1.3957871968 50.9367037107,-1.3957859391 50.9366956721,-1.395782795 50.936677104,-1.3958354363 50.9366741037,-1.3958408262 50.9366998046))" .

<http://id.southampton.ac.uk/room/32-3089> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3089" ;
                                           geo:lat "50.93668507"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395886121"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959096371 50.9366962948,-1.3958685841 50.9367003707,-1.3958627451 50.9366729149,-1.3959045167 50.9366707071,-1.3959096371 50.9366962948))" .

<http://id.southampton.ac.uk/room/32-4039> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4039" ;
                                           geo:lat "50.93609681"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395714346"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.39574282 50.9361042646,-1.3956891906 50.9361083971,-1.3956855075 50.9360890929,-1.3957405742 50.936085583,-1.39574282 50.9361042646))" .

<http://id.southampton.ac.uk/room/32-4015> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4015" ;
                                           geo:lat "50.93680398"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395833845"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.395864901 50.9368120053,-1.3958055224 50.9368147792,-1.395802558 50.936796664,-1.3958608586 50.9367924749,-1.395864901 50.9368120053))" .

<http://id.southampton.ac.uk/room/32-4049> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4049" ;
                                           geo:lat "50.93609604"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395799011"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958288786 50.9361029059,-1.3957728237 50.936106812,-1.3957693203 50.9360889797,-1.3958253752 50.9360854132,-1.3958288786 50.9361029059))" .

<http://id.southampton.ac.uk/room/32-3015> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3015" ;
                                           geo:lat "50.93680398"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395833845"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.395864901 50.9368120053,-1.3958055224 50.9368147792,-1.395802558 50.936796664,-1.3958608586 50.9367924749,-1.395864901 50.9368120053))" .

<http://id.southampton.ac.uk/room/32-3033> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3033" ;
                                           geo:lat "50.93616482"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395725506"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957542286 50.9361733861,-1.39570015 50.9361776885,-1.3956970059 50.9361560633,-1.3957509048 50.9361521005,-1.3957542286 50.9361733861))" .

<http://id.southampton.ac.uk/room/32-4059> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4059" ;
                                           geo:lat "50.93621451"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395817218"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958470246 50.9362292041,-1.3957920477 50.9362316949,-1.3957869273 50.9362001629,-1.3958426228 50.9361971625,-1.3958470246 50.9362292041))" .

<http://id.southampton.ac.uk/room/32-4007> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4007" ;
                                           geo:lat "50.93681706"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395913757"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959351493 50.9368257049,-1.3958967014 50.9368296675,-1.39589212 50.936807986,-1.3959317357 50.9368049857,-1.3959351493 50.9368257049))" .

<http://id.southampton.ac.uk/room/32-3073> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Access Grid Room" ;
                                           geo:lat "50.93640525"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395898648"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959572479 50.9364275101,-1.3958790944 50.9364322088,-1.3958486415 50.9364335674,-1.3958479229 50.936430284,-1.3958471144 50.9364255854,-1.395840916 50.9363830711,-1.3959469172 50.936376108,-1.3959549122 50.9364138105,-1.3959572479 50.9364275101))" .

<http://id.southampton.ac.uk/room/32-3043> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3043" ;
                                           geo:lat "50.93605242"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395721798"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957650084 50.9360620896,-1.395736442 50.9360648069,-1.395682543 50.9360678639,-1.395678321 50.9360422759,-1.3957613253 50.9360367846,-1.3957650084 50.9360620896))" .

<http://id.southampton.ac.uk/room/32-4013> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4013" ;
                                           geo:lat "50.93682345"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395836472"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958677756 50.936831479,-1.395808936 50.9368354983,-1.3958055224 50.9368147792,-1.395864901 50.9368120053,-1.3958677756 50.936831479))" .

<http://id.southampton.ac.uk/room/32-4035> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4035" ;
                                           geo:lat "50.93614183"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395721717"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957509048 50.9361521005,-1.3956970059 50.9361560633,-1.3956924245 50.936131381,-1.3957468624 50.9361278146,-1.3957509048 50.9361521005))" .

<http://id.southampton.ac.uk/room/32-3003> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3003" ;
                                           geo:lat "50.93683188"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395991532"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3960249808 50.9368400837,-1.3959765616 50.9368433671,-1.3959609309 50.936844103,-1.3959575173 50.9368240066,-1.3960220164 50.9368191947,-1.3960249808 50.9368400837))" .

<http://id.southampton.ac.uk/room/32-3031> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3031" ;
                                           geo:lat "50.9361895"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395729539"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957580914 50.9362019744,-1.3957050908 50.9362052012,-1.39570015 50.9361776885,-1.3957542286 50.9361733861,-1.3957580914 50.9362019744))" .

<http://id.southampton.ac.uk/room/32-4021> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4021" ;
                                           geo:lat "50.93673829"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39582094"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958509772 50.9367473003,-1.3957950121 50.9367513762,-1.3957914188 50.9367291851,-1.3958463059 50.9367251658,-1.3958509772 50.9367473003))" .

<http://id.southampton.ac.uk/room/32-4025> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4025" ;
                                           geo:lat "50.93668873"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395811455"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958408262 50.9366998046,-1.3957871968 50.9367037107,-1.3957858493 50.9366949927,-1.395782795 50.936677104,-1.3958354363 50.9366741037,-1.3958408262 50.9366998046))" .

<http://id.southampton.ac.uk/room/32-4019> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4019" ;
                                           geo:lat "50.93676104"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395825117"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958560077 50.9367701707,-1.3957990545 50.9367750957,-1.3957950121 50.9367513762,-1.3958509772 50.9367473003,-1.3958560077 50.9367701707))" .

<http://id.southampton.ac.uk/room/32-4041> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4041" ;
                                           geo:lat "50.93607688"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395711192"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957405742 50.936085583,-1.3956855075 50.9360890929,-1.395682543 50.9360678639,-1.395736442 50.9360648069,-1.3957405742 50.936085583))" .

<http://id.southampton.ac.uk/room/32-3053> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3053" ;
                                           geo:lat "50.93608282"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395862631"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959032591 50.9360974713,-1.3958288786 50.9361029059,-1.3958253752 50.9360854132,-1.3958212429 50.9360683734,-1.3958389397 50.9360670148,-1.3958967912 50.9360627689,-1.3959032591 50.9360974713))" .

<http://id.southampton.ac.uk/room/32-4043> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4043" ;
                                           geo:lat "50.93605242"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395721798"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957650084 50.9360620896,-1.395736442 50.9360648069,-1.395682543 50.9360678639,-1.395678321 50.9360422759,-1.3957613253 50.9360367846,-1.3957650084 50.9360620896))" .

<http://id.southampton.ac.uk/room/32-4023> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4023" ;
                                           geo:lat "50.93671452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395816443"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958463059 50.9367251658,-1.3957914188 50.9367291851,-1.3957871968 50.9367037107,-1.3958408262 50.9366998046,-1.3958463059 50.9367251658))" .

<http://id.southampton.ac.uk/room/32-4029> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4029" ;
                                           geo:lat "50.93621943"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395733917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957621338 50.9362339027,-1.395710301 50.9362369031,-1.3957050908 50.9362052012,-1.3957580914 50.9362019744,-1.3957621338 50.9362339027))" .

<http://id.southampton.ac.uk/room/32-4057> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4057" ;
                                           geo:lat "50.93618147"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395812504"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958426228 50.9361971625,-1.3957869273 50.9362001629,-1.3957825255 50.9361658003,-1.3958378618 50.9361626867,-1.3958426228 50.9361971625))" .

<http://id.southampton.ac.uk/room/32-3035> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3035" ;
                                           geo:lat "50.93614183"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395721717"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957509048 50.9361521005,-1.3956970059 50.9361560633,-1.3956924245 50.936131381,-1.3957468624 50.9361278146,-1.3957509048 50.9361521005))" .

<http://id.southampton.ac.uk/room/32-3039> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3039" ;
                                           geo:lat "50.93609681"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395714346"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.39574282 50.9361042646,-1.3956891906 50.9361083971,-1.3956855075 50.9360890929,-1.3957405742 50.936085583,-1.39574282 50.9361042646))" .

<http://id.southampton.ac.uk/room/32-4001> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4001" ;
                                           geo:lat "50.93680209"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395974912"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3960220164 50.9368191947,-1.3959575173 50.9368240066,-1.3959351493 50.9368257049,-1.3959317357 50.9368049857,-1.3959283221 50.9367842665,-1.3960150994 50.936779115,-1.3960220164 50.9368191947))" .

<http://id.southampton.ac.uk/room/32-4045> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4045" ;
                                           geo:lat "50.93605204"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395800008"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958389397 50.9360670148,-1.3958212429 50.9360683734,-1.395767344 50.9360721097,-1.3957650084 50.9360620896,-1.3957613253 50.9360367846,-1.3958332803 50.936032086,-1.3958389397 50.9360670148))" .

<http://id.southampton.ac.uk/room/32-3029> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3029" ;
                                           geo:lat "50.93621943"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395733917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957621338 50.9362339027,-1.395710301 50.9362369031,-1.3957050908 50.9362052012,-1.3957580914 50.9362019744,-1.3957621338 50.9362339027))" .

<http://id.southampton.ac.uk/room/32-3017> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3017" ;
                                           geo:lat "50.93678362"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395829809"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958608586 50.9367924749,-1.395802558 50.936796664,-1.3957990545 50.9367750957,-1.3958560077 50.9367701707,-1.3958608586 50.9367924749))" .

<http://id.southampton.ac.uk/room/32-3045> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3045" ;
                                           geo:lat "50.93605204"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395800008"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958389397 50.9360670148,-1.3958212429 50.9360683734,-1.395767344 50.9360721097,-1.3957650084 50.9360620896,-1.3957613253 50.9360367846,-1.3958332803 50.936032086,-1.3958389397 50.9360670148))" .

<http://id.southampton.ac.uk/room/32-4033> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4033" ;
                                           geo:lat "50.93616482"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395725506"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957542286 50.9361733861,-1.39570015 50.9361776885,-1.3956970059 50.9361560633,-1.3957509048 50.9361521005,-1.3957542286 50.9361733861))" .

<http://id.southampton.ac.uk/room/32-3009> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3009" ;
                                           geo:lat "50.93683631"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395929562"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959609309 50.936844103,-1.3959016421 50.9368481789,-1.3958967014 50.9368296675,-1.3959351493 50.9368257049,-1.3959575173 50.9368240066,-1.3959609309 50.936844103))" .

<http://id.southampton.ac.uk/room/32-3023> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3023" ;
                                           geo:lat "50.93671452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395816443"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958463059 50.9367251658,-1.3957914188 50.9367291851,-1.3957871968 50.9367037107,-1.3958408262 50.9366998046,-1.3958463059 50.9367251658))" .

<http://id.southampton.ac.uk/room/32-4051> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4051" ;
                                           geo:lat "50.9360475"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395865225"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958967912 50.9360627689,-1.3958389397 50.9360670148,-1.3958332803 50.936032086,-1.3958922098 50.936028293,-1.3958967912 50.9360627689))" .

<http://id.southampton.ac.uk/room/32-3091> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3091" ;
                                           geo:lat "50.93671001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395891691"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959147575 50.9367197879,-1.3958736147 50.9367235807,-1.3958685841 50.9367003707,-1.3959096371 50.9366962948,-1.3959147575 50.9367197879))" .

<http://id.southampton.ac.uk/room/32-4031> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4031" ;
                                           geo:lat "50.9361895"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395729539"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957580914 50.9362019744,-1.3957050908 50.9362052012,-1.39570015 50.9361776885,-1.3957542286 50.9361733861,-1.3957580914 50.9362019744))" .

<http://id.southampton.ac.uk/room/32-3051> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3051" ;
                                           geo:lat "50.9360475"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395865225"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958967912 50.9360627689,-1.3958389397 50.9360670148,-1.3958332803 50.936032086,-1.3958922098 50.936028293,-1.3958967912 50.9360627689))" .

<http://id.southampton.ac.uk/room/32-3041> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3041" ;
                                           geo:lat "50.93607688"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395711192"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957405742 50.936085583,-1.3956855075 50.9360890929,-1.395682543 50.9360678639,-1.395736442 50.9360648069,-1.3957405742 50.936085583))" .

<http://id.southampton.ac.uk/room/32-4073> ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4073" ;
                                           geo:lat "50.93640525"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395898548"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959572479 50.9364275101,-1.3958790944 50.9364322088,-1.3958486415 50.9364335674,-1.3958480127 50.9364301142,-1.3958471144 50.9364255854,-1.395840916 50.9363830711,-1.3959469172 50.936376108,-1.3959572479 50.9364275101))" .