@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix ns3: <http://vocab.deri.ie/rooms#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns4: <http://purl.org/openorg/portals/> .
@prefix ns5: <http://www.w3.org/ns/org#> .

<http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                   rdfs:label "iSolutions Workstations" .

<http://id.southampton.ac.uk/point-of-service/workstations-13-5035> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/13> ,
                                                                               <http://id.southampton.ac.uk/room/13-5035> ;
                                                                    rdfs:label "iSolutions Workstations - 13-5035" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-13-5035#Thursday-CLOSED-09-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/13-5035/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/13-5035/ratio" .

<http://id.southampton.ac.uk/building/13> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "13"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Tizard" ;
                                          geo:lat "50.93565"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.3937"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-13-tizard> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/13#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/13#architect> ;
                                          ns2:buildingDate "1960" ;
                                          dcterms:spatial "POLYGON((-1.39420858731936 50.935713479731,-1.39410680819767 50.9358542147303,-1.39318953846105 50.9355906900777,-1.39329131758274 50.9354500108923,-1.39359333118126 50.9355366829075,-1.39370400362427 50.9355684984598,-1.39373769044742 50.9355780091545,-1.3938561782334 50.9356122023502,-1.39386183761969 50.9356137874646,-1.3939029804597 50.9356256758211,-1.39410519123015 50.9356838155014,-1.39420858731936 50.935713479731))" .

<http://id.southampton.ac.uk/room/13-5035> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/13> ,
                                                      <http://id.southampton.ac.uk/floor/13-5> ;
                                           rdfs:label "13/5035" ,
                                                      "13 / 5035" ;
                                           geo:lat "50.93562519"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39377506"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3938561782 50.9356122024,-1.3938124303 50.93567238,-1.3936939425 50.9356381869,-1.3937376904 50.9355780092,-1.3938561782 50.9356122024))" .

<http://id.southampton.ac.uk/point-of-service/workstations-13-5035#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-13-5035> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-176-1101> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/176> ,
                                                                                <http://id.southampton.ac.uk/room/176-1101> ;
                                                                     rdfs:label "iSolutions Workstations - 176-1101" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-176-1101#Monday-CLOSED-06-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "49"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "49"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/176-1101/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/176-1101/ratio" .

<http://id.southampton.ac.uk/building/176> rdf:type ns3:Building ,
                                                    ns2:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/2> ;
                                           skos:notation "176"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Building 176" ;
                                           geo:lat "50.93667"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40466"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-176> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298140> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/176#residential> ;
                                           dcterms:spatial "POLYGON((-1.4049588 50.9367901,-1.4048950 50.9365290,-1.4043707 50.9365879,-1.4044375 50.9368500,-1.4049588 50.9367901))" .

<http://id.southampton.ac.uk/room/176-1101> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/176> ,
                                                       <http://id.southampton.ac.uk/floor/176-1> ;
                                            dcterms:description "Design & Computing Studio (Engineering only)" ;
                                            skos:notation "176-1101"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "176/1101" ,
                                                       "Boldrewood 176 L / 1101 Design & Computing Studio" ,
                                                       "176 / 1101" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/017601101/RSC-_WHITEBOARD> ;
                                            oo:capacity "60"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "1101 Design & Computing Studio" .

<http://id.southampton.ac.uk/point-of-service/workstations-176-1101#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-176-1101> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/177> ,
                                                                                <http://id.southampton.ac.uk/room/177-2021> ;
                                                                     rdfs:label "iSolutions Workstations - 177-2021" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Friday-CLOSED-10-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/177-2021/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/177-2021/ratio" .

<http://id.southampton.ac.uk/building/177> rdf:type ns3:Building ,
                                                    ns2:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/2> ;
                                           skos:notation "177"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Building 177" ;
                                           geo:lat "50.93693"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40396"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-177> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/177#residential> ;
                                           dcterms:spatial "POLYGON((-1.4042395 50.9369824,-1.4039722 50.9370114,-1.4039796 50.9370264,-1.4040108 50.9370395,-1.4040271 50.9370591,-1.4040242 50.9370825,-1.4039915 50.9371041,-1.4038400 50.9371143,-1.4038162 50.9370329,-1.4037850 50.9370357,-1.4037434 50.9368626,-1.4038043 50.9368579,-1.4037984 50.9368336,-1.4039930 50.9368139,-1.4040004 50.9368364,-1.4041935 50.9368148,-1.4042395 50.9369824))" .

<http://id.southampton.ac.uk/room/177-2021> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/177> ,
                                                       <http://id.southampton.ac.uk/floor/177-2> ;
                                            dcterms:description "CLS: Public Workstation (BOOKABLE)" ;
                                            skos:notation "177-2021"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "177/2021" ,
                                                       "177 / 2021" ,
                                                       "Boldrewood 177 / 2021" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID203269> ;
                                            ns2:roomNumber "2021" ;
                                            oo:capacity "15"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "2021" .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-177-2021> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-27-2023> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/27> ,
                                                                               <http://id.southampton.ac.uk/room/27-2023> ;
                                                                    rdfs:label "iSolutions Workstations - 27-2023" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-27-2023#Saturday-CLOSED-11-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/27-2023/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/27-2023/ratio" .

<http://id.southampton.ac.uk/building/27> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "27"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Chemistry" ;
                                          geo:lat "50.93434"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39375"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-27-chemistry-southampton> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/EB> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/27#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/27#architect> ;
                                          ns2:buildingDate "1937" ;
                                          dcterms:spatial "POLYGON((-1.39421065344451 50.9341295872045,-1.39412675079697 50.9342445681369,-1.39405811950927 50.9343386020608,-1.39384369165095 50.9346325913021,-1.39374119387703 50.9346028131582,-1.39334404868992 50.9344877764989,-1.39371523256532 50.9339788830606,-1.39383345085671 50.9340130774321,-1.39371163930418 50.9341799727786,-1.39397385753562 50.9342560039403,-1.39398553563431 50.9342399824922,-1.39389103286642 50.9342125818401,-1.39399685440689 50.9340675958897,-1.39410734718684 50.9340995822862,-1.39413402715077 50.9341072816633,-1.39420149062861 50.9341268697788,-1.39421065344451 50.9341295872045))" .

<http://id.southampton.ac.uk/room/27-2023> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/27> ,
                                                      <http://id.southampton.ac.uk/floor/27-2> ;
                                           rdfs:label "27/2023" ,
                                                      "27 / 2023" ;
                                           geo:lat "50.93436524"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393824619"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303930> ;
                                           dcterms:spatial "POLYGON((-1.3939108856 50.9343485093,-1.3938635444 50.9344166144,-1.3937383193 50.9343819674,-1.3937857503 50.9343138623,-1.3939108856 50.9343485093))" ;
                                           ns2:roomNumber "2023" .

<http://id.southampton.ac.uk/point-of-service/workstations-27-2023#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-27-2023> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2055> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/room/36-2055> ;
                                                                    rdfs:label "iSolutions Workstations - 36-2055" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2055#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/36-2055/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/36-2055/ratio" .

<http://id.southampton.ac.uk/building/36> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "36"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" ;
                                          geo:lat "50.93504"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39531"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-36-hartley-library> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301010> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/36#residential> ;
                                          ns2:buildingDate "1914 (1935/1959/1965/1995)" ;
                                          ns2:buildingFeature "Special Collections Learning Centre Cafe Termodex energy efficiency and perimeter lighting control" ;
                                          dcterms:spatial "POLYGON((-1.39604528274927 50.9345901885781,-1.39599156349528 50.9346589726837,-1.39594080868172 50.9346449894211,-1.39590855916302 50.9346897698141,-1.3958816097045 50.9347274170138,-1.39586660783926 50.9347480805014,-1.39585573822432 50.9347642149991,-1.39586930278511 50.9347684609186,-1.39586247558895 50.9347781982259,-1.39585115681637 50.934796087692,-1.39583947871767 50.9348106936435,-1.39582393786326 50.9348326025621,-1.3958657993555 50.9348444911183,-1.39588789791149 50.9348506618438,-1.39589373696084 50.9348426795289,-1.39589894718948 50.9348352633345,-1.39602551981302 50.9348710988282,-1.39601482986114 50.9348862142651,-1.39603872504769 50.9348930077183,-1.39599282113667 50.9349573756381,-1.39596515302592 50.9349495631777,-1.39594035952408 50.9349839832835,-1.39587684863349 50.9350725809714,-1.39589535392835 50.9350782987717,-1.39591367956014 50.9350839033475,-1.39587082992109 50.935141817258,-1.39585259412082 50.93513717509,-1.39583328034221 50.9351321932505,-1.39578531030604 50.9351950889342,-1.395767793158 50.9352180166824,-1.39573644195459 50.9352591167659,-1.39576168461407 50.9352677783491,-1.39571640952375 50.9353311833535,-1.39568954989676 50.9353229746748,-1.39567589550444 50.9353401845927,-1.39555390428885 50.9353042928488,-1.39556423491462 50.9352881019269,-1.39552246325391 50.9352759870376,-1.39549973587722 50.93527021265,-1.39545823371109 50.9353263713696,-1.39544359117196 50.9353224651705,-1.39543433852454 50.9353359953369,-1.39538376337404 50.9354091940349,-1.39535519694801 50.9354470104865,-1.39540595176156 50.9354624654048,-1.39535250200215 50.9355326068921,-1.39520383082263 50.9354900917659,-1.39519385952298 50.9355056032812,-1.39507177847587 50.9354701645562,-1.39520850206211 50.9352832899385,-1.39510672294042 50.9352530027062,-1.3949830249258 50.9354266869782,-1.3947857548894 50.935373585402,-1.39477569375822 50.9353875684455,-1.39453665206112 50.9353282961632,-1.3945198535653 50.9353019151613,-1.39450979243412 50.9352758172027,-1.39450215675421 50.9352519836962,-1.39450440254242 50.9352263952148,-1.3945113195701 50.9352006934959,-1.39452281800574 50.9351745954804,-1.39454204195282 50.9351488937329,-1.39456890157982 50.9351217766755,-1.39461354784944 50.9350942067074,-1.3946659196305 50.9350685615273,-1.39472889153192 50.9350294993053,-1.39479572618906 50.9349705662387,-1.39484414538287 50.9349158790035,-1.39487405928183 50.9349213137626,-1.39508309724845 50.9346354785356,-1.39514535049764 50.9346548965914,-1.39514939291641 50.9346505940491,-1.39548994424062 50.9347483069506,-1.39538133792277 50.9348991784374,-1.39549389682787 50.9349328626238,-1.39551321060648 50.9349058020525,-1.3955420465271 50.9348649847174,-1.39552893112395 50.9348613049282,-1.39561157613009 50.9347447969889,-1.39565253930705 50.9346880714435,-1.39569305332636 50.9346316855034,-1.39572772829633 50.9345835083056,-1.39574246066699 50.9345629013573,-1.39579375446971 50.9344911732547,-1.39588457414494 50.9345189700306,-1.39590352859743 50.934524801124,-1.39592194406076 50.9345305756042,-1.39597808876601 50.9345478990404,-1.39596614117274 50.9345635807074,-1.39604528274927 50.9345901885781))" .

<http://id.southampton.ac.uk/room/36-2055> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           rdfs:label "36/2055" ,
                                                      "36 / 2055" ;
                                           geo:lat "50.93467248"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39571701"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301031> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID303715> ;
                                           dcterms:spatial "POLYGON((-1.3957814476 50.934656878,-1.3957498269 50.9347009791,-1.3957410234 50.9347132639,-1.3956525393 50.9346880714,-1.3956930533 50.9346316855,-1.3957814476 50.934656878))" ;
                                           ns2:roomNumber "2055" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2055#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-2055> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2057> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/room/36-2057> ;
                                                                    rdfs:label "iSolutions Workstations - 36-2057" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2057#Wednesday-CLOSED-08-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/36-2057/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/36-2057/ratio" .

<http://id.southampton.ac.uk/room/36-2057> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           rdfs:label "36/2057" ,
                                                      "36 / 2057" ;
                                           geo:lat "50.93462019"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.39575458"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID304185> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID304435> ;
                                           dcterms:spatial "POLYGON((-1.3958161225 50.9346087009,-1.3958065105 50.9346220048,-1.3957814476 50.934656878,-1.3956930533 50.9346316855,-1.3957277283 50.9345835083,-1.3958161225 50.9346087009))" ;
                                           ns2:roomNumber "2057" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2057#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-2057> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2061> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/room/36-2061> ;
                                                                    rdfs:label "iSolutions Workstations - 36-2061" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2061#Sunday-CLOSED-05-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/36-2061/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/36-2061/ratio" .

<http://id.southampton.ac.uk/room/36-2061> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           rdfs:label "36/2061" ,
                                                      "36 / 2061" ;
                                           geo:lat "50.93454109"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395813855"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301030> ;
                                           dcterms:spatial "POLYGON((-1.3958845741 50.93451897,-1.3958349871 50.9345909812,-1.3958256447 50.9345880939,-1.3957424607 50.9345629014,-1.3957937545 50.9344911733,-1.3958845741 50.93451897))" ;
                                           ns2:roomNumber "2061" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2061#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-2061> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2065> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/room/36-2065> ;
                                                                    rdfs:label "iSolutions Workstations - 36-2065" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-36-2065#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "29"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "29"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/36-2065/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/36-2065/ratio" .

<http://id.southampton.ac.uk/room/36-2065> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                      <http://id.southampton.ac.uk/floor/36-2> ;
                                           rdfs:label "36/2065" ,
                                                      "36 / 2065" ;
                                           geo:lat "50.93459986"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.395948305"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301007> ;
                                           dcterms:spatial "POLYGON((-1.3960452827 50.9345901886,-1.3959915635 50.9346589727,-1.3959408087 50.9346449894,-1.3958812504 50.9346285152,-1.3958725367 50.934640517,-1.3958498093 50.9346336103,-1.3958548399 50.9346269867,-1.3959219441 50.9345305756,-1.3959780888 50.934547899,-1.3959661412 50.9345635807,-1.3960452827 50.9345901886))" ;
                                           ns2:roomNumber "2065" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-2065#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-2065> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/36> ;
                                                                     rdfs:label "iSolutions Workstations - 36-lvl01" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#Monday-CLOSED-06-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/36-lvl01/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/36-lvl01/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl01> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/36> ;
                                                                     rdfs:label "iSolutions Workstations - 36-lvl02" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#Wednesday-CLOSED-08-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/36-lvl02/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/36-lvl02/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl02> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/36> ;
                                                                     rdfs:label "iSolutions Workstations - 36-lvl03" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#Monday-CLOSED-06-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/36-lvl03/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/36-lvl03/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl03> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/36> ;
                                                                     rdfs:label "iSolutions Workstations - 36-lvl04" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#Sunday-CLOSED-05-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "4"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "4"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/36-lvl04/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/36-lvl04/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-36-lvl04> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-4-3045> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                   ns1:within <http://id.southampton.ac.uk/building/4> ,
                                                                              <http://id.southampton.ac.uk/room/4-3045> ;
                                                                   rdfs:label "iSolutions Workstations - 4-3045" ;
                                                                   ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Monday-CLOSED-06-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Friday-CLOSED-10-Jul-2026> ,
                                                                                                    <http://id.southampton.ac.uk/point-of-service/workstations-4-3045#Wednesday-CLOSED-08-Jul-2026> ;
                                                                   oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                   dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                   ns2:workstationSeats "24"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                   ns2:workstationFreeSeats "24"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                   ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                   ns2:workstationUnitsTimeSeries "wsavail/4-3045/units" ;
                                                                   ns2:workstationRatioTimeSeries "wsavail/4-3045/ratio" .

<http://id.southampton.ac.uk/building/4> rdf:type ns3:Building ,
                                                  ns2:UoSBuilding ;
                                         ns1:within <http://id.southampton.ac.uk/site/1> ;
                                         skos:notation "4"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                         oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                         rdfs:label "Law" ;
                                         geo:lat "50.93605"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         geo:long "-1.39772"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-4-law> ;
                                         ns3:occupant <http://id.southampton.ac.uk/org/JJ> ;
                                         oo:lacksFeature <http://id.southampton.ac.uk/building/4#residential> ;
                                         ns2:buildingArchitect <http://id.southampton.ac.uk/building/4#architect> ;
                                         ns2:buildingDate "1963" ;
                                         dcterms:spatial "POLYGON((-1.39802382216254 50.935724179229,-1.39779223648229 50.9360464650707,-1.3978956325715 50.9360760724583,-1.39787164755341 50.9361095859603,-1.39786535934642 50.9361181907745,-1.39782834875672 50.9361691969101,-1.3977916076616 50.9362215050311,-1.39768758275169 50.9361920675676,-1.39762029893691 50.9362858145017,-1.39752013678273 50.9362571696252,-1.3974726159042 50.9362435831164,-1.39751025531461 50.9361912750203,-1.39753433016422 50.9361577615772,-1.39754232517025 50.9361466659049,-1.39756945429183 50.9361089066328,-1.39760251229429 50.9360628821713,-1.39764033136775 50.9360101775968,-1.39769414045327 50.9359353947413,-1.3977324985159 50.9358818974696,-1.39773384598883 50.9358801991425,-1.39776375988779 50.9358384768875,-1.3977805583836 50.9358150965572,-1.39779529075426 50.9357944901547,-1.39780660952684 50.9357786956807,-1.39781379604911 50.9357686755277,-1.39787613912983 50.9356820039448,-1.39802382216254 50.935724179229))" .

<http://id.southampton.ac.uk/room/4-3045> rdf:type ns3:Room ,
                                                   ns2:SyllabusLocation ;
                                          ns1:within <http://id.southampton.ac.uk/building/4> ,
                                                     <http://id.southampton.ac.uk/floor/4-3> ;
                                          dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                          skos:notation "4-3045"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          rdfs:label "4/3045" ,
                                                     "4 / 3045" ,
                                                     "04 / 3045 (Computer Workstation)" ;
                                          geo:lat "50.93617812"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.397556745"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          owl:sameAs <http://id.southampton.ac.uk/room/04-3045> ;
                                          ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1000/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/600/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/400/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/300/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/200/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/100/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/50/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1920/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/1600/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/800x600/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/480x297/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/320x198/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/240x260/4-3045-E1-INS.JPG> ,
                                                               <https://data.southampton.ac.uk/image-archive/cls/220x220/4-3045-E1-INS.JPG> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298006> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000403045/RSC-_WIRELESS_NETWORK> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000403045/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                        <http://id.southampton.ac.uk/syllabus/room-feature/000403045/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ;
                                          dcterms:spatial "POLYGON((-1.3976032309 50.9361650643,-1.3975712509 50.9362095036,-1.3975102553 50.936191275,-1.3975343302 50.9361577616,-1.3975423252 50.9361466659,-1.3976032309 50.9361650643))" ;
                                          ns2:roomNumber "3045" ;
                                          oo:capacity "24"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns2:shortName "3045 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-4-3045#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-4-3045> ;
                                                                                       ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-46-3101> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/46> ,
                                                                               <http://id.southampton.ac.uk/room/46-3101> ;
                                                                    rdfs:label "iSolutions Workstations - 46-3101" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-46-3101#Wednesday-CLOSED-08-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/46-3101/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/46-3101/ratio" .

<http://id.southampton.ac.uk/building/46> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "46"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Physics" ;
                                          geo:lat "50.93486"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39961"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/F7> ,
                                                       <http://id.southampton.ac.uk/org/WF> ,
                                                       <http://id.southampton.ac.uk/org/EH> ,
                                                       <http://id.southampton.ac.uk/org/F7EH020000> ,
                                                       <http://id.southampton.ac.uk/org/F7EH010000> ,
                                                       <http://id.southampton.ac.uk/org/F7WF040000> ,
                                                       <http://id.southampton.ac.uk/org/F7WF020000> ,
                                                       <http://id.southampton.ac.uk/org/F7WF030000> ,
                                                       <http://id.southampton.ac.uk/org/F7WF010000> ,
                                                       <http://id.southampton.ac.uk/org/F7EH040000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/46#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/46#architect> ;
                                          ns2:buildingDate "1966" ;
                                          dcterms:spatial "POLYGON((-1.40008150315234 50.9344174635976,-1.40008132348929 50.934417576823,-1.40005410453618 50.9344551110177,-1.39995493052881 50.9345917737273,-1.3999454083868 50.9346046813693,-1.39992591494513 50.9346314024412,-1.39992268101011 50.9346357615977,-1.39990543335666 50.9346597086448,-1.39969900050437 50.9349433924652,-1.39963108786889 50.9350368022449,-1.39990669099805 50.9351163985516,-1.39997927487301 50.9351374015372,-1.39993382011963 50.9351999009316,-1.39964707788094 50.9351170778936,-1.39958841789289 50.9351002075642,-1.39949669990238 50.9352262819914,-1.39947585898779 50.9352549841145,-1.39975487571504 50.9353355990559,-1.39963881338033 50.9354951867898,-1.39963369298321 50.9355022065995,-1.39907925278985 50.9353419961626,-1.39915012986577 50.9352475679858,-1.39957602114197 50.9346594821952,-1.39959802986643 50.9346294776188,-1.39962974039596 50.9345852632925,-1.3996478863647 50.9345601839569,-1.39965615086531 50.9345489746784,-1.39968229184008 50.9345129690987,-1.39968327998689 50.9345116103971,-1.39979431175601 50.9343589826575,-1.39980868480056 50.9343389983503,-1.40008150315234 50.9344174635976))" .

<http://id.southampton.ac.uk/room/46-3101> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/46> ,
                                                      <http://id.southampton.ac.uk/floor/46-3> ;
                                           dcterms:description "Physics lab" ;
                                           skos:notation "46-3101"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "46/3101" ,
                                                      "46 / 3101" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4603101A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4603101B.jpg> ;
                                           geo:lat "50.93462258"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.399657516"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303670> ;
                                           dcterms:spatial "POLYGON((-1.399740323 50.9345865088,-1.3997170566 50.9346169663,-1.3996642357 50.9346854107,-1.3995760211 50.9346594822,-1.3995980299 50.9346294776,-1.3996297404 50.9345852633,-1.3996478864 50.934560184,-1.399740323 50.9345865088))" ;
                                           ns2:roomNumber "3101" ;
                                           oo:capacity "27"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "3101" .

<http://id.southampton.ac.uk/point-of-service/workstations-46-3101#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-46-3101> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1043> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                                               <http://id.southampton.ac.uk/room/58-1043> ;
                                                                    rdfs:label "iSolutions Workstations - 58-1043" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1043#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "37"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "37"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/58-1043/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/58-1043/ratio" .

<http://id.southampton.ac.uk/building/58> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "58"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Murray" ;
                                          geo:lat "50.93662"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39864"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/CC> ,
                                                       <http://id.southampton.ac.uk/org/F8> ,
                                                       <http://id.southampton.ac.uk/org/F8CC040000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC030000> ,
                                                       <http://id.southampton.ac.uk/org/F8WT010104> ,
                                                       <http://id.southampton.ac.uk/org/F801000000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC010700> ,
                                                       <http://id.southampton.ac.uk/org/F8CC010000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC060000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC050000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC020300> ,
                                                       <http://id.southampton.ac.uk/org/F8CC010600> ,
                                                       <http://id.southampton.ac.uk/org/F8CC010500> ,
                                                       <http://id.southampton.ac.uk/org/F8CC080000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC070000> ,
                                                       <http://id.southampton.ac.uk/org/F8CC040100> ,
                                                       <http://id.southampton.ac.uk/org/F8CC020000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/58#residential> ;
                                          ns2:buildingDate "1975" ;
                                          dcterms:spatial "POLYGON((-1.39909973437833 50.9365479765731,-1.39906604755518 50.9365945100447,-1.39904062523263 50.936629211983,-1.39902032330721 50.9366575735805,-1.3989737905755 50.9367217126184,-1.39886365712166 50.9368737665067,-1.3987376234873 50.9368386684828,-1.39864590549679 50.9368120618987,-1.39853981446174 50.936780303807,-1.39852660922706 50.9367767939988,-1.39848384941954 50.9367645096678,-1.3984480066397 50.9367540934583,-1.39843623870948 50.9367508100875,-1.39833284262028 50.9367185990749,-1.39823528558042 50.9366926151312,-1.39826771476218 50.9366519691943,-1.3982740928007 50.9366425153293,-1.39828020134463 50.9366334011222,-1.39830113209075 50.9366069076407,-1.39830795928691 50.9365975669865,-1.39830903726525 50.9365962083458,-1.39831352884167 50.9365899812418,-1.39837380579723 50.9365067644084,-1.39838251945549 50.9364947630569,-1.39835107842054 50.936485705431,-1.39832673407635 50.9364786857698,-1.39833886133268 50.936461985765,-1.39835413269251 50.9364408701571,-1.39840991807165 50.9364570040675,-1.39847441710905 50.9363680127449,-1.39868974328266 50.9364300009933,-1.39870914689279 50.9364356054062,-1.39872693353542 50.9364407003265,-1.39876080002163 50.9364504938938,-1.39882970080392 50.9364694017001,-1.39889994905914 50.9364896681425,-1.39896947866213 50.9365105006776,-1.39899660778371 50.9365185959264,-1.3990218504432 50.9365247664299,-1.39906532890295 50.9365376735353,-1.39909973437833 50.9365479765731))" .

<http://id.southampton.ac.uk/room/58-1043> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "58-1043"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "58/1043" ,
                                                      "58 / 1043 (Computer Workstation)" ,
                                                      "58 / 1043" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801043A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801043B.jpg> ;
                                           geo:lat "50.93664857"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398536035"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/58-D> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/58-1043-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/58-1043-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/005801043/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801043/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801043/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                           dcterms:spatial "POLYGON((-1.398676538 50.9366420624,-1.398656326 50.9366666878,-1.3985977558 50.9366501011,-1.3985476298 50.9367072771,-1.3984628288 50.9366805006,-1.3984433354 50.9366763115,-1.3984268064 50.9366716695,-1.3984628288 50.9366272872,-1.3984782799 50.9366058887,-1.39848888 50.936591906,-1.398676538 50.9366420624))" ;
                                           oo:capacity "37"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1043 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1043#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-58-1043> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1045> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/room/58-1045> ,
                                                                               <http://id.southampton.ac.uk/building/58> ;
                                                                    rdfs:label "iSolutions Workstations - 58-1045" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1045#Friday-CLOSED-10-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "32"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "32"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/58-1045/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/58-1045/ratio" .

<http://id.southampton.ac.uk/room/58-1045> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "58-1045"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "58/1045" ,
                                                      "58 / 1045" ,
                                                      "58 / 1045 (Computer Workstation)" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801045A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801045B.jpg> ;
                                           geo:lat "50.93661641"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398376797"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/58-D> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/58-1045-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/58-1045-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301020> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801045/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801045/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801045/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                           dcterms:spatial "POLYGON((-1.3984628288 50.9366272872,-1.3984268064 50.9366716695,-1.3984091994 50.9366677634,-1.3982802013 50.9366334011,-1.398337424 50.9365585627,-1.3984605831 50.9365943968,-1.3984409998 50.936620494,-1.3984524982 50.9366236642,-1.3984628288 50.9366272872))" ;
                                           ns2:roomNumber "1045" ;
                                           oo:capacity "32"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1045 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1045#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-58-1045> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1047> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                                               <http://id.southampton.ac.uk/room/58-1047> ;
                                                                    rdfs:label "iSolutions Workstations - 58-1047" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1047#Thursday-CLOSED-09-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/58-1047/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/58-1047/ratio" .

<http://id.southampton.ac.uk/room/58-1047> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "58-1047"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "58/1047" ,
                                                      "58 / 1047" ,
                                                      "58 / 1047 (Computer Workstation)" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801047A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801047B.jpg> ;
                                           geo:lat "50.93654998"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398420427"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/58-D> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/58-1047-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/58-1047-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301062> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801047/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801047/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801047/RSC-_WIRELESS_NETWORK> ;
                                           dcterms:spatial "POLYGON((-1.3985063971 50.9365371074,-1.3984605831 50.9365943968,-1.398337424 50.9365585627,-1.3983738058 50.9365067644,-1.3984523186 50.9365275969,-1.3985063971 50.9365371074))" ;
                                           ns2:roomNumber "1047" ;
                                           oo:capacity "23"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1047 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1047#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-58-1047> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1049> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                                               <http://id.southampton.ac.uk/room/58-1049> ;
                                                                    rdfs:label "iSolutions Workstations - 58-1049" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1049#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "24"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "24"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/58-1049/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/58-1049/ratio" .

<http://id.southampton.ac.uk/room/58-1049> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "58-1049"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Non-Bookable Workstation" ,
                                                      "58/1049" ,
                                                      "58 / 1049" ,
                                                      "58 / 1049 (Computer Workstation)" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801049A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801049B.jpg> ;
                                           geo:lat "50.93657635"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398625813"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/58-D> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/58-1049-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/58-1049-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301016> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801049/RSC-_WIRELESS_NETWORK> ;
                                           dcterms:spatial "POLYGON((-1.3987482236 50.9365555057,-1.398676538 50.9366420624,-1.39848888 50.936591906,-1.3985788912 50.9365252759,-1.3985917371 50.9365119159,-1.3986328799 50.9365212,-1.3987482236 50.9365555057))" ;
                                           ns2:roomNumber "1049" ;
                                           oo:capacity "26"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1049 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1049#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-58-1049> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1053> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                                               <http://id.southampton.ac.uk/room/58-1053> ;
                                                                    rdfs:label "iSolutions Workstations - 58-1053" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-58-1053#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "27"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/58-1053/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/58-1053/ratio" .

<http://id.southampton.ac.uk/room/58-1053> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "Faculty-Owned Room" ;
                                           skos:notation "58-1053"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Non-Bookable Workstation" ,
                                                      "58/1053" ,
                                                      "58 / 1053" ,
                                                      "Bloomberg Trading Suite" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801053A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801053B.jpg> ;
                                           geo:lat "50.93643629"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398544938"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/58-D> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301034> ;
                                           dcterms:spatial "POLYGON((-1.3986897433 50.936430001,-1.3986429411 50.9364922722,-1.3985258906 50.9364699112,-1.3985160989 50.9364875736,-1.3985018157 50.9364833844,-1.3984099181 50.9364570041,-1.3984744171 50.9363680127,-1.3986897433 50.936430001))" ;
                                           ns2:roomNumber "1053" ;
                                           oo:capacity "45"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1053" .

<http://id.southampton.ac.uk/point-of-service/workstations-58-1053#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-58-1053> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2083> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2083> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2083" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2083#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "5"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "5"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2083/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2083/ratio" .

<http://id.southampton.ac.uk/building/65> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/3> ;
                                          skos:notation "65"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Parkes Bldg" ;
                                          geo:lat "50.92911"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.40239"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-65-parkes-university-of> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/F4> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/65#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/65#architect> ;
                                          ns2:buildingDate "1925 (1996)" ;
                                          dcterms:spatial "POLYGON((-1.40352969980463 50.9292466947913,-1.4030367998047 50.9290931947913,-1.4030405998047 50.9290860947913,-1.40291789980471 50.9290473947913,-1.40291039980471 50.9290520947913,-1.40270639980474 50.9289929947913,-1.40272259980474 50.9289652947913,-1.40251109980477 50.9289037947913,-1.40247979980477 50.9289345947913,-1.40243539980478 50.9289197947913,-1.40278449980473 50.9284613947913,-1.40260929980476 50.9284054947914,-1.40254879980476 50.9285342947914,-1.40256649980476 50.9285409947913,-1.40255499980476 50.9285604947914,-1.40250539980477 50.9285531947914,-1.40243369980478 50.9286775947914,-1.40244879980478 50.9286792947913,-1.40243549980478 50.9287010947914,-1.40238959980479 50.9286920947913,-1.40232499980479 50.9288198947913,-1.40234079980479 50.9288237947913,-1.40232859980479 50.9288443947913,-1.4022807998048 50.9288360947913,-1.40221079980481 50.9289593947913,-1.4022577998048 50.9289732947913,-1.40222999980481 50.9290088947914,-1.4023225998048 50.9290412947913,-1.40224029980481 50.9291524947913,-1.40202049980484 50.9290832947913,-1.40193089980485 50.9291864947913,-1.40260649980476 50.9294066947913,-1.40272609980474 50.9294443947913,-1.40281269980473 50.9294715947913,-1.40293769980471 50.9295109947913,-1.4030316998047 50.9295426947913,-1.40311199980469 50.9295693947913,-1.40323759980467 50.9296091947913,-1.40329649980466 50.9295377947913,-1.40320179980467 50.9295058947913,-1.40328749980466 50.9294032947913,-1.40329719980466 50.9293916947913,-1.40330689980466 50.9293800947913,-1.40337959980465 50.9292930947913,-1.40347089980464 50.9293224947913,-1.40352969980463 50.9292466947913),(-1.4030366998047 50.9292222947913,-1.40292279980471 50.9293689947913,-1.40248339980477 50.9292324947913,-1.40259859980476 50.9290880947913,-1.4030366998047 50.9292222947913))" .

<http://id.southampton.ac.uk/room/65-2083> rdf:type ns3:Room ;
                                           ns1:within <http://id.southampton.ac.uk/building/65> ;
                                           rdfs:label "65/2083" ,
                                                      "65 / 2083" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2083#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2083> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2129> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2129> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2129" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2129#Friday-CLOSED-10-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "17"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2129/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2129/ratio" .

<http://id.southampton.ac.uk/room/65-2129> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "CLS Computer Workstation: Avenue Smart Classroom" ;
                                           skos:notation "65-2129"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2129" ,
                                                      "Avenue 65 / 2129 (Smart Classroom)" ,
                                                      "65 / 2129" ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006502129/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ;
                                           oo:capacity "15"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2129 (Smart Classroom)" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2129#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2129> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2131> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2131> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2131" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2131#Friday-CLOSED-10-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2131/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2131/ratio" .

<http://id.southampton.ac.uk/room/65-2131> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "CLS Public Workstation (Open Access: NON-BOOKABLE)" ;
                                           skos:notation "65-2131"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2131" ,
                                                      "65 / 2131" ,
                                                      "Avenue 65 / 2131" ;
                                           geo:lat "50.92952039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40310167"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/65-2131-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/65-2131-VW-FRT.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301046> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006502131/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.4031717077 50.9294980706,-1.4031118799 50.9295694101,-1.4030316604 50.9295426861,-1.4030913983 50.9294714032,-1.4031717077 50.9294980706))" ;
                                           ns2:roomNumber "2131" ;
                                           oo:capacity "22"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2131" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2131#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2131> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2141> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2141> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2141" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2141#Wednesday-CLOSED-08-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "39"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "39"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2141/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2141/ratio" .

<http://id.southampton.ac.uk/room/65-2141> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "65-2141"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2141" ,
                                                      "65 / 2141" ,
                                                      "Avenue 65 / 2141 (Computer Workstation)" ;
                                           geo:lat "50.92945518"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.402903724"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/65-2141-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/65-2141-VW-FRT.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303275> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006502141/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.4029948295 50.9294387909,-1.4029376068 50.9295109797,-1.4028126511 50.9294715731,-1.402869784 50.9293993842,-1.4029948295 50.9294387909))" ;
                                           ns2:roomNumber "2141" ;
                                           oo:capacity "38"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2141 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2141#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2141> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2143> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2143> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2143" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2143#Tuesday-CLOSED-07-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2143/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2143/ratio" .

<http://id.southampton.ac.uk/room/65-2143> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "Film Editing Suite" ;
                                           skos:notation "65-2143"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2143" ,
                                                      "Avenue 65 / 2143 (Computer Workstation)" ,
                                                      "65 / 2143" ;
                                           geo:lat "50.92942189"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.402797935"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/65-2143-VW-BCK.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/65-2143-VW-BCK.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006502143/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.402869784 50.9293993842,-1.4028126511 50.9294715731,-1.4027260535 50.9294443961,-1.4027832762 50.9293722072,-1.402869784 50.9293993842))" ;
                                           oo:capacity "24"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2143 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2143#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2143> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2149> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2149> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2149" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2149#Tuesday-CLOSED-07-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2149/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2149/ratio" .

<http://id.southampton.ac.uk/room/65-2149> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "Computer Workstation (BOOKABLE)" ;
                                           skos:notation "65-2149"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2149" ,
                                                      "65 / 2149" ,
                                                      "Avenue 65 / 2149 (Computer Workstation)" ;
                                           geo:lat "50.92938945"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.402694854"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID303663> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006502149/RSC-_SYM> ;
                                           dcterms:spatial "POLYGON((-1.4027832762 50.9293722072,-1.4027260535 50.9294443961,-1.4026063979 50.929406688,-1.4026637104 50.929334499,-1.4027832762 50.9293722072))" ;
                                           ns2:roomNumber "2149" ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2149 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2149#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2149> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2151> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2151> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2151" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2151#Monday-CLOSED-06-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "12"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "12"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2151/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2151/ratio" .

<http://id.southampton.ac.uk/room/65-2151> rdf:type ns3:Room ;
                                           ns1:within <http://id.southampton.ac.uk/building/65> ;
                                           skos:notation "65-2151"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "65/2151" ,
                                                      "65 / 2151" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6502151A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6502151B.jpg> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2151#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2151> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2159> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-2159> ;
                                                                    rdfs:label "iSolutions Workstations - 65-2159" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-65-2159#Tuesday-CLOSED-07-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                    ns2:workstationSeats "8"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationFreeSeats "8"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                    ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                    ns2:workstationUnitsTimeSeries "wsavail/65-2159/units" ;
                                                                    ns2:workstationRatioTimeSeries "wsavail/65-2159/ratio" .

<http://id.southampton.ac.uk/room/65-2159> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                      <http://id.southampton.ac.uk/building/65> ;
                                           dcterms:description "CLS Res Rm ONLY" ;
                                           skos:notation "65-2159"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "65/2159" ,
                                                      "Avenue 65 / 2159 NOT BOOKABLE (Resources Rm)" ,
                                                      "65 / 2159" ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "2159 NOT BOOKABLE (Resources Room)" .

<http://id.southampton.ac.uk/point-of-service/workstations-65-2159#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-65-2159> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-12102> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-12102> ;
                                                                     rdfs:label "iSolutions Workstations - 68-12102" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12102#Thursday-CLOSED-09-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "45"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "45"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/68-12102/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/68-12102/ratio" .

<http://id.southampton.ac.uk/building/68> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/6> ;
                                          skos:notation "68"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "National Oceanography Centre" ;
                                          geo:lat "50.89277"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39449"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/HN> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298153> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298165> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID306591> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298041> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298150> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID301544> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID306588> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303686> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303685> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303703> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/68#residential> ;
                                          ns2:buildingDate "1995" ;
                                          dcterms:spatial "POLYGON((-1.39663239980559 50.8930507947923,-1.39641099980562 50.8929570947923,-1.39628839980564 50.8930732947923,-1.39610199980566 50.8929879947923,-1.39587149980569 50.8931965947923,-1.3951209998058 50.8928522947923,-1.39498599980582 50.8929631947923,-1.39473689980585 50.8928463947923,-1.39517089980579 50.8924761947923,-1.3950803998058 50.8924380947923,-1.39519209980579 50.8923373947923,-1.39361739980601 50.8916244947923,-1.39348319980603 50.8917348947924,-1.39405149980595 50.8919875947923,-1.39306479980608 50.8928690947923,-1.39373149980599 50.8931832947923,-1.39408429980594 50.8928971947923,-1.39426789980592 50.8929875947923,-1.39417669980593 50.8930473947923,-1.39425489980592 50.8933669947923,-1.39458659980587 50.8933330947923,-1.39456599980587 50.8932491947923,-1.39451539980588 50.8930455947923,-1.39465529980586 50.8929335947923,-1.39563519980573 50.8933876947923,-1.39558919980573 50.8934308947923,-1.39599219980568 50.8936133947923,-1.39609339980566 50.8935246947923,-1.39589579980569 50.8934392947923,-1.39632419980563 50.8930660947923,-1.3965052998056 50.8931611947923,-1.39663239980559 50.8930507947923),(-1.39488639980583 50.8923756947923,-1.39468169980586 50.8925550947923,-1.39401789980595 50.8922535947923,-1.39422259980592 50.8920742947923,-1.39488639980583 50.8923756947923),(-1.39442619980589 50.8926099947923,-1.39422269980592 50.8927871947923,-1.393686899806 50.8925424947923,-1.39389039980597 50.8923652947923,-1.39442619980589 50.8926099947923),(-1.39390499980597 50.8928118947923,-1.393699999806 50.8929915947923,-1.39335329980604 50.8928341947923,-1.39355829980601 50.8926544947923,-1.39390499980597 50.8928118947923))" .

<http://id.southampton.ac.uk/room/68-12102> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                            skos:notation "68-12102"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "68/12102" ,
                                                       "NOC 68 / 121 / 02 (Computer Workstation)" ,
                                                       "68 / 12102" ;
                                            oo:capacity "50"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "121 / 02 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-12102#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-12102> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-12401> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-12401> ;
                                                                     rdfs:label "iSolutions Workstations - 68-12401" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-12401#Sunday-CLOSED-05-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "20"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "20"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/68-12401/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/68-12401/ratio" .

<http://id.southampton.ac.uk/room/68-12401> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            dcterms:description "Use for SOES1003 Library induction only" ;
                                            skos:notation "68-12401"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "68/12401" ,
                                                       "NOC 68 / 124 / 01 (Library)" ,
                                                       "68 / 12401" ;
                                            oo:capacity "25"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "124 / 01 (Library)" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-12401#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-12401> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-23415> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-23415> ;
                                                                     rdfs:label "iSolutions Workstations - 68-23415" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-23415#Thursday-CLOSED-09-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "22"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/68-23415/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/68-23415/ratio" .

<http://id.southampton.ac.uk/room/68-23415> rdf:type ns3:Room ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            rdfs:label "68/23415" ,
                                                       "68 / 23415" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-23415#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-23415> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-56471> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-56471> ;
                                                                     rdfs:label "iSolutions Workstations - 68-56471" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-56471#Saturday-CLOSED-11-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "25"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/68-56471/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/68-56471/ratio" .

<http://id.southampton.ac.uk/room/68-56471> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            dcterms:description "NOC 68 / 564 / 71 (MSc Cluster)" ;
                                            skos:notation "68-56471"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "68/56471" ,
                                                       "NOC 68 / 564 / 71 (MSc Cluster) (NOT AVAILABLE)" ,
                                                       "68 / 56471" ;
                                            oo:capacity "27"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "564 / 71 (MSc Cluster) (NOT AVAILABLE)" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-56471#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-56471> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-78421> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-78421> ;
                                                                     rdfs:label "iSolutions Workstations - 68-78421" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-78421#Friday-CLOSED-10-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "15"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "15"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/68-78421/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/68-78421/ratio" .

<http://id.southampton.ac.uk/room/68-78421> rdf:type ns3:Room ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            rdfs:label "68/78421" ,
                                                       "68 / 78421" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-78421#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-78421> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-72V-1001> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/72V> ,
                                                                                <http://id.southampton.ac.uk/room/72V-1001> ;
                                                                     rdfs:label "iSolutions Workstations - 72V-1001" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Saturday-CLOSED-11-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "21"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "21"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/72V-1001/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/72V-1001/ratio" .

<http://id.southampton.ac.uk/building/72V> rdf:type ns3:Building ,
                                                    ns2:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/63> ;
                                           skos:notation "72V"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall/Lobby/Laundry" ;
                                           geo:lat "50.93796"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37494"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72V#residential> .

<http://id.southampton.ac.uk/room/72V-1001> rdf:type ns3:Room ;
                                            ns1:within <http://id.southampton.ac.uk/building/72V> ;
                                            rdfs:label "72V/1001" ,
                                                       "72V / 1001" .

<http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/73X-Q> ;
                                                                     rdfs:label "iSolutions Workstations - 73-lvl01" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#Sunday-CLOSED-05-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "10"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "10"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/73-lvl01/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/73-lvl01/ratio" .

<http://id.southampton.ac.uk/building/73X-Q> rdf:type ns3:Building ,
                                                      ns2:UoSBuilding ;
                                             ns1:within <http://id.southampton.ac.uk/site/57> ;
                                             skos:notation "73X-Q"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                             oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                             rdfs:label "Block Q Glen Eyre Hall New Terrace" ;
                                             geo:lat "50.94298"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                             geo:long "-1.40266"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                             oo:hasFeature <http://id.southampton.ac.uk/building/73X-Q#residential> ;
                                             dcterms:spatial "POLYGON((-1.40287199980472 50.942967294791,-1.40275739980473 50.942858794791,-1.40247089980477 50.9429620947909,-1.40244839980478 50.9430494947909,-1.40249049980477 50.943056994791,-1.40253079980477 50.9430945947909,-1.40287199980472 50.942967294791))" .

<http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-73-lvl01> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/75> ;
                                                                     rdfs:label "iSolutions Workstations - 75-lvl03" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#Saturday-CLOSED-11-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/75-lvl03/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/75-lvl03/ratio" .

<http://id.southampton.ac.uk/building/75> rdf:type ns3:Building ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297886> .

<http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-75-lvl03> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/81> ;
                                                                     rdfs:label "iSolutions Workstations - 81-lvl03" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#Wednesday-CLOSED-08-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "7"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "7"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/81-lvl03/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/81-lvl03/ratio" .

<http://id.southampton.ac.uk/building/81> rdf:type ns3:Building .

<http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-81-lvl03> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      ns1:within <http://id.southampton.ac.uk/site/18> ;
                                                                      rdfs:label "iSolutions Workstations - sgh-aa07a" ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Monday-CLOSED-06-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#Friday-CLOSED-10-Jul-2026> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                      ns2:workstationSeats "28"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                      ns2:workstationFreeSeats "28"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                      ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                      ns2:workstationUnitsTimeSeries "wsavail/sgh-aa07a/units" ;
                                                                      ns2:workstationRatioTimeSeries "wsavail/sgh-aa07a/ratio" .

<http://id.southampton.ac.uk/site/18> rdf:type ns5:Site ,
                                               ns2:UoSSite ,
                                               ns3:Site ;
                                      skos:notation "18"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      rdfs:label "Southampton General Hospital" ;
                                      geo:lat "50.933185"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.43541225"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      dcterms:spatial "-1.4392547 50.9337565,-1.4392547 50.9332940,-1.4381754 50.9326954,-1.4384560 50.9325321,-1.4345488 50.9302464,-1.4317425 50.9323824,-1.4315698 50.9337429,-1.4339012 50.9348312,-1.4341602 50.9355931,-1.4348510 50.9361236,-1.4365564 50.9353482,-1.4357361 50.9342871,-1.4392547 50.9337565" .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa07a> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/site/18> ;
                                                                     rdfs:label "iSolutions Workstations - sgh-aa75" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#Wednesday-CLOSED-08-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                     ns2:workstationSeats "42"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationFreeSeats "42"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns2:workstationUnitsTimeSeries "wsavail/sgh-aa75/units" ;
                                                                     ns2:workstationRatioTimeSeries "wsavail/sgh-aa75/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-sgh-aa75> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      ns1:within <http://id.southampton.ac.uk/site/18> ;
                                                                      rdfs:label "iSolutions Workstations - sgh-raa74" ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Monday-CLOSED-06-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Friday-CLOSED-10-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#Tuesday-CLOSED-07-Jul-2026> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> ;
                                                                      ns2:workstationSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                      ns2:workstationFreeSeats "6"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                      ns2:workstationStatus "Room opening times are currently unavailable" ;
                                                                      ns2:workstationUnitsTimeSeries "wsavail/sgh-raa74/units" ;
                                                                      ns2:workstationRatioTimeSeries "wsavail/sgh-raa74/ratio" .

<http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-sgh-raa74> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1011> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                                               <http://id.southampton.ac.uk/room/25-1011> ;
                                                                    rdfs:label "iSolutions Workstations - 25-1011" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1011#Wednesday-CLOSED-08-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/building/25> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "25"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          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> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/25#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/25#architect> ;
                                          ns2:buildingDate "1931/1947" ;
                                          dcterms:spatial "POLYGON((-1.39376940097695 50.9346954876614,-1.39373885825729 50.9347377770649,-1.39369753575422 50.9347948988353,-1.39368873226444 50.9348065609523,-1.39368001860618 50.9348190722493,-1.39366852017054 50.9348349802736,-1.3936582793763 50.9348490767034,-1.39364983521263 50.9348609086432,-1.39360599742677 50.9349213703747,-1.39353898310657 50.935014214079,-1.39339668996557 50.9349733968392, -1.39324 50.93493,-1.39336111668032 50.9347464953575,-1.39343944977309 50.9347684043063,-1.39347628069974 50.9347787077361,-1.39350493695731 50.9347866900619,-1.39354940356387 50.9347252091338,-1.39360500927996 50.9346482729406,-1.39367067612723 50.9346671814797,-1.39368846276985 50.9346730125545,-1.3937009493523 50.9346769754205,-1.39375574658463 50.9346915814094,-1.39376940097695 50.9346954876614))" .

<http://id.southampton.ac.uk/room/25-1011> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1: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> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "25 / 1011" ,
                                                      "25 / 1011 (Computer Workstation)" ,
                                                      "25/1011" ;
                                           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> ;
                                           ns4: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))" ;
                                           ns2:roomNumber "1011" ;
                                           oo:capacity "23"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1011 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1011#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-25-1011> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                                               <http://id.southampton.ac.uk/room/25-1015> ;
                                                                    rdfs:label "iSolutions Workstations - 25-1015" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Sunday-CLOSED-05-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/room/25-1015> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                      <http://id.southampton.ac.uk/floor/25-1> ;
                                           dcterms:description "CLS Public Workstation (Open Access: NON-BOOKABLE)" ;
                                           skos:notation "25-1015"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Non-bookable Workstation" ,
                                                      "25 / 1015" ,
                                                      "25/1015" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501015A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501015B.jpg> ;
                                           geo:lat "50.9347023"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393623067"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           dcterms:spatial "POLYGON((-1.3936349253149 50.934736008068,-1.3935594863687 50.934715178618,-1.3936066672481 50.93465173619,-1.3936793308484 50.934672565668,-1.3936349253149 50.934736008068))" ;
                                           oo:capacity "7"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1015" .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-25-1015> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1007> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                                               <http://id.southampton.ac.uk/room/25-1007> ;
                                                                    rdfs:label "iSolutions Workstations - 25-1007" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1007#Wednesday-CLOSED-08-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/room/25-1007> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1: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-1007"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "25 / 1007" ,
                                                      "25 / 1007 (Computer Workstation)" ,
                                                      "25/1007" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501007A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B2501007B.jpg> ;
                                           geo:lat "50.93493627"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393488702"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/25-B> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/25-1007-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/25-1007-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301003> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501007/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501007/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501007/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002501007/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ;
                                           dcterms:spatial "POLYGON((-1.3934578708651 50.934888412578,-1.3935994135033 50.934926891259,-1.3935348236363 50.935008936604,-1.3933935333023 50.934968708962,-1.3934578708651 50.934888412578))" ;
                                           ns2:roomNumber "1007" ;
                                           oo:capacity "45"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1007 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1007#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-25-1007> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-44-1061> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/44> ,
                                                                               <http://id.southampton.ac.uk/room/44-1061> ;
                                                                    rdfs:label "iSolutions Workstations - 44-1061" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-44-1061#Tuesday-CLOSED-07-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/building/44> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "44"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Shackleton" ;
                                          geo:lat "50.93452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39894"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns3:occupant <http://id.southampton.ac.uk/org/F8> ,
                                                       <http://id.southampton.ac.uk/org/JW> ,
                                                       <http://id.southampton.ac.uk/org/WR> ,
                                                       <http://id.southampton.ac.uk/org/F8JW030100> ,
                                                       <http://id.southampton.ac.uk/org/F8JW040000> ,
                                                       <http://id.southampton.ac.uk/org/F801000000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW010300> ,
                                                       <http://id.southampton.ac.uk/org/F8JW020000> ,
                                                       <http://id.southampton.ac.uk/org/F8WR050000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW010100> ,
                                                       <http://id.southampton.ac.uk/org/F8WR020000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW030000> ,
                                                       <http://id.southampton.ac.uk/org/F8WR060000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW020300> ,
                                                       <http://id.southampton.ac.uk/org/F8JW010000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW030200> ,
                                                       <http://id.southampton.ac.uk/org/F8JW030300> ,
                                                       <http://id.southampton.ac.uk/org/F8JW020200> ,
                                                       <http://id.southampton.ac.uk/org/F8JW020100> ,
                                                       <http://id.southampton.ac.uk/org/F8WR040000> ,
                                                       <http://id.southampton.ac.uk/org/F8WR010000> ,
                                                       <http://id.southampton.ac.uk/org/F8WR070000> ,
                                                       <http://id.southampton.ac.uk/org/F8WR030000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW050000> ,
                                                       <http://id.southampton.ac.uk/org/F8JW010200> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/44#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/44#architect> ;
                                          ns2:buildingDate "1966" ;
                                          dcterms:spatial "POLYGON((-1.39939959202017 50.9343623794227,-1.39939249532942 50.9343720035895,-1.39937704430654 50.9343928936859,-1.39917402505233 50.9346670116425,-1.39915929268167 50.9346880148311,-1.39915399262149 50.9346954876614,-1.39914851289826 50.9347025642042,-1.39911752102096 50.9347445705398,-1.39909084105702 50.9347806891646,-1.3991271329945 50.9347913888772,-1.39914177553363 50.9347956914065,-1.3990613763157 50.9349046698106,-1.39898097709777 50.9348810625624,-1.39885000272934 50.9348426795289,-1.39886392661625 50.9348238842857,-1.39887290976909 50.9348117126632,-1.39872585555708 50.9347684609186,-1.39871552493131 50.9347823875319,-1.39858329292149 50.9347436647432,-1.39866234466649 50.9346366673964,-1.39864824111653 50.9346324780773,-1.398632340936 50.9346278924708,-1.39860700844499 50.9346621995899,-1.39846390682023 50.9346203064048,-1.39850469033413 50.9345648827951,-1.39852175832453 50.9345418981122,-1.39854134159772 50.9345154034391,-1.39855912824035 50.9344912864799,-1.39856254183843 50.9344865876343,-1.398580148818 50.934462810336,-1.39867016000946 50.9343408099592,-1.39878164093622 50.9341897102091,-1.39878685116487 50.9341826902013,-1.39880885988933 50.9341892006924,-1.39886895718184 50.9342068073205,-1.39892061031068 50.9342218663604,-1.39896813118921 50.9342359063631,-1.3990272403349 50.9342531732962,-1.39932754713438 50.9343412062487,-1.39939959202017 50.9343623794227),(-1.39918399635198 50.9343956110961,-1.39887084364394 50.9343048608313,-1.39872316061123 50.9345074776793,-1.3987072604307 50.9345293867407,-1.39902050297027 50.9346199667301,-1.39918399635198 50.9343956110961))" .

<http://id.southampton.ac.uk/room/44-1061> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1:within <http://id.southampton.ac.uk/building/44> ,
                                                      <http://id.southampton.ac.uk/floor/44-1> ;
                                           dcterms:description "CLS Computer Workstation (BOOKABLE)" ;
                                           skos:notation "44-1061"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "44 / 1061" ,
                                                      "44 / 1061 (Computer Workstation)" ,
                                                      "44/1061" ;
                                           geo:lat "50.93481996"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398996503"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/44-1061-VW-FRT.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/44-1061-VW-FRT.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID300311> ;
                                           dcterms:spatial "POLYGON((-1.3991417755 50.9347956914,-1.3990613763 50.9349046698,-1.3988500027 50.9348426795,-1.3988639266 50.9348238843,-1.3988729098 50.9348117127,-1.3989327376 50.934736475,-1.3990908411 50.9347806892,-1.399127133 50.9347913889,-1.3991417755 50.9347956914))" ;
                                           ns2:roomNumber "1061" ;
                                           oo:capacity "82"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1061 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-44-1061#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-44-1061> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1009> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                                               <http://id.southampton.ac.uk/room/25-1009> ;
                                                                    rdfs:label "iSolutions Workstations - 25-1009" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Monday-CLOSED-06-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Friday-CLOSED-10-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1009#Saturday-CLOSED-11-Jul-2026> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/room/25-1009> rdf:type ns3:Room ,
                                                    ns2:SyllabusLocation ;
                                           ns1: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-1009"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "25 / 1009" ,
                                                      "25 / 1009 (Computer Workstation)" ,
                                                      "25/1009" ;
                                           geo:lat "50.93483314"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393424668"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns4:recommendedBuildingEntrance <http://id.southampton.ac.uk/building-portal/25-B> ;
                                           ns2:primaryDepiction <https://data.southampton.ac.uk/image-archive/cls/raw/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1000/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/600/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/400/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/300/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/200/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/100/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/50/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1920/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/1600/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/800x600/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/480x297/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/320x198/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/240x260/25-1009-E1-INS.JPG> ,
                                                                <https://data.southampton.ac.uk/image-archive/cls/220x220/25-1009-E1-INS.JPG> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297992> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID303677> ;
                                           dcterms:spatial "POLYGON((-1.3935083316987 50.934899701781,-1.3932313017224 50.934824016367,-1.393293873156 50.934732589495,-1.3935814999073 50.934809706086,-1.3935083316987 50.934899701781))" ;
                                           ns2:roomNumber "1009" ;
                                           oo:capacity "80"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns2:shortName "1009 (Computer Workstation)" .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1009#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-25-1009> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-63K-2085> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/63K> ,
                                                                                <http://id.southampton.ac.uk/room/63K-2085> ;
                                                                     rdfs:label "iSolutions Workstations - 63K-2085" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#Saturday-CLOSED-11-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/building/63K> rdf:type ns3:Building ,
                                                    ns2:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/4> ;
                                           skos:notation "63K"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "West Side" ;
                                           geo:lat "51.06588"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.31069"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-63k-west-side-wsa> ;
                                           ns3:occupant <http://id.southampton.ac.uk/org/FH> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/63K#residential> ;
                                           dcterms:spatial "POLYGON((-1.3109987 51.0658846,-1.3103528 51.0657547,-1.3103032 51.0658522,-1.3103980 51.0658712,-1.3101971 51.0662658,-1.3104893 51.0663246,-1.3105268 51.0662509,-1.3102961 51.0662045,-1.3103206 51.0661564,-1.3106329 51.0662193,-1.3106784 51.0661299,-1.3104298 51.0660799,-1.3104560 51.0660284,-1.3108023 51.0660980,-1.3108420 51.0660201,-1.3105751 51.0659665,-1.3106014 51.0659149,-1.3109478 51.0659845,-1.3109987 51.0658846))" .

<http://id.southampton.ac.uk/room/63K-2085> rdf:type ns3:Room ;
                                            rdfs:label "63K / 2085" .

<http://id.southampton.ac.uk/point-of-service/workstations-63K-2085#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-63K-2085> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-16621> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                                <http://id.southampton.ac.uk/room/68-16621> ;
                                                                     rdfs:label "iSolutions Workstations - 68-16621" ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-68-16621#Wednesday-CLOSED-08-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/room/68-16621> rdf:type ns3:Room ,
                                                     ns2:CentrallyBookableSyllabusLocation ,
                                                     ns2:SyllabusLocation ;
                                            ns1:within <http://id.southampton.ac.uk/building/68> ;
                                            dcterms:description "Common Learning Space: NOCS Laboratory G" ;
                                            skos:notation "68-16621"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            rdfs:label "NOC 68 / 166 / 21 (Lab G1)" ,
                                                       "68 / 16621" ;
                                            oo:capacity "71"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns2:shortName "166 / 21 (Lab G1)" .

<http://id.southampton.ac.uk/point-of-service/workstations-68-16621#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-68-16621> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/70> ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Friday-CLOSED-10-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Monday-CLOSED-06-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#Saturday-CLOSED-11-Jul-2026> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/building/70> rdf:type ns3:Building .

<http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-70-lvl01> ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      ns1:within <http://id.southampton.ac.uk/building/63A> ,
                                                                                 <http://id.southampton.ac.uk/room/63A-1017e> ;
                                                                      rdfs:label "iSolutions Workstations - 63A-1017e" ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Monday-CLOSED-06-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Friday-CLOSED-10-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#Thursday-CLOSED-09-Jul-2026> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/building/63A> rdf:type ns3:Building ,
                                                    ns2:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/4> ;
                                           skos:notation "63A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "East Side" ;
                                           geo:lat "51.06581"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.309"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-63a-east-side-wsa> ;
                                           ns3:occupant <http://id.southampton.ac.uk/org/FH> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/63A#residential> ;
                                           ns2:buildingDate "1965" ;
                                           dcterms:spatial "POLYGON((-1.3098769 51.0658166,-1.3094050 51.0660649,-1.3095168 51.0661488,-1.3095582 51.0661402,-1.3096045 51.0661471,-1.3096301 51.0661620,-1.3096431 51.0661875,-1.3096456 51.0662121,-1.3096345 51.0662332,-1.3096185 51.0662529,-1.3095917 51.0662654,-1.3095536 51.0662689,-1.3095147 51.0662628,-1.3094840 51.0662500,-1.3094701 51.0662359,-1.3094623 51.0662164,-1.3094377 51.0662197,-1.3093827 51.0662193,-1.3083527 51.0654461,-1.3085831 51.0653249,-1.3093456 51.0658972,-1.3097211 51.0656996,-1.3098769 51.0658166))" .

<http://id.southampton.ac.uk/room/63A-1017e> rdf:type ns3:Room ;
                                             rdfs:label "63A / 1017e" .

<http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-63A-1017e> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Friday-CLOSED-10-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Wednesday-CLOSED-08-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Monday-CLOSED-06-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#Thursday-CLOSED-09-Jul-2026> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrb16> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Saturday-CLOSED-11-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Monday-CLOSED-06-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Thursday-CLOSED-09-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Friday-CLOSED-10-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Tuesday-CLOSED-07-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Sunday-CLOSED-05-Jul-2026> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#Wednesday-CLOSED-08-Jul-2026> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/computers.png> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> .

<http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-rch-rrd06> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .