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

<http://id.southampton.ac.uk/building/72V> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Connaught Hall/Lobby/Laundry" ;
                                           ns2: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/> ;
                                           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/site/63> rdf:type ns3:Site ,
                                               ns1:UoSSite ,
                                               ns0:Site ;
                                      rdfs:label "Connaught Hall" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/building/72V#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                       rdfs:label "Building 72V is residential" .

<http://id.southampton.ac.uk/point-of-service/workstations-72V-1001> ns2:within <http://id.southampton.ac.uk/building/72V> ,
                                                                                <http://id.southampton.ac.uk/room/72V-1001> ;
                                                                     rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                     rdfs:label "iSolutions Workstations - 72V-1001" ;
                                                                     ns5:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Tuesday-CLOSED-09-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Wednesday-CLOSED-10-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Monday-CLOSED-08-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Thursday-CLOSED-11-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Friday-CLOSED-12-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Saturday-CLOSED-13-Jun-2026> ,
                                                                                                      <http://id.southampton.ac.uk/point-of-service/workstations-72V-1001#Sunday-CLOSED-07-Jun-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> ;
                                                                     ns1:workstationSeats "21"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns1:workstationFreeSeats "21"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns1:workstationStatus "Room opening times are currently unavailable" ;
                                                                     ns1:workstationUnitsTimeSeries "wsavail/72V-1001/units" ;
                                                                     ns1:workstationRatioTimeSeries "wsavail/72V-1001/ratio" .

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