@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/> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

<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> .

<https://data.southampton.ac.uk/map-icons/Offices/disability.png> rdf:type ns1:MapMarker .

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

<http://id.southampton.ac.uk/point-of-service/claro#generic-offering-1To1Support> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/claro> ;
                                                                                  rdf:type ns0:Offering ;
                                                                                  rdfs:label "1 to 1 Support" ;
                                                                                  ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/1To1Support> .

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

<http://id.southampton.ac.uk/point-of-service/claro#generic-offering-VisualAndHearingImpairmentSupport> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/claro> ;
                                                                                                        rdf:type ns0:Offering ;
                                                                                                        rdfs:label "Visual and Hearing Impairment Support" ;
                                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/VisualAndHearingImpairmentSupport> .

<http://id.southampton.ac.uk/generic-products-and-services/VisualAndHearingImpairmentSupport> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                              rdfs:label "Visual and Hearing Impairment Support" .

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

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

<http://id.southampton.ac.uk/point-of-service/claro#generic-offering-MentalHealthSupport> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/claro> ;
                                                                                          rdf:type ns0:Offering ;
                                                                                          rdfs:label "Mental Health Support" ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/MentalHealthSupport> .

<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#generic-offering-SpecificLearningDifficultiesSupport> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/claro> ;
                                                                                                          rdf:type ns0:Offering ;
                                                                                                          rdfs:label "Specific Learning Difficulties Support" ;
                                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SpecificLearningDifficultiesSupport> .

<http://id.southampton.ac.uk/generic-products-and-services/SpecificLearningDifficultiesSupport> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                rdfs:label "Specific Learning Difficulties Support" .