@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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 ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix ns2: <http://www.w3.org/ns/org#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix ns4: <http://vocab.deri.ie/rooms#> .

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

<http://id.southampton.ac.uk/point-of-service/126-burgess-road> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                skos:notation "126-burgess-road" ;
                                                                rdfs:label "Co-op Food" ;
                                                                foaf:phone <tel:+442380678539> ;
                                                                ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Saturday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Tuesday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Thursday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Friday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Monday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Wednesday-0700-2200> ,
                                                                                                 <http://id.southampton.ac.uk/point-of-service/126-burgess-road#Sunday-0800-2200> ;
                                                                oo:mapIcon <https://data.southampton.ac.uk/map-icons/Stores/conveniencestore.png> ;
                                                                foaf:homepage <http://www.co-operative.coop> ;
                                                                oo:ukfhrsId "220301" ;
                                                                dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Retail> ;
                                                                oo:ukfhrsPage <http://ratings.food.gov.uk/business/220301> ;
                                                                geo:lat "50.937996"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                geo:long "-1.39521"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                foaf:based_near <http://id.southampton.ac.uk/site/1> .

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

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                 ns1:within <http://id.southampton.ac.uk/site/80> ;
                                                                 skos:notation "unit1-citygateway" ;
                                                                 rdfs:label "Morrisons" ;
                                                                 foaf:phone <tel:+442380089689> ;
                                                                 ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Saturday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Monday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Thursday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Tuesday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Wednesday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Sunday-0630-2300> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Friday-0630-2300> ;
                                                                 oo:mapIcon <https://data.southampton.ac.uk/map-icons/Stores/conveniencestore.png> ;
                                                                 foaf:homepage <http://your.morrisons.com/Store-finder/New-stores/M-local-Southampton-City-Gateway/> ;
                                                                 dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Retail> ;
                                                                 geo:lat "50.93997"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.37891"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/80> rdf:type ns2:Site ,
                                               ns3:UoSSite ,
                                               ns4:Site ;
                                      skos:notation "80"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      rdfs:label "City Gateway" ;
                                      geo:lat "50.94001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.37833"^^<http://www.w3.org/2001/XMLSchema#float> .

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