@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

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

<http://id.southampton.ac.uk/point-of-service/GATELEY> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                       ns1:within <http://id.southampton.ac.uk/building/82A> ;
                                                       rdfs:label "Gateley Hall Office" ;
                                                       foaf:phone <tel:+442380595777> ;
                                                       ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/GATELEY#Wednesday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Sunday-CLOSED-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Thursday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Tuesday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Friday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Saturday-CLOSED-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/GATELEY#Monday-0800-1800-2011-01-01> ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/lodging_0star.png> ;
                                                       foaf:homepage <http://www.soton.ac.uk/accommodation> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Accommodation> .

<http://id.southampton.ac.uk/building/82A> rdf:type ns2:Building ,
                                                    ns3:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/67> ;
                                           skos:notation "82A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Gateley Hall" ;
                                           geo:lat "50.917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40758"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/82A#residential> ;
                                           dcterms:spatial "POLYGON((-1.4071755 50.9168965,-1.4072034 50.9168942,-1.4072336 50.9170352,-1.4073447 50.9170257,-1.4073156 50.9168896,-1.4075818 50.9168669,-1.4076355 50.9171178,-1.4072352 50.9171518,-1.4072681 50.9173055,-1.4073086 50.9173020,-1.4073000 50.9172617,-1.4077525 50.9172232,-1.4077404 50.9171667,-1.4078473 50.9171576,-1.4078514 50.9171768,-1.4079734 50.9171664,-1.4079689 50.9171452,-1.4079816 50.9171442,-1.4079660 50.9170713,-1.4078243 50.9170833,-1.4078233 50.9170786,-1.4077943 50.9169434,-1.4077838 50.9168943,-1.4079202 50.9168828,-1.4078963 50.9167711,-1.4071620 50.9168335,-1.4071755 50.9168965))" .

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