@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://id.southampton.ac.uk/ns/> .
@prefix ns2: <http://www.w3.org/ns/org#> .
@prefix ns3: <http://vocab.deri.ie/rooms#> .

<http://id.southampton.ac.uk/point-of-service/197-burgess-road> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                rdfs:label "Shell Hampton Park" ;
                                                                skos:notation "197-burgess-road" ;
                                                                foaf:phone <tel:+442380674900> ;
                                                                oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/fillingstation.png> ;
                                                                foaf:homepage <http://www.shell.co.uk> ;
                                                                dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                                geo:lat "50.938065"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                geo:long "-1.398997"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                foaf:based_near <http://id.southampton.ac.uk/site/1> .

<https://data.southampton.ac.uk/map-icons/Transportation/fillingstation.png> rdf:type ns1:MapMarker ;
                                                                             rdfs:label "Petrol Station" .

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

<http://id.southampton.ac.uk/site/1> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3: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> .

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

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

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

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

<http://id.southampton.ac.uk/point-of-service/197-burgess-road#generic-offering-CarWash> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/197-burgess-road> ;
                                                                                         rdf:type ns0:Offering ;
                                                                                         rdfs:label "Car Wash" ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/CarWash> .

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

<http://id.southampton.ac.uk/point-of-service/197-burgess-road#generic-offering-UnleadedPetrol> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/197-burgess-road> ;
                                                                                                rdf:type ns0:Offering ;
                                                                                                rdfs:label "Unleaded Petrol" ;
                                                                                                ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/UnleadedPetrol> .

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