@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@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/sport-soton-sports-centre> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                         rdfs:label "Southampton Outdoor Sports Centre" ;
                                                                         dcterms:description "Active Nation partner facility. 8 lane synthetic athletics track and artificial ski slope available for use by Sport and Wellbeing members" ;
                                                                         skos:notation "sport-soton-sports-centre" ;
                                                                         foaf:phone <tel:+442380591199> ;
                                                                         oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/skiing.png> ;
                                                                         foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                         foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/southampton-outdoor-sports-centre.page> ;
                                                                         dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                         geo:lat "50.94203"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         geo:long "-1.41706"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         foaf:based_near <http://id.southampton.ac.uk/site/18> ,
                                                                                         <http://id.southampton.ac.uk/site/2> ,
                                                                                         <http://id.southampton.ac.uk/site/57> .

<https://data.southampton.ac.uk/map-icons/Sports/skiing.png> rdf:type ns1:MapMarker ;
                                                             rdfs:label "Skiing" .

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

<http://id.southampton.ac.uk/site/18> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Southampton General Hospital" ;
                                      geo:lat "50.933185"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.43541225"^^<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/57> rdf:type ns2:Site ,
                                               ns1:UoSSite ,
                                               ns3:Site ;
                                      rdfs:label "Glen Eyre Hall" ;
                                      geo:lat "50.943504"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.401615"^^<http://www.w3.org/2001/XMLSchema#float> .