@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

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

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

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

<http://id.southampton.ac.uk/point-of-service/highfield-hall-bar#generic-offering-Alcohol> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/highfield-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" .

<http://id.southampton.ac.uk/point-of-service/highfield-hall-bar#generic-offering-SoftDrinks> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/highfield-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" .