@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/32-4051> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "32 / 4051" ;
                                           ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-4> ;
                                           geo:lat "50.9360475"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395865225"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3958967912 50.9360627689,-1.3958389397 50.9360670148,-1.3958332803 50.936032086,-1.3958922098 50.936028293,-1.3958967912 50.9360627689))" .

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

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