@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/pharmacy-citygateway> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "Lloyds Pharmacy" ;
                                                                    ns1:within <http://id.southampton.ac.uk/site/80> ;
                                                                    skos:notation "pharmacy-citygateway" ;
                                                                    foaf:phone <tel:+442476432113> ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Thursday-1400-1830> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Tuesday-0830-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Monday-1400-1830> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Friday-0830-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Wednesday-0830-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Tuesday-1400-1830> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Thursday-0830-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Saturday-0900-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Wednesday-1400-1830> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Monday-0830-1300> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Friday-1400-1830> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Health/drugstore.png> ;
                                                                    foaf:homepage <http://www.nhs.uk/Services/pharmacies/Overview/DefaultView.aspx?id=13908> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Health> ;
                                                                    geo:lat "50.93973"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.37822"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    foaf:based_near <http://id.southampton.ac.uk/site/1> .

<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/pharmacy-citygateway#Thursday-1400-1830> rdf:type ns0:OpeningHoursSpecification ;
                                                                                       ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                       ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                       ns0:closes "18:30:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Tuesday-0830-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                      ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                      ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                      ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Monday-1400-1830> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                     ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "18:30:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Friday-0830-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                     ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Wednesday-0830-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                        ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                        ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Tuesday-1400-1830> rdf:type ns0:OpeningHoursSpecification ;
                                                                                      ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                      ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                      ns0:closes "18:30:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Thursday-0830-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                       ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                       ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                       ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Saturday-0900-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                       ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                       ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                       ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Wednesday-1400-1830> rdf:type ns0:OpeningHoursSpecification ;
                                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                        ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                        ns0:closes "18:30:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Monday-0830-1300> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                     ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "13:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway#Friday-1400-1830> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                     ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "18:30:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<https://data.southampton.ac.uk/map-icons/Health/drugstore.png> rdf:type ns3:MapMarker ;
                                                                rdfs:label "Chemists" .

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

<http://id.southampton.ac.uk/site/1> rdf:type ns2:Site ,
                                              ns3:UoSSite ,
                                              ns4:Site ;
                                     rdfs:label "Highfield Campus" ;
                                     geo:lat "50.93418"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.395675"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/image-archive/amenities/100/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "75"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "2706"^^<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/raw/pharmacy-citygateway.jpg> rdf:type foaf:Image ;
                                                                                      foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway> ;
                                                                                      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 "3066588"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                     ns5:height "37"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                     ns5:fileSize "1324"^^<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/220x220/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                          ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:fileSize "10318"^^<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/400/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "21547"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "13843"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                       ns5:height "1200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "227235"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                          ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:fileSize "12277"^^<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/480x297/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                          ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:fileSize "25432"^^<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/1920/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                       ns5:height "1440"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "312724"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                          ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:fileSize "13183"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                          ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                          ns5:fileSize "68168"^^<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/1000/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                       ns5:height "750"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                       ns5:fileSize "100574"^^<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/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "150"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "7233"^^<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/800/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "68168"^^<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/600/pharmacy-citygateway.jpg> foaf:depicts <http://id.southampton.ac.uk/point-of-service/pharmacy-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/pharmacy-citygateway.jpg> ;
                                                                                      ns5:height "450"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                      ns5:fileSize "42414"^^<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/pharmacy-citygateway#generic-offering-StopSmokingHelp> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway> ;
                                                                                                     rdf:type ns0:Offering ;
                                                                                                     rdfs:label "Stop smoking help" ;
                                                                                                     ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/StopSmokingHelp> .

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

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

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

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

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

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

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

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

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

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

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