@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     rdfs:label "iSolutions Workstations - 177-2021" ;
                                                                     ns1:within <http://id.southampton.ac.uk/building/177> ,
                                                                                <http://id.southampton.ac.uk/room/177-2021> ;
                                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Sunday-CLOSED-12-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Wednesday-CLOSED-15-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Monday-CLOSED-13-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Thursday-CLOSED-16-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Tuesday-CLOSED-14-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Saturday-CLOSED-18-Apr-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Friday-CLOSED-17-Apr-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 ;
                                           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> .

<http://id.southampton.ac.uk/room/177-2021> rdf:type ns3:Room ,
                                                     ns2:SyllabusLocation ;
                                            rdfs:label "177/2021" ,
                                                       "177 / 2021" ,
                                                       "Boldrewood 177 / 2021" .

<http://id.southampton.ac.uk/ttevent/177-2021/20260421080000/20260421080000> ns4:place <http://id.southampton.ac.uk/room/177-2021> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns2:RoomBookedEvent ;
                                                                             rdfs:label "Room 177/2021 booked from 9:00am to 12:00pm on 21st April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/177-2021/20260421080000/20260421080000#time> .

<http://id.southampton.ac.uk/ttevent/177-2021/20260421080000/20260421080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-21T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-21T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Sunday-CLOSED-12-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                               ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                               ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Wednesday-CLOSED-15-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                                  ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                  ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Monday-CLOSED-13-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                               ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                               ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Thursday-CLOSED-16-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                                 ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                 ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Tuesday-CLOSED-14-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                                ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Saturday-CLOSED-18-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                                 ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                 ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-177-2021#Friday-CLOSED-17-Apr-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                               ns0:validFrom "2026-04-12T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                               ns0:validThrough "2026-04-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<https://data.southampton.ac.uk/map-icons/Education/computers.png> rdf:type ns2:MapMarker ;
                                                                   rdfs:label "Computing workstations" .

<http://id.southampton.ac.uk/point-of-interest-category/iSolutions-Workstations> rdfs:label "iSolutions Workstations" .

<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> ;
                                                                                         rdf:type ns0:Offering ;
                                                                                         rdfs:label "iSolutions Workstations" ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/iSolutionsWorkstations> .

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