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

<http://id.southampton.ac.uk/point-of-service/rose-bowl> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                         rdfs:label "The Rose Bowl" ;
                                                         dcterms:description "Rose_Bowl_(cricket_ground)" ;
                                                         skos:notation "rose-bowl" ;
                                                         oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/stadium.png> ;
                                                         foaf:homepage <http://www.rosebowlplc.com> ;
                                                         dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sports> ;
                                                         geo:lat "50.92411"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                         geo:long "-1.321964"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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