@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 dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/wellbeing-14> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                            rdfs:label "Clarkson Rest & Study Room" ;
                                                            dcterms:description "The Clarkson Rest and Study Room is a designated space for students with disabilities or long-term health conditions. The Clarkson Rest and Study Room contains 4 smaller rooms spaces for student use and locker availability." ;
                                                            skos:notation "wellbeing-14" ;
                                                            oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/library.png> ;
                                                            foaf:homepage <https://www.southampton.ac.uk/edusupport/disability_support/the-clarkson-rest-and-study-room.page> ;
                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> ;
                                                            geo:lat "50.93589573"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            geo:long "-1.397544962"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> rdf:type ns1:ProductOrServiceCategory ;
                                                                   rdfs:label "Wellbeing" .

<http://id.southampton.ac.uk/point-of-service/wellbeing-14#generic-offering-StudySpace> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wellbeing-14> ;
                                                                                        rdf:type ns0:Offering ;
                                                                                        rdfs:label "Study Space" ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/StudySpace> .

<http://id.southampton.ac.uk/generic-products-and-services/StudySpace> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                       rdfs:label "Study Space" .