@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-2065> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "36/2065" ,
                                                      "36 / 2065" ;
                                           ns2:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           geo:lat "50.93459986"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395948305"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301007> ;
                                           dcterms:spatial "POLYGON((-1.3960452827 50.9345901886,-1.3959915635 50.9346589727,-1.3959408087 50.9346449894,-1.3958812504 50.9346285152,-1.3958725367 50.934640517,-1.3958498093 50.9346336103,-1.3958548399 50.9346269867,-1.3959219441 50.9345305756,-1.3959780888 50.934547899,-1.3959661412 50.9345635807,-1.3960452827 50.9345901886))" ;
                                           ns1:roomNumber "2065" .

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

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