@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/room/27-3053> rdf:type ns0:Room ;
                                           rdfs:label "27 / 3053" ;
                                           ns1:within <http://id.southampton.ac.uk/building/27> ,
                                                      <http://id.southampton.ac.uk/floor/27-3> ;
                                           ns2:roomNumber "3053" .

<http://id.southampton.ac.uk/building/27> rdf:type ns0:Building ,
                                                   ns2:UoSBuilding ;
                                          rdfs:label "Chemistry" ;
                                          geo:lat "50.93434"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-27-chemistry-southampton> ;
                                          geo:long "-1.39375"^^<http://www.w3.org/2001/XMLSchema#float> .

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