@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 oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/room/46-3095> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "46 / 3095" ;
                                           ns2:within <http://id.southampton.ac.uk/building/46> ,
                                                      <http://id.southampton.ac.uk/floor/46-3> ;
                                           dcterms:description "Physics Year 1 Lab. ONLY Contact Ms Jan Spencer - email: J.L.Spencer@soton.ac.uk" ;
                                           skos:notation "46-3095"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:capacity "50"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3095" .

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

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