@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/18-JSC> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      rdfs:label "Jubilee Sports Centre" ;
                                                      ns1:within <http://id.southampton.ac.uk/building/18> ;
                                                      foaf:phone <tel:+442380592119> ;
                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Thursday-0700-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Sunday-0800-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Wednesday-0700-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Tuesday-0700-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Sunday-0800-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Tuesday-0700-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Thursday-0700-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Wednesday-0700-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Sunday-0800-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Wednesday-0700-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Thursday-0700-2000-2011-04-03> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2200-2011-05-02> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Tuesday-0700-2200-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2000-2011-04-03> ;
                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/swimming.png> ;
                                                      foaf:mbox <mailto:sportandwellbeing@southampton.ac.uk> ;
                                                      foaf:homepage <http://www.southampton.ac.uk/sportandwellbeing> ;
                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sports> .

<http://id.southampton.ac.uk/building/18> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Jubilee Sports Complex" ;
                                          geo:lat "50.9339"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39671"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                    ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-05-02T00: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/18-JSC#Thursday-0700-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                    ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                    ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Sunday-0800-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                  ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Saturday-0800-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                    ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Wednesday-0700-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                     ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Tuesday-0700-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                   ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:validFrom "2011-05-02T00: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/18-JSC#Sunday-0800-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                  ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Monday-0700-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-05-02T00: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/18-JSC#Tuesday-0700-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                   ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Thursday-0700-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                    ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-05-02T00: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/18-JSC#Wednesday-0700-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                     ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                     ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Sunday-0800-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                  ns0:opens "08:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-05-02T00: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/18-JSC#Wednesday-0700-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                     ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:validFrom "2011-05-02T00: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/18-JSC#Thursday-0700-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                    ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2200-2011-05-02> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-05-02T00: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/18-JSC#Tuesday-0700-2200-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                   ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "22: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-04-02T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/18-JSC#Friday-0700-2000-2011-04-03> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                  ns0:opens "07:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-04-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-05-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<https://data.southampton.ac.uk/map-icons/Sports/swimming.png> rdf:type ns3:MapMarker ;
                                                               rdfs:label "Swimming" .

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