@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/FirstAidProducts> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                             rdfs:label "First Aid Products" .

<http://id.southampton.ac.uk/point-of-service/29-university-road> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                  skos:notation "29-university-road" ;
                                                                  rdfs:label "Highfield Pharmacy" ;
                                                                  foaf:phone <tel:+442380582482> ;
                                                                  ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/29-university-road#Monday-0900-1830> ,
                                                                                                   <http://id.southampton.ac.uk/point-of-service/29-university-road#Thursday-0900-1830> ,
                                                                                                   <http://id.southampton.ac.uk/point-of-service/29-university-road#Friday-0900-1830> ,
                                                                                                   <http://id.southampton.ac.uk/point-of-service/29-university-road#Tuesday-0900-1830> ,
                                                                                                   <http://id.southampton.ac.uk/point-of-service/29-university-road#Saturday-0900-1300> ,
                                                                                                   <http://id.southampton.ac.uk/point-of-service/29-university-road#Wednesday-0900-1830> ;
                                                                  oo:mapIcon <https://data.southampton.ac.uk/map-icons/Health/drugstore.png> ;
                                                                  foaf:homepage <http://www.highfieldpharmacy.co.uk> ;
                                                                  dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Health> ;
                                                                  geo:lat "50.932945"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                  geo:long "-1.395705"^^<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/29-university-road#generic-offering-FirstAidProducts> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/29-university-road> ;
                                                                                                    ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FirstAidProducts> .

<http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/site/80> ;
                                                                    skos:notation "pharmacy-citygateway" ;
                                                                    rdfs:label "Lloyds Pharmacy" ;
                                                                    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 ;
                                      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/pharmacy-citygateway#generic-offering-FirstAidProducts> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/pharmacy-citygateway> ;
                                                                                                      ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FirstAidProducts> .