@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 ns3: <http://purl.org/openorg/portals/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns4: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns5: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns6: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns7: <http://purl.org/goodrelations/v1#> .
@prefix ns8: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns9: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/25-1011> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "25 / 1011" ,
                                                      "25 / 1011 (Computer Workstation)" ,
                                                      "25/1011" ;
                                           ns2:within <http://id.southampton.ac.uk/building/25> ,
                                                      <http://id.southampton.ac.uk/floor/25-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "25-1011"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501011A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501011B.jpg> ;
                                           geo:lat "50.93476698"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393558528"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns3:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/25-B> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303680> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501011/RSC-_WIRELESS_NETWORK> ;
                                           dcterms:spatial "POLYGON((-1.3935082686226 50.934786730125,-1.3935582248479 50.934716927656,-1.393633663794 50.934737916109,-1.3935842121771 50.934806605524,-1.3935082686226 50.934786730125))" ;
                                           ns1:roomNumber "1011" ;
                                           oo:capacity "23"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1011 (Computer Workstation)" .

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

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

<http://id.southampton.ac.uk/building-portal/25-B> rdf:type ns3:BuildingEntrance ;
                                                   rdfs:label "Back Entrance" ;
                                                   geo:lat "50.93487"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   geo:long "-1.39364"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   ns3:connectsBuilding <http://id.southampton.ac.uk/building/25> .

<https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg#creator> ;
                                                                             ns4:height "2592"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "1944"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "2201768"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1000/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/1000/25-B.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                              ns4:height "1333"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "244464"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "0.75018754688672"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/800/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/800/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "165874"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75046904315197"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/600/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/600/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "99155"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/400/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/400/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "46540"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75046904315197"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/300/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/300/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "27014"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/200/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/200/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "12865"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75187969924812"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/100/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                             rdf:type foaf:Image ;
                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                             dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/100/25-B.jpg#creator> ;
                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                             ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:fileSize "4027"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                             ns4:aspectRatio "0.75187969924812"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                             dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/50/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                            rdf:type foaf:Image ;
                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                            dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/50/25-B.jpg#creator> ;
                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                            ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:fileSize "1728"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                            ns4:aspectRatio "0.75757575757576"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                            dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1920/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/1920/25-B.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                              ns4:height "2560"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "746301"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "0.75"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/1600/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                              rdf:type foaf:Image ;
                                                                              dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                              dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                              dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/1600/25-B.jpg#creator> ;
                                                                              dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                              ns4:height "2133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:fileSize "550017"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                              ns4:aspectRatio "0.75011720581341"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                              dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/800x600/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/800x600/25-B.jpg#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                                 ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:fileSize "98897"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/480x297/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/480x297/25-B.jpg#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                                 ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:fileSize "33891"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/320x198/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/320x198/25-B.jpg#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                                 ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:fileSize "16387"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/240x260/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/240x260/25-B.jpg#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                                 ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:fileSize "15269"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/building-portals/220x220/25-B.jpg> foaf:depicts <http://id.southampton.ac.uk/building-portal/25-B> ;
                                                                                 rdf:type foaf:Image ;
                                                                                 dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                 dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                 dcterms:creator <https://data.southampton.ac.uk/image-archive/building-portals/220x220/25-B.jpg#creator> ;
                                                                                 dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/building-portals/raw/25-B.jpg> ;
                                                                                 ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:fileSize "12488"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                 ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                 dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/location-feature/MFD> rdf:type rdfs:Class ,
                                                            ns1:RoomFeatureClass ;
                                                   rdfs:label "MFD" ;
                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/mfd/PR-ID303680> rdf:type ns5:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID303680" .

<http://id.southampton.ac.uk/syllabus/room-feature/002501011/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns6:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 25 / 1011 (Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type rdfs:Class ,
                                                                                              ns1:RoomFeatureClass ;
                                                                                     rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/002501011/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns6:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 25 / 1011 (Computer Workstation)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_WIRELESS_NETWORK> rdf:type rdfs:Class ,
                                                                              ns1:RoomFeatureClass ;
                                                                     rdfs:label "Wireless internet access" ;
                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1011> rdf:type ns7:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "iSolutions Workstations - 25-1011" ;
                                                                    ns2:within <http://id.southampton.ac.uk/room/25-1011> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260309110000/20260309110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 9th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260309110000/20260309110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260309110000/20260309110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-09T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-09T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260309140000/20260309140000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 2:00pm to 4:00pm on 9th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260309140000/20260309140000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260309140000/20260309140000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-09T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-09T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310110000/20260310110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 10th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260310110000/20260310110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310110000/20260310110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-10T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-10T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310150000/20260310150000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 3:00pm to 5:00pm on 10th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260310150000/20260310150000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310150000/20260310150000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-10T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-10T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310180000/20260310180000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 9:00pm on 10th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260310180000/20260310180000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260310180000/20260310180000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-10T21:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-10T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311090000/20260311090000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 9:00am to 12:00pm on 11th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260311090000/20260311090000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311090000/20260311090000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-11T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-11T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311120000/20260311120000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 12:00pm to 1:00pm on 11th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260311120000/20260311120000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311120000/20260311120000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-11T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-11T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311140000/20260311140000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 2:00pm to 4:00pm on 11th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260311140000/20260311140000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260311140000/20260311140000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-11T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-11T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260312180000/20260312180000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 8:00pm on 12th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260312180000/20260312180000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260312180000/20260312180000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-12T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-12T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260313090000/20260313090000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 9:00am to 11:00am on 13th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260313090000/20260313090000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260313090000/20260313090000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-13T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-13T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260316110000/20260316110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 16th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260316110000/20260316110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260316110000/20260316110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-16T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-16T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260317110000/20260317110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 17th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260317110000/20260317110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260317110000/20260317110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-17T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-17T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260317180000/20260317180000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 9:00pm on 17th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260317180000/20260317180000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260317180000/20260317180000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-17T21:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-17T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260318110000/20260318110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 12:00pm on 18th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260318110000/20260318110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260318110000/20260318110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-18T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-18T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260318140000/20260318140000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 2:00pm to 4:00pm on 18th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260318140000/20260318140000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260318140000/20260318140000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-18T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-18T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260319180000/20260319180000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 8:00pm on 19th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260319180000/20260319180000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260319180000/20260319180000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-19T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-19T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260320090000/20260320090000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 9:00am to 11:00am on 20th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260320090000/20260320090000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260320090000/20260320090000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-20T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-20T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260323110000/20260323110000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 23rd March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260323110000/20260323110000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260323110000/20260323110000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-23T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-23T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260326180000/20260326180000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 8:00pm on 26th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260326180000/20260326180000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260326180000/20260326180000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-26T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-26T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260330100000/20260330100000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 11:00am to 1:00pm on 30th March" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260330100000/20260330100000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260330100000/20260330100000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-03-30T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-03-30T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260402170000/20260402170000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 8:00pm on 2nd April" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260402170000/20260402170000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260402170000/20260402170000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-04-02T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-04-02T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260409170000/20260409170000> ns8:place <http://id.southampton.ac.uk/room/25-1011> ;
                                                                            rdf:type ns8:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 25/1011 booked from 6:00pm to 8:00pm on 9th April" ;
                                                                            ns8:time <http://id.southampton.ac.uk/ttevent/25-1011/20260409170000/20260409170000#time> .

<http://id.southampton.ac.uk/ttevent/25-1011/20260409170000/20260409170000#time> rdf:type ns9:Interval ;
                                                                                 ns9:end "2026-04-09T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns9:start "2026-04-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .