@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-10> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                            rdfs:label "Wellbeing Centre" ;
                                                            dcterms:description "The Student Wellbeing Team have a range of wellbeing support available to students." ;
                                                            skos:notation "wellbeing-10" ;
                                                            oo:mapIcon <https://data.southampton.ac.uk/map-icons/Health/therapy.png> ;
                                                            foaf:homepage <https://www.southampton.ac.uk/edusupport/mental_health_and_wellbeing/index.page> ;
                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> ;
                                                            geo:lat "50.93336862"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            geo:long "-1.395372909"^^<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-10#generic-offering-Service> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wellbeing-10> ;
                                                                                     rdf:type ns0:Offering ;
                                                                                     rdfs:label "Service" ;
                                                                                     ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Service> .

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