@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 oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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/town-quay-ferry-terminal-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                          rdfs:label "Town Quay Ferry Terminal 1" ;
                                                                          skos:notation "town-quay-ferry-terminal-1" ;
                                                                          oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/ferry.png> ;
                                                                          foaf:homepage <http://www.redfunnel.co.uk/travel-connections/road-connections/finding-us-in-southampton/> ;
                                                                          dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                                          geo:lat "50.896217"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          geo:long "-1.405134"^^<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> .

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

<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/site/3> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3:Site ;
                                     rdfs:label "Avenue Campus" ;
                                     geo:lat "50.928699"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.402511"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/2> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3:Site ;
                                     rdfs:label "Boldrewood Campus" ;
                                     geo:lat "50.9372223"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.4046552"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/4> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3:Site ;
                                     rdfs:label "Winchester School of Art" ;
                                     geo:lat "51.065765"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.30954"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/6> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3:Site ;
                                     rdfs:label "National Oceanography Centre Campus" ;
                                     geo:lat "50.8927263"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.3946555"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/5> rdf:type ns2:Site ,
                                              ns1:UoSSite ,
                                              ns3:Site ;
                                     rdfs:label "The University of Southampton Science Park" ;
                                     geo:lat "50.962158"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.424618"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/town-quay-ferry-terminal-1#generic-offering-FerryTravel> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/town-quay-ferry-terminal-1> ;
                                                                                                       rdf:type ns0:Offering ;
                                                                                                       rdfs:label "Ferry Travel" ;
                                                                                                       ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FerryTravel> .

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