@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#> .
@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/rail-swg> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                        rdfs:label "Swaythling Railway Station" ;
                                                        dcterms:description "http://ontologi.es/rail/stations/gb/SWG" ;
                                                        skos:notation "rail-swg" ;
                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/train.png> ;
                                                        foaf:homepage <http://nationalrail.co.uk/stations/SWG/details.html> ;
                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                        geo:lat "50.9416"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                        geo:long "-1.3759"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                        foaf:based_near <http://id.southampton.ac.uk/site/59> ,
                                                                        <http://id.southampton.ac.uk/site/63> ,
                                                                        <http://id.southampton.ac.uk/site/65> ,
                                                                        <http://id.southampton.ac.uk/site/64> .

<https://data.southampton.ac.uk/map-icons/Transportation/train.png> rdf:type ns1:MapMarker .

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

<http://id.southampton.ac.uk/site/59> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Chamberlain Hall" ;
                                      geo:lat "50.941608"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.403273"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/63> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Connaught Hall" ;
                                      geo:lat "50.937965"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.374632"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/65> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Stoneham Hall" ;
                                      geo:lat "50.9369483"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.3765588"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/64> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Montefiore Hall" ;
                                      geo:lat "50.938297"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.377164"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/rail-swg#generic-offering-TicketOffice> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/rail-swg> ;
                                                                                      rdf:type ns0:Offering ;
                                                                                      rdfs:label "Ticket Office" ;
                                                                                      ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/TicketOffice> .

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

<http://id.southampton.ac.uk/point-of-service/rail-swg#generic-offering-TrainTravel> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/rail-swg> ;
                                                                                     rdf:type ns0:Offering ;
                                                                                     rdfs:label "Train Travel" ;
                                                                                     ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/TrainTravel> .

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