@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-2061> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "36/2061" ,
                                                      "36 / 2061" ;
                                           ns2:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           geo:lat "50.93454109"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395813855"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301030> ;
                                           dcterms:spatial "POLYGON((-1.3958845741 50.93451897,-1.3958349871 50.9345909812,-1.3958256447 50.9345880939,-1.3957424607 50.9345629014,-1.3957937545 50.9344911733,-1.3958845741 50.93451897))" ;
                                           ns1:roomNumber "2061" .

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

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