@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/5-2027> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "5 / 2027" ;
                                          ns2:within <http://id.southampton.ac.uk/building/5> ,
                                                     <http://id.southampton.ac.uk/floor/5-2> ;
                                          geo:lat "50.9355792"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.394641026"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          dcterms:spatial "POLYGON((-1.3946701417 50.9355627807,-1.394640138 50.9356037673,-1.3946119309 50.9355956153,-1.3946419346 50.9355545721,-1.3946510076 50.9355572894,-1.3946701417 50.9355627807))" .

<http://id.southampton.ac.uk/building/5> rdf:type ns0:Building ,
                                                  ns1:UoSBuilding ;
                                         rdfs:label "Eustice" ;
                                         geo:lat "50.93558"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-5-eustice> ;
                                         geo:long "-1.3948"^^<http://www.w3.org/2001/XMLSchema#float> .

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