@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/54-3017> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "54 / 3017" ;
                                           ns2:within <http://id.southampton.ac.uk/building/54> ,
                                                      <http://id.southampton.ac.uk/floor/54-3> ;
                                           geo:lat "50.93629382"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398983896"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3990093639 50.9362813989,-1.3989876246 50.9363089682,-1.3989834025 50.9363144028,-1.398958609 50.9363063075,-1.3989622921 50.9363018919,-1.3989675922 50.9362948156,-1.398977833 50.9362811724,-1.3989835822 50.9362734734,-1.3990093639 50.9362813989))" .

<http://id.southampton.ac.uk/building/54> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Mathematics" ;
                                          geo:lat "50.93628"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39884"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/floor/54-3> rdf:type ns0:Floor ;
                                         rdfs:label "Building 54 / Level 3" .