@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/HospitalityServices> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                rdfs:label "Hospitality Services" .

<http://id.southampton.ac.uk/point-of-service/c-and-h-office> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                              ns1:within <http://id.southampton.ac.uk/building/40> ;
                                                              rdfs:label "Conference and Hospitality Office" ;
                                                              foaf:phone <tel:+442380592832> ;
                                                              ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/c-and-h-office#Monday-0900-1700> ,
                                                                                               <http://id.southampton.ac.uk/point-of-service/c-and-h-office#Thursday-0900-1700> ,
                                                                                               <http://id.southampton.ac.uk/point-of-service/c-and-h-office#Wednesday-0900-1700> ,
                                                                                               <http://id.southampton.ac.uk/point-of-service/c-and-h-office#Friday-0900-1700> ,
                                                                                               <http://id.southampton.ac.uk/point-of-service/c-and-h-office#Tuesday-0900-1700> ;
                                                              oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                              foaf:mbox <mailto:hospitality@southampton.ac.uk> ;
                                                              foaf:homepage <http://www.southampton.ac.uk/conferenceandhospitality/> ;
                                                              dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<http://id.southampton.ac.uk/building/40> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "40"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "West Bld & Staff Social Centre" ;
                                          geo:lat "50.93495"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39752"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:occupant <http://id.southampton.ac.uk/org/SU> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301026> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/40#residential> ;
                                          ns3:buildingArchitect <http://id.southampton.ac.uk/building/40#architect> ;
                                          ns3:buildingDate "1939/1948/1956" ;
                                          ns3:buildingFeature "Dining area, Students' Union clubs and societies, offices" ;
                                          dcterms:spatial "POLYGON((-1.39806155140447 50.9350090623905,-1.39803280531538 50.9350475018986,-1.39795555020095 50.935153479288,-1.39791674298067 50.9351423833761,-1.39787847474957 50.9351314006851,-1.39782394701182 50.9351157758214,-1.39780759767365 50.9351110770389,-1.39778612793836 50.9351049063478,-1.39775360892508 50.935095565392,-1.39773492396717 50.9350895645345,-1.39763287535089 50.9352227720659,-1.39754241500178 50.9351957116633,-1.39746255477302 50.9351722743981,-1.39740793720375 50.9351563664891,-1.39739194719169 50.9351771996215,-1.39733589231796 50.9351597065844,-1.397348648395 50.935139213115,-1.39724489297968 50.9351090956244,-1.3972275554947 50.935104113782,-1.39733418551892 50.9349632066766,-1.3973132547728 50.934920011685,-1.39725091169208 50.9349320700549,-1.39721560790142 50.9348746087803,-1.39723519117461 50.9348699099734,-1.3972275554947 50.934855870162,-1.39719108389416 50.9347946723864,-1.39715398347293 50.9347355125731,-1.39714275453188 50.9347186987176,-1.39712380007938 50.9347230012536,-1.39707627920085 50.9346499147003,-1.39718569400246 50.934625684586,-1.39734262968259 50.9345910943777,-1.39740048118689 50.9345782999569,-1.3975706221017 50.9348699099734,-1.39785574737288 50.9349506954184,-1.39806155140447 50.9350090623905))" .

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