@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix ns3: <http://vocab.deri.ie/rooms#> .

<http://id.southampton.ac.uk/point-of-service/38-blue-room> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                            rdfs:label "Blue Room (Fine Dining)" ,
                                                                       "Blue Room" ;
                                                            ns1:within <http://id.southampton.ac.uk/building/38> ;
                                                            skos:notation "38-blue-room" ;
                                                            oo:mapIcon <https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/restaurant.png> ;
                                                            oo:ukfhrsId "220295" ;
                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Catering> ;
                                                            oo:ukfhrsPage <http://ratings.food.gov.uk/business/220295> ;
                                                            geo:lat "50.93529"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            geo:long "-1.39751"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/blue-room-fine-dining-southampton> .

<http://id.southampton.ac.uk/building/38> rdf:type ns3:Building ,
                                                   ns2:UoSBuilding ;
                                          rdfs:label "Staff Social Centre" ;
                                          geo:lat "50.9354"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39743"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/restaurant.png> rdf:type ns2:MapMarker ;
                                                                                 rdfs:label "Restaurant" .

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

<http://foo.baa/P1TD060400> ns0:hasPOS <http://id.southampton.ac.uk/point-of-service/38-blue-room> ,
                                       <http://id.southampton.ac.uk/point-of-service/38-arlott> ,
                                       <http://id.southampton.ac.uk/point-of-service/38-terrace> ,
                                       <http://id.southampton.ac.uk/point-of-service/38-starbucks> ,
                                       <http://id.southampton.ac.uk/point-of-service/12-lattes> ,
                                       <http://id.southampton.ac.uk/point-of-service/65-avenue> ,
                                       <http://id.southampton.ac.uk/point-of-service/72C-catering> ,
                                       <http://id.southampton.ac.uk/point-of-service/42-piazza> ,
                                       <http://id.southampton.ac.uk/point-of-service/68-cafe> ,
                                       <http://id.southampton.ac.uk/point-of-service/38-fotg> ,
                                       <http://id.southampton.ac.uk/point-of-service/75A-catering> ,
                                       <http://id.southampton.ac.uk/point-of-service/85-lattes> ,
                                       <http://id.southampton.ac.uk/point-of-service/63A-cafe> ,
                                       <http://id.southampton.ac.uk/point-of-service/176-cafe> .

<http://id.southampton.ac.uk/point-of-service/38-blue-room#generic-offering-> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/38-blue-room> ;
                                                                              rdf:type ns0:Offering ;
                                                                              rdfs:label "" ;
                                                                              ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/> .

<http://id.southampton.ac.uk/generic-products-and-services/> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                             rdfs:label "" .

<http://id.southampton.ac.uk/point-of-service/38-blue-room#generic-offering-CaffeineAlcohol> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/38-blue-room> ;
                                                                                             rdf:type ns0:Offering ;
                                                                                             rdfs:label "Caffeine, Alcohol" ;
                                                                                             ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/CaffeineAlcohol> .

<http://id.southampton.ac.uk/generic-products-and-services/CaffeineAlcohol> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                            rdfs:label "Caffeine, Alcohol" .