@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 dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oo: <http://purl.org/openorg/> .

<http://id.southampton.ac.uk/room/2-1033> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "02 / 1033" ;
                                          ns2:within <http://id.southampton.ac.uk/floor/2-1> ,
                                                     <http://id.southampton.ac.uk/building/2> ;
                                          dcterms:description "Music Studio" ;
                                          skos:notation "2-1033"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          geo:lat "50.93657203"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.397945582"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          dcterms:spatial "POLYGON((-1.3980016338 50.9365431647,-1.3979445908 50.9366174937,-1.3978903325 50.9366014165,-1.3979445908 50.9365273139,-1.397958335 50.9365308803,-1.3979718995 50.9365345034,-1.3980016338 50.9365431647))" ;
                                          oo:capacity "8"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "1033" .

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

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