@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 dcterms: <http://purl.org/dc/terms/> .
@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 ns3: <http://id.southampton.ac.uk/syllabus/feature/> .

<http://id.southampton.ac.uk/room/44-9998> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "44 / Undercroft" ;
                                           ns2:within <http://id.southampton.ac.uk/building/44> ,
                                                      <http://id.southampton.ac.uk/floor/44-9> ;
                                           dcterms:description "Building 44 Undercroft" ;
                                           skos:notation "44-9998"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SEATS_FIXED_TIERED> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                           oo:capacity "60"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "Undercroft" .

<http://id.southampton.ac.uk/building/44> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Shackleton" ;
                                          geo:lat "50.93452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39894"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_DVD ;
                                                                       rdfs:label "DVD player in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_VIS ;
                                                                       rdfs:label "Video overhead projector (Video OHP) in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 44 / Undercroft" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SCREEN> rdf:type rdfs:Class ,
                                                                    ns1:RoomFeatureClass ;
                                                           rdfs:label "Screen" ;
                                                           rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SEATS_FIXED_TIERED> rdf:type ns1:RoomFeature ,
                                                                                               ns3:RSC-_SEATS_FIXED_TIERED ;
                                                                                      rdfs:label "Fixed seats - tiered in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                                            ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29 ;
                                                                                                                                                                                                   rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates) in 44 / Undercroft" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type rdfs:Class ,
                                                                                                                                                                                             ns1:RoomFeatureClass ;
                                                                                                                                                                                    rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates)" ;
                                                                                                                                                                                    rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 44 / Undercroft" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004409998/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                  ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                         rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible in 44 / Undercroft" .

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