@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/room/67-E2011> rdf:type ns0:Room ;
                                            rdfs:label "Tutorial Room 9" ;
                                            ns1:within <http://id.southampton.ac.uk/building/67> ;
                                            skos:notation "67-E2011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E2011A.jpg> ,
                                                           <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B67E2011B.jpg> .

<http://id.southampton.ac.uk/building/67> rdf:type ns0:Building ,
                                                   ns2:UoSBuilding ;
                                          rdfs:label "Nightingale" ;
                                          geo:lat "50.93674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39658"^^<http://www.w3.org/2001/XMLSchema#float> .