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

<http://id.southampton.ac.uk/point-of-service/sport-sand-astro-pitch> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      rdfs:label "Sand astro pitch" ;
                                                                      ns1:within <http://id.southampton.ac.uk/building/93> ;
                                                                      dcterms:description "Floodlit sand astro pitch with dugouts used for field hockey" ;
                                                                      skos:notation "sport-sand-astro-pitch" ;
                                                                      foaf:phone <tel:+442380598085> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/icehockey.png> ;
                                                                      foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                      foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                      geo:lat "50.95233"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      geo:long "-1.36527"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      foaf:based_near <http://id.southampton.ac.uk/site/80> ,
                                                                                      <http://id.southampton.ac.uk/site/63> ,
                                                                                      <http://id.southampton.ac.uk/site/64> .

<http://id.southampton.ac.uk/building/93> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "New Sports Pavilion Wide Lane" ;
                                          geo:lat "50.952265"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.363419"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<http://id.southampton.ac.uk/site/80> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "City Gateway" ;
                                      geo:lat "50.94001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.37833"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/63> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2: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/64> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2: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> .