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

<http://id.southampton.ac.uk/room/36-2057> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "36/2057" ,
                                                      "36 / 2057" ;
                                           ns2:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           geo:lat "50.93462019"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39575458"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID304185> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID304435> ;
                                           dcterms:spatial "POLYGON((-1.3958161225 50.9346087009,-1.3958065105 50.9346220048,-1.3957814476 50.934656878,-1.3956930533 50.9346316855,-1.3957277283 50.9345835083,-1.3958161225 50.9346087009))" ;
                                           ns1:roomNumber "2057" .

<http://id.southampton.ac.uk/building/36> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" ;
                                          geo:lat "50.93504"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-36-hartley-library> ;
                                          geo:long "-1.39531"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<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-ID304185> rdf:type ns3:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID304185" .

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

<http://id.southampton.ac.uk/point-of-service/workstations-36-2057> rdf:type ns4:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "iSolutions Workstations - 36-2057" ;
                                                                    ns1:workstationSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns1:workstationFreeSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:within <http://id.southampton.ac.uk/room/36-2057> .