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

<http://id.southampton.ac.uk/point-of-service/sport-fitness-studio> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "Fitness studio" ;
                                                                    ns1:within <http://id.southampton.ac.uk/site/81> ,
                                                                               <http://id.southampton.ac.uk/building/146> ;
                                                                    dcterms:description "Fitness studio used for classes" ;
                                                                    skos:notation "sport-fitness-studio" ;
                                                                    foaf:phone <tel:+442380591815> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/cycling_sprint.png> ;
                                                                    foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                    foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/mayflower-gym.page> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                    geo:lat "50.90869"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.40886"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/81> rdf:type ns2:Site ,
                                               ns3:UoSSite ,
                                               ns4:Site ;
                                      rdfs:label "Mayflower Halls" ;
                                      geo:lat "50.908455"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.409361"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/146> rdf:type ns4:Building ,
                                                    ns3:UoSBuilding ;
                                           rdfs:label "Mayflower A" ;
                                           geo:lat "50.90861"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40881"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Sports/cycling_sprint.png> rdf:type ns3:MapMarker ;
                                                                     rdfs:label "Cycling" .

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