@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns3: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns4: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns5: <http://purl.org/goodrelations/v1#> .

<http://id.southampton.ac.uk/room/65-2149> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "65/2149" ,
                                                      "65 / 2149" ,
                                                      "Avenue 65 / 2149 (Computer Workstation)" ;
                                           ns2:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "Computer Workstation (BOOKABLE)" ;
                                           skos:notation "65-2149"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           geo:lat "50.92938945"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.402694854"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303663> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006502149/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.4027832762 50.9293722072,-1.4027260535 50.9294443961,-1.4026063979 50.929406688,-1.4026637104 50.929334499,-1.4027832762 50.9293722072))" ;
                                           ns1:roomNumber "2149" ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2149 (Computer Workstation)" .

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

<http://id.southampton.ac.uk/building/65> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Parkes Bldg" ;
                                          geo:lat "50.92911"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-65-parkes-university-of> ;
                                          geo:long "-1.40239"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/006502149/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns4:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in Avenue 65 / 2149 (Computer Workstation)" .

<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/point-of-service/workstations-65-2149> rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "iSolutions Workstations - 65-2149" ;
                                                                    ns1:workstationSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns1:workstationFreeSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:within <http://id.southampton.ac.uk/room/65-2149> .