@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 dcterms: <http://purl.org/dc/terms/> .

<http://id.southampton.ac.uk/room/32-3035> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 3035" ;
                                           ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           geo:lat "50.93614183"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395721717"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3957509048 50.9361521005,-1.3956970059 50.9361560633,-1.3956924245 50.936131381,-1.3957468624 50.9361278146,-1.3957509048 50.9361521005))" .

<http://id.southampton.ac.uk/building/32> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "EEE Building" ;
                                          geo:lat "50.93643"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-32-eee> ;
                                          geo:long "-1.39589"^^<http://www.w3.org/2001/XMLSchema#float> .

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