@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns6: <http://purl.org/goodrelations/v1#> .
@prefix ns7: <http://id.southampton.ac.uk/syllabus/feature/> .

<http://id.southampton.ac.uk/building/67> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Nightingale" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "67"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          geo:lat "50.93674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39658"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns0:occupant <http://id.southampton.ac.uk/org/KE> ,
                                                       <http://id.southampton.ac.uk/org/MR> ,
                                                       <http://id.southampton.ac.uk/org/BN> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID309270> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID309269> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/67#residential> ;
                                          ns1:buildingArchitect <http://id.southampton.ac.uk/building/67#architect> ;
                                          ns1:buildingDate "2000" ;
                                          ns1:buildingFeature "Practical teaching area features medical ward" ;
                                          dcterms:spatial "POLYGON((-1.39677579273831 50.9370544076913,-1.39654833930837 50.9370720698441,-1.39649848281011 50.9368180059241,-1.39640595633584 50.9363453120049,-1.39645329755131 50.9363415757224,-1.39663340976578 50.9363275929658,-1.39666323383321 50.9364797047529,-1.39677579273831 50.9370544076913))" .

<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/KE> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Professional Practice in Health Sciences" .

<http://id.southampton.ac.uk/org/MR> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "School of Health Sciences" .

<http://id.southampton.ac.uk/org/BN> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Centre for Innovation and Leadership in Health Sciences" .

<http://id.southampton.ac.uk/mfd/PR-ID309270> rdf:type ns5:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID309270" .

<http://id.southampton.ac.uk/mfd/PR-ID309269> rdf:type ns5:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID309269" .

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

<http://id.southampton.ac.uk/building/67#architect> rdfs:label "Wilson Mason" .

<http://id.southampton.ac.uk/point-of-service/infant-67-1> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                                      <http://id.southampton.ac.uk/room/67-3037> ,
                                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                                           rdf:type ns6:LocationOfSalesOrServiceProvisioning ;
                                                           dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value">6x6 foot approx</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Wheelchair Accessible:</span>
        <span class="desc-term-value">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Washing Facilities:</span>
        <span class="desc-term-value">No, but nearby</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Furniture:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Power:</span>
        <span class="desc-term-value">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Phone:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Access Arrangements:</span>
        <span class="desc-term-value">Behind card reader door</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Notes:</span>
        <span class="desc-term-value"></span>
      </div>
    """^^<http://purl.org/xtypes/Fragment-HTML> ;
                                                           skos:notation "infant-67-1" ;
                                                           rdfs:label "New and Expectant Parents Room" ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/feeding.png> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> ;
                                                           geo:lat "50.93648"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.39644"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<http://id.southampton.ac.uk/room/67-1003> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Skills Room" ;
                                           skos:notation "67-1003"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Lecture Room" ,
                                                      "67 / 1003 Skills Room" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701003A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701003B.jpg> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701003/RSC-_SYM> ;
                                           oo:capacity "30"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1003 Skills Room" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701003/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/006701003/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/006701003/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/006701003/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/006701003/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/006701003/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns7:RSC-_SEATS_MOVEABLE .

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701003/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/006701003/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                    ns7:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701003/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/006701003/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/006701003/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/room/67-1007> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-1007"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Lecture Room" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701007A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701007B.jpg> .

<http://id.southampton.ac.uk/room/67-1009> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-1009"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 4" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701009A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701009B.jpg> .

<http://id.southampton.ac.uk/room/67-1011> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-1011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 3" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701011A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701011B.jpg> .

<http://id.southampton.ac.uk/room/67-1013> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Skills Room" ;
                                           skos:notation "67-1013"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 2" ,
                                                      "67 / 1013" ,
                                                      "67 / 1013 Skills Room" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701013A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701013B.jpg> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301071> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701013/RSC-_WIRELESS_NETWORK> ;
                                           ns1:roomNumber "1013" ;
                                           oo:capacity "30"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1013 Skills Room" .

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701013/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/room-feature/006701013/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_LAP .

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/room/67-1015> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-1015"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 1" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701015A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701015B.jpg> .

<http://id.southampton.ac.uk/room/67-1027> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-1027"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Lecture Theatre" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701027A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6701027B.jpg> .

<http://id.southampton.ac.uk/room/67-2013> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "67-2013"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 8" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702013A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702013B.jpg> .

<http://id.southampton.ac.uk/room/67-2017> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "GP Consultation Room" ;
                                           skos:notation "67-2017"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 6" ,
                                                      "67 / 2017 GP Consultation Room" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702017A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702017B.jpg> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702017/RSC-_LAP> ;
                                           oo:capacity "5"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2017 GP Consultation Room" .

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

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DVDPC> rdfs:label "DVD playback via PC" ;
                                                          rdfs:subClassOf oo:Feature .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702017/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/006702017/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns7:RSC-_SEATS_MOVEABLE .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702017/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/006702017/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_LAP .

<http://id.southampton.ac.uk/room/67-2019> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "The Flat" ;
                                           skos:notation "67-2019"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Tutorial Room 5" ,
                                                      "67 / 2019 T The Flat" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702019A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702019B.jpg> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_LAP> ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2019 T The Flat" .

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/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/room-feature/006702019/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns7:RSC-_SEATS_MOVEABLE .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/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/room-feature/006702019/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns7:RSC-_BENCH_PC .

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

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

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

<http://id.southampton.ac.uk/room/67-E1001> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                            rdf:type ns0:Room ;
                                            skos:notation "67-E1001"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "Lecture Room C" ;
                                            foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E1001B.jpg> ,
                                                           <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E1001A.jpg> .

<http://id.southampton.ac.uk/room/67-E2011> ns2:within <http://id.southampton.ac.uk/building/67> ;
                                            rdf:type ns0:Room ;
                                            skos:notation "67-E2011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "Tutorial Room 9" ;
                                            foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E2011A.jpg> ,
                                                           <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E2011B.jpg> .

<http://id.southampton.ac.uk/room/67-1023> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Common Learning Space: Seminar Room" ;
                                           skos:notation "67-1023"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 1023" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-VIS-REC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_VIDEO_CONFERENCING> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701023/RSC-_WIRELESS_NETWORK> ;
                                           oo:capacity "40"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1023" .

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701023/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/syllabus/room-feature/006701023/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_VIS .

<http://id.southampton.ac.uk/syllabus/room-feature/006701023/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/006701023/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/room-feature/006701023/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns7:RSC-_SCREEN .

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

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

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

<http://id.southampton.ac.uk/room/67-4047> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "67 / 4047" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297951> ;
                                           ns1:roomNumber "4047" .

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

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

<http://id.southampton.ac.uk/room/67-3049> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "67 / 3049" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID300995> ;
                                           ns1:roomNumber "3049" .

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

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

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

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

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

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

<http://id.southampton.ac.uk/room/67-4005> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ;
                                           rdfs:label "67 / 4005" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303712> ;
                                           ns1:roomNumber "4005" .

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

<http://id.southampton.ac.uk/room/67-3005> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-3005"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3005 Meeting Room" ;
                                           oo:capacity "14"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3005 Meeting Room" .

<http://id.southampton.ac.uk/room/67-3017> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY" ;
                                           skos:notation "67-3017"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3017 Meeting Room" ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3017 Meeting Room" .

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

<http://id.southampton.ac.uk/room/67-2025> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Teaching multi-purpose" ;
                                           skos:notation "67-2025"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 2025 Teaching multi-purpose" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702025/RSC-_WHITEBOARD> ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2025 Teaching multi-purpose" .

<http://id.southampton.ac.uk/syllabus/room-feature/006702025/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/room-feature/006702025/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns7:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION .

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702025/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/room-feature/006702025/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns7:RSC-_BENCH_PC .

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

<http://id.southampton.ac.uk/room/67-4023> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room D - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4023"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4023 Meeting Room D" ;
                                           oo:capacity "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4023 Meeting Room D" .

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

<http://id.southampton.ac.uk/room/67-3019> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-3019"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3019 Meeting Room" ;
                                           oo:capacity "4"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3019 Meeting Room" .

<http://id.southampton.ac.uk/room/67-2015> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Sensory Room" ;
                                           skos:notation "67-2015"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 2015 Sensory Room" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702015/RSC-_SYM> ;
                                           oo:capacity "5"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2015 Sensory Room" .

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

<http://id.southampton.ac.uk/room/67-4071> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4071"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4071 Meeting Room" ;
                                           oo:capacity "8"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4071 Meeting Room" .

<http://id.southampton.ac.uk/room/67-2039> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Skills Lab" ;
                                           skos:notation "67-2039"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 2039 Skills Lab" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702039/RSC-_SEATS_MOVEABLE> ;
                                           oo:capacity "32"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2039 Skills Lab" .

<http://id.southampton.ac.uk/syllabus/room-feature/006702039/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/room-feature/006702039/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_LAP .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702039/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/room-feature/006702039/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns7:RSC-_WHITEBOARD .

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

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

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

<http://id.southampton.ac.uk/room/67-3027> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY" ;
                                           skos:notation "67-3027"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3027 Meeting Room" ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3027 Meeting Room" .

<http://id.southampton.ac.uk/room/67-4027> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4027"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4027 Meeting Room" ;
                                           oo:capacity "10"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4027 Meeting Room" .

<http://id.southampton.ac.uk/room/67-1001> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Seminar Room" ;
                                           skos:notation "67-1001"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 1001 Skills Room" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-VIS-REC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701001/RSC-_SYM> ;
                                           oo:capacity "30"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1001 Skills Room" .

<http://id.southampton.ac.uk/syllabus/room-feature/006701001/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/room-feature/006701001/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns7:RSC-_WHITEBOARD .

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/room/67-3045> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Interview Room 2 - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-3045"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3045 Interview Room 2" ;
                                           oo:capacity "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3045 Interview Room 2" .

<http://id.southampton.ac.uk/room/67-4031> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Quiet Zone Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4031"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4031 Quiet Zone Room" ;
                                           oo:capacity "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4031 Quiet Zone Room" .

<http://id.southampton.ac.uk/room/67-3035> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Interview Room 1 - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-3035"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3043 Interview Room 1" ;
                                           oo:capacity "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3043 Interview Room 1" .

<http://id.southampton.ac.uk/room/67-3013> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-3> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Meeting Room A - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-3013"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 3013 Meeting Room A" ;
                                           oo:capacity "10"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3013 Meeting Room A" .

<http://id.southampton.ac.uk/room/67-1037> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Common Learning Space: Lecture Theatre" ;
                                           skos:notation "67-1037"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 1037" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_SEATS_FIXED_TIERED> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DVD> ;
                                           oo:capacity "252"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1037" .

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701037/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/006701037/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                    ns7:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible .

<http://id.southampton.ac.uk/syllabus/room-feature/006701037/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/room-feature/006701037/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                                ns7:RSC-_DVD .

<http://id.southampton.ac.uk/room/67-9998> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-9> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Computer Workstation" ;
                                           skos:notation "67-9998"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67P / 1003 Portacabin B (Computer Workstation)" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006709998/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                           oo:capacity "50"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1003 Portacabin B (Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/room-feature/006709998/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/room/67-2021> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Skills Lab" ;
                                           skos:notation "67-2021"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 2021 Skills Lab" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702021/RSC-_SEATS_MOVEABLE> ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2021 Skills Lab" .

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

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702021/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/room-feature/006702021/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/room-feature/006702021/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns7:RSC-_BENCH_PC .

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

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

<http://id.southampton.ac.uk/room/67-4033> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Quiet Zone Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4033"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4033 Quiet Zone Room" ;
                                           oo:capacity "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4033 Quiet Zone Room" .

<http://id.southampton.ac.uk/room/67-4035> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Quiet Zone Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4035"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4035 Quiet Zone Room" ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4035 Quiet Zone Room" .

<http://id.southampton.ac.uk/room/67-4037> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Quiet Zone Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4037"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4037 Quiet Zone Room" ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4037 Quiet Zone Room" .

<http://id.southampton.ac.uk/room/67-4039> ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-4> ;
                                           rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           dcterms:description "Quiet Zone Room - HEALTH SCI ONLY - CARD ACCESS ONLY" ;
                                           skos:notation "67-4039"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "67 / 4039 Quiet Zone Room" ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "4039 Quiet Zone Room" .

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

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