@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/room/4-1031> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "Boardroom" ,
                                                     "04 / 1031" ;
                                          ns2:within <http://id.southampton.ac.uk/building/4> ,
                                                     <http://id.southampton.ac.uk/floor/4-1> ;
                                          dcterms:description "University of Law Room 04/1031" ;
                                          skos:notation "4-1031"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0401031A.jpg> ,
                                                         <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B0401031B.jpg> ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/04-1031> ;
                                          oo:capacity "16"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "1031" .

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

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