@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-2035> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Sabbatical Office" ;
                                           ns2:within <http://id.southampton.ac.uk/building/42> ,
                                                      <http://id.southampton.ac.uk/floor/42-2> ;
                                           geo:lat "50.93447908"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.397812633"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3979266244 50.9344453736,-1.3978469439 50.9345557682,-1.397701327 50.9345163659,-1.3977667243 50.9344148028,-1.3977758871 50.9344011025,-1.3979266244 50.9344453736))" .

<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-2> rdf:type ns0:Floor ;
                                         rdfs:label "Floor 2, Building 42" .