@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-1037> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Climbing Wall" ;
                                           ns2:within <http://id.southampton.ac.uk/building/42> ,
                                                      <http://id.southampton.ac.uk/floor/42-1> ;
                                           geo:lat "50.93429191"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.397898331"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3979803437 50.9342613822,-1.3979157548 50.9343507738,-1.397815952 50.934321505,-1.3978807205 50.9342338683,-1.3979256363 50.9342458702,-1.3979365957 50.9342488707,-1.3979803437 50.9342613822))" .

<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" .