@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/> .

<http://id.southampton.ac.uk/point-of-service/sport-noc> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                         rdfs:label "NOCs" ;
                                                         ns1:within <http://id.southampton.ac.uk/building/68> ;
                                                         dcterms:description "Where two of our ribs are kept for powerboat courses" ;
                                                         skos:notation "sport-noc" ;
                                                         foaf:phone <tel:+442380676875> ;
                                                         oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/sailing.png> ;
                                                         foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                         foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/watersports/powerboat.page> ;
                                                         dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                         geo:lat "50.89123"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                         geo:long "-1.39399"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/68> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "National Oceanography Centre" ;
                                          geo:lat "50.89277"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39449"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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