@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://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "iSolutions Workstations - 25-1015" ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/25> ,
                                                                               <http://id.southampton.ac.uk/room/25-1015> ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Monday-CLOSED-18-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Saturday-CLOSED-23-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Wednesday-CLOSED-20-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Tuesday-CLOSED-19-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Sunday-CLOSED-17-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Friday-CLOSED-22-May-2026> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Thursday-CLOSED-21-May-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 ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "EScience Building" ;
                                          geo:lat "50.93483"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39356"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/room/25-1015> rdf:type ns2:Room ,
                                                    ns3:SyllabusLocation ;
                                           rdfs:label "Non-bookable Workstation" ,
                                                      "25 / 1015" ,
                                                      "25/1015" ;
                                           geo:lat "50.9347023"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.393623067"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Monday-CLOSED-18-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                              ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                              ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                              ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Saturday-CLOSED-23-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                                ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Wednesday-CLOSED-20-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                                 ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                 ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Tuesday-CLOSED-19-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                               ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                               ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Sunday-CLOSED-17-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                              ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                              ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                              ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Friday-CLOSED-22-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                              ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                              ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                              ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/workstations-25-1015#Thursday-CLOSED-21-May-2026> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                                ns0:validFrom "2026-05-17T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                                ns0:validThrough "2026-05-25T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<https://data.southampton.ac.uk/map-icons/Education/computers.png> rdf:type ns3: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-25-1015#offers-workstations> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/workstations-25-1015> ;
                                                                                        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" .