@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 dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

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

<http://id.southampton.ac.uk/point-of-service/air-sou> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                       dcterms:description "Southampton_Airport" ;
                                                       skos:notation "air-sou" ;
                                                       rdfs:label "Southampton Airport" ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/airport.png> ;
                                                       foaf:homepage <http://www.southamptonairport.com> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                       geo:lat "50.950278"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.356667"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       foaf:based_near <http://id.southampton.ac.uk/site/1> ,
                                                                       <http://id.southampton.ac.uk/site/3> ,
                                                                       <http://id.southampton.ac.uk/site/2> ,
                                                                       <http://id.southampton.ac.uk/site/4> ,
                                                                       <http://id.southampton.ac.uk/site/6> ,
                                                                       <http://id.southampton.ac.uk/site/5> .

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