@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-2014> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Meeting Room 3" ;
                                           ns2:within <http://id.southampton.ac.uk/building/42> ,
                                                      <http://id.southampton.ac.uk/floor/42-2> ;
                                           geo:lat "50.93402468"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.397996099"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3980493343 50.9340207768,-1.3980264273 50.9340527066,-1.397942884 50.9340298915,-1.3979464772 50.9340246831,-1.3979678571 50.933995867,-1.3980493343 50.9340207768))" .

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