@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 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 ns2: <http://www.w3.org/ns/org#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix ns4: <http://vocab.deri.ie/rooms#> .
@prefix ns5: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                 rdfs:label "Morrisons" ;
                                                                 ns1:within <http://id.southampton.ac.uk/site/80> ;
                                                                 skos:notation "unit1-citygateway" ;
                                                                 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 ;
                                      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#Saturday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                    ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Monday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                  ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Thursday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                    ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Tuesday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                   ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Wednesday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                     ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Sunday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                                  ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#Friday-0630-2300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                  ns0:opens "06:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "23:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<https://data.southampton.ac.uk/map-icons/Stores/conveniencestore.png> rdf:type ns3:MapMarker ;
                                                                       rdfs:label "Shop" .

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

<https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   ns5:height "3168"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "4224"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "1382293"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/person/D5mY> rdf:type foaf:Agent ,
                                                   foaf:Person ;
                                          foaf:name "Ash Smith" ,
                                                    "Dr Ash Smith" .

<https://data.southampton.ac.uk/image-archive/amenities/220x220/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                       rdf:type foaf:Image ;
                                                                                       dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                       dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                       dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                       ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "7956"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/600/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "450"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "37812"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/200/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "150"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "5736"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/300/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "11187"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/50/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                  rdf:type foaf:Image ;
                                                                                  dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                  dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                  dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                  dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                  ns5:height "37"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns5:fileSize "1203"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                  ns5:aspectRatio "1.3513513513514"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                  dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/1000/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                    ns5:height "750"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:fileSize "98842"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/480x297/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                       rdf:type foaf:Image ;
                                                                                       dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                       dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                       dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                       ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "21393"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/800x600/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                       rdf:type foaf:Image ;
                                                                                       dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                       dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                       dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                       ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "64024"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/1920/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                    ns5:height "1440"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:fileSize "334986"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/240x260/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                       rdf:type foaf:Image ;
                                                                                       dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                       dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                       dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                       ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "9534"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/400/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "17993"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/320x198/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                       rdf:type foaf:Image ;
                                                                                       dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                       dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                       dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                       ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "10714"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/800/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "64024"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/100/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                   rdf:type foaf:Image ;
                                                                                   dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                   dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                   ns5:height "75"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:fileSize "2256"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                   ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/amenities/1600/unit1-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                    rdf:type foaf:Image ;
                                                                                    dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                    dcterms:creator <http://id.southampton.ac.uk/person/D5mY> ;
                                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/amenities/raw/unit1-citygateway.jpg> ;
                                                                                    ns5:height "1200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:fileSize "239614"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                    ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                    dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

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

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

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

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

<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> ;
                                                                                        rdf:type ns0:Offering ;
                                                                                        rdfs:label "Wines" ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Wines> .

<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/unit1-citygateway#generic-offering-Beers> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                        rdf:type ns0:Offering ;
                                                                                        rdfs:label "Beers" ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Beers> .

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/point-of-service/unit1-citygateway#generic-offering-Alcohol> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                          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/unit1-citygateway#generic-offering-Caffeine> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/unit1-citygateway> ;
                                                                                           rdf:type ns0:Offering ;
                                                                                           rdfs:label "Caffeine" ;
                                                                                           ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Caffeine> .

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