@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-4001> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "54 / 4001" ;
                                           ns2:within <http://id.southampton.ac.uk/building/54> ,
                                                      <http://id.southampton.ac.uk/floor/54-4> ;
                                           geo:lat "50.93619141"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398903412"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3990797918 50.936192011,-1.3990496084 50.9362302797,-1.399010891 50.9362793609,-1.3990093639 50.9362813989,-1.3989835822 50.9362734734,-1.398967682 50.9362686049,-1.3989631905 50.9362671897,-1.3989544768 50.9362645856,-1.3989278867 50.9362563771,-1.3989397444 50.9362410923,-1.3989150408 50.9362335065,-1.3988920439 50.9362275057,-1.3988712928 50.9362211088,-1.3988602435 50.936235601,-1.3988482959 50.9362318647,-1.3988247601 50.9362246752,-1.398804548 50.9362183915,-1.398786402 50.9362129002,-1.3987823596 50.9362115982,-1.3987269335 50.936194615,-1.3987505592 50.9361644982,-1.3987969123 50.9361051703,-1.3990797918 50.936192011))" .

<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-4> rdf:type ns0:Floor ;
                                         rdfs:label "Building 54 / Level 4" ,
                                                    "Floor 4, Building 54" .