@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/58-1015> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "58 / 1015" ;
                                           ns2:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           geo:lat "50.93672042"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398807655"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3988562011 50.9366895016,-1.3988137108 50.9367568107,-1.3988085006 50.9367641134,-1.3987577457 50.9367491684,-1.3988090396 50.9366764813,-1.3988562011 50.9366895016))" .

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

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