@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 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/harbour-lights-cinema> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                     rdfs:label "Harbour Lights Cinema" ;
                                                                     dcterms:description "Used by Lifelong Learning Team for their course on Italian Cinema - http://www.southampton.ac.uk/lifelonglearning/news/events/2012/05/02_italian_cinema.page" ;
                                                                     skos:notation "harbour-lights-cinema" ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Culture-and-Entertainment/cinema.png> ;
                                                                     oo:ukfhrsId "220180" ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Entertainment> ;
                                                                     oo:ukfhrsPage <http://ratings.food.gov.uk/business/220180> ;
                                                                     geo:lat "50.894666"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     geo:long "-1.393108"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Culture-and-Entertainment/cinema.png> rdf:type ns1:MapMarker ;
                                                                                rdfs:label "Cinema" .

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