@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/42-1001> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Old Sports Hall" ;
                                           ns2:within <http://id.southampton.ac.uk/building/42> ,
                                                      <http://id.southampton.ac.uk/floor/42-1> ;
                                           geo:lat "50.93390584"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.397498122"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3977585497 50.9338930007,-1.3976768928 50.9340027172,-1.3976539858 50.9340390629,-1.3976079022 50.9340258154,-1.3972372573 50.9339184767,-1.397345684 50.9337732634,-1.3977585497 50.9338930007))" .

<http://id.southampton.ac.uk/building/42> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Students' Union" ;
                                          geo:lat "50.93418"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39755"^^<http://www.w3.org/2001/XMLSchema#float> .

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