@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 ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/28UR> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                    rdfs:label "Counselling Service" ;
                                                    ns1:within <http://id.southampton.ac.uk/building/1051> ;
                                                    foaf:phone <tel:+442380593719> ;
                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/28UR#Sunday-CLOSED-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Thursday-0900-1700-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Saturday-CLOSED-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Wednesday-0900-1700-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Monday-0900-1700-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Friday-0900-1700-2011-01-01> ,
                                                                                     <http://id.southampton.ac.uk/point-of-service/28UR#Tuesday-0900-1700-2011-01-01> ;
                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                    foaf:mbox <mailto:counser@soton.ac.uk> ;
                                                    foaf:homepage <http://www.southampton.ac.uk/edusupport/counselling/index.html> ;
                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<http://id.southampton.ac.uk/building/1051> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            rdfs:label "28 University Road" ;
                                            geo:lat "50.93321"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.39528"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/28UR#Sunday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                             ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                             ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                             ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Thursday-0900-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                  ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Saturday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                               ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                               ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Wednesday-0900-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                   ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Monday-0900-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Friday-0900-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/28UR#Tuesday-0900-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                 ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/point-of-service/28UR#generic-offering-FreeAndConfidentialCounsellingForStudentsAndStaffThroughoutTheYear> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/28UR> ;
                                                                                                                                        rdf:type ns0:Offering ;
                                                                                                                                        rdfs:label "Free and confidential counselling for students and staff throughout the year" ;
                                                                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FreeAndConfidentialCounsellingForStudentsAndStaffThroughoutTheYear> .

<http://id.southampton.ac.uk/generic-products-and-services/FreeAndConfidentialCounsellingForStudentsAndStaffThroughoutTheYear> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                                               rdfs:label "Free and confidential counselling for students and staff throughout the year" .