@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/AssistanceToCurrentResidentsOfWessexLaneHallsOfResidence> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                                     rdfs:label "Assistance to current residents of Wessex Lane Halls of Residence" .

<http://id.southampton.ac.uk/point-of-service/WESSEX> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      ns1:within <http://id.southampton.ac.uk/building/76Z> ;
                                                      rdfs:label "Wessex Lane Reception" ;
                                                      foaf:phone <tel:+442380595777> ;
                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/WESSEX#Monday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Thursday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Wednesday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Tuesday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Saturday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Friday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/WESSEX#Sunday-CLOSED-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/76Z> rdf:type ns2:Building ,
                                                    ns3:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76Z"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall - Reception" ;
                                           geo:lat "50.93745"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37697"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns3:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/montefiore-4-halls-of-residence> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76Z#residential> ;
                                           dcterms:spatial "POLYGON((-1.3770802 50.9374253,-1.3770626 50.9373933,-1.3770518 50.9373957,-1.3768334 50.9374434,-1.3768182 50.9374467,-1.3768618 50.9375261,-1.3771109 50.9374717,-1.3771055 50.9374619,-1.3771256 50.9374575,-1.3771145 50.9374374,-1.3771049 50.9374199,-1.3770802 50.9374253))" .

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