@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-3601> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Bar 3" ;
                                           ns2:within <http://id.southampton.ac.uk/building/42> ,
                                                      <http://id.southampton.ac.uk/floor/42-3> ;
                                           geo:lat "50.9341925"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.397531537"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.397584007 50.9341349654,-1.3974930975 50.934259061,-1.3974780058 50.9342541923,-1.3975654119 50.9341295872,-1.397584007 50.9341349654))" .

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