@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

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

<http://id.southampton.ac.uk/point-of-service/claro> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                     rdfs:label "Claro Mentoring Service" ;
                                                     foaf:phone <tel:+447921686245> ;
                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/disability.png> ;
                                                     foaf:mbox <mailto:gilly@clarolearning.com> ;
                                                     foaf:homepage <http://www.clarolearning.com> ;
                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<http://id.southampton.ac.uk/point-of-service/claro#generic-offering-MentalHealthSupport> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/claro> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/MentalHealthSupport> .