@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/> .

<http://id.southampton.ac.uk/room/29-3012> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "29 / 3012" ,
                                                      "29/3012" ;
                                           ns2:within <http://id.southampton.ac.uk/building/29> ,
                                                      <http://id.southampton.ac.uk/floor/29-3> ;
                                           geo:lat "50.93395628"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393965316"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298026> ;
                                           dcterms:spatial "POLYGON((-1.3940328768 50.9339523881,-1.3940025138 50.933993376,-1.3939876916 50.9339885073,-1.3938971414 50.9339588986,-1.3939274146 50.933919892,-1.3940328768 50.9339523881))" ;
                                           ns1:roomNumber "3012" .

<http://id.southampton.ac.uk/building/29> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Graham Hills" ;
                                          geo:lat "50.93402"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-29-graham-hills> ;
                                          geo:long "-1.39407"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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