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

<http://id.southampton.ac.uk/room/32-3077> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Seminar Room" ,
                                                      "{32 / 3077" ,
                                                      "32 / 3077" ;
                                           ns2:within <http://id.southampton.ac.uk/building/32> ,
                                                      <http://id.southampton.ac.uk/floor/32-3> ;
                                           dcterms:description "Common Learning Space: Row Layout" ;
                                           skos:notation "32-3077"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3203077A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B3203077B.jpg> ;
                                           geo:lat "50.93647753"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395895829"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3959703633 50.9365132746,-1.3958256447 50.936521483,-1.3958163022 50.9364515129,-1.3958417245 50.9364498146,-1.3958530433 50.9364491919,-1.3958808012 50.9364472671,-1.3958790944 50.9364322088,-1.3959572479 50.9364275101,-1.395967309 50.936493178,-1.3959688361 50.9365033678,-1.3959703633 50.9365132746))" ;
                                           oo:capacity "40"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3077" .

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

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