@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 ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/chamberlain-hall-bar> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "Chamberlain Hall Bar" ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/70D> ;
                                                                    skos:notation "chamberlain-hall-bar" ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/bar.png> ;
                                                                    oo:ukfhrsId "220029" ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Catering> ;
                                                                    oo:ukfhrsPage <http://ratings.food.gov.uk/business/220029> .

<http://id.southampton.ac.uk/building/70D> rdf:type ns2:Building ,
                                                    ns3:ExUoSBuilding ;
                                           rdfs:label "Chamberlain Dining Room" ;
                                           geo:lat "50.94184"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40323"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<http://id.southampton.ac.uk/point-of-service/chamberlain-hall-bar#generic-offering-SoftDrinks> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/chamberlain-hall-bar> ;
                                                                                                rdf:type ns0:Offering ;
                                                                                                rdfs:label "Soft Drinks" ;
                                                                                                ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SoftDrinks> .

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

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

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