@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-19> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                            rdfs:label "Student Hub" ;
                                                            dcterms:description "The Student Support Hub is your first point of contact when it comes to seeking support. The team are here to answer your questions or concerns about, fees, financial support, accommodation and your wellbeing." ;
                                                            skos:notation "wellbeing-19" ;
                                                            oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                            foaf:homepage <https://www.southampton.ac.uk/studentservices/about-us.page> ;
                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> ;
                                                            geo:lat "50.934167"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            geo:long "-1.395962"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Offices/information.png> rdf:type ns1:MapMarker ;
                                                                   rdfs:label "Information" .

<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-19#generic-offering-Service> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wellbeing-19> ;
                                                                                     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" .