@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/RSS> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                   rdfs:label "Residences Support Service" ;
                                                   foaf:phone <tel:+442380595777> ;
                                                   ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/RSS#Friday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Friday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Saturday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Wednesday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Wednesday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Sunday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Tuesday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Monday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Sunday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Tuesday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Thursday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Thursday-0000-0800-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Saturday-1800-2359-2011-01-01> ,
                                                                                    <http://id.southampton.ac.uk/point-of-service/RSS#Monday-0000-0800-2011-01-01> ;
                                                   oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                   foaf:mbox <mailto:residencessupport@soton.ac.uk> ;
                                                   foaf:homepage <https://www.southampton.ac.uk/accommodation/> ;
                                                   dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<http://id.southampton.ac.uk/point-of-service/RSS#Friday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                               ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "08: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/RSS#Friday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                               ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "23:59: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/RSS#Saturday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                 ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:closes "08: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/RSS#Wednesday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                  ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "23:59: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/RSS#Wednesday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                  ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "08: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/RSS#Sunday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                               ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "08: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/RSS#Tuesday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:closes "23:59: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/RSS#Monday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                               ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "23:59: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/RSS#Sunday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                               ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "23:59: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/RSS#Tuesday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                ns0:closes "08: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/RSS#Thursday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                 ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:closes "23:59: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/RSS#Thursday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                 ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:closes "08: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/RSS#Saturday-1800-2359-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                 ns0:opens "18:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                 ns0:closes "23:59: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/RSS#Monday-0000-0800-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                               ns0:opens "00:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                               ns0:closes "08: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 ns1:MapMarker ;
                                                                   rdfs:label "Information" .

<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/RSS#generic-offering-OutOfHoursAssistanceToCurrentResidentsOfHallsOfResidence> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/RSS> ;
                                                                                                                             rdf:type ns0:Offering ;
                                                                                                                             rdfs:label "Out of hours assistance to current residents of Halls of Residence" ;
                                                                                                                             ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/OutOfHoursAssistanceToCurrentResidentsOfHallsOfResidence> .

<http://id.southampton.ac.uk/generic-products-and-services/OutOfHoursAssistanceToCurrentResidentsOfHallsOfResidence> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                                     rdfs:label "Out of hours assistance to current residents of Halls of Residence" .