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

<http://id.southampton.ac.uk/room/45-0013> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Seminar Room" ;
                                           ns2:within <http://id.southampton.ac.uk/building/45> ,
                                                      <http://id.southampton.ac.uk/floor/45-0> ;
                                           skos:notation "45-0013"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4500013A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4500013B.jpg> ;
                                           geo:lat "50.9376467"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393976898"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3940394346 50.9376107623,-1.3940378176 50.9376776738,-1.393925079 50.9376859953,-1.3939082805 50.937615574,-1.3940394346 50.9376107623))" .

<http://id.southampton.ac.uk/building/45> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Health Profs & Rehab Sciences" ;
                                          geo:lat "50.9378"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39402"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/floor/45-0> rdf:type ns0:Floor .