@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 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/bicycle-parking-177> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                   rdfs:label "Bicycle Parking near Building 177" ;
                                                                   ns1:within <http://id.southampton.ac.uk/site/2> ;
                                                                   dcterms:description "Note: Secure Bicycle parking is available at the university and requires a pass from the Unilink Office above the SU Shop." ;
                                                                   skos:notation "bicycle-parking-177" ;
                                                                   oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/parking_bicycle.png> ;
                                                                   dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                                   geo:lat "50.93702"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                   geo:long "-1.40425"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/2> rdf:type ns2:Site ,
                                              ns3:UoSSite ,
                                              ns4:Site ;
                                     rdfs:label "Boldrewood Campus" ;
                                     geo:lat "50.9372223"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.4046552"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Transportation/parking_bicycle.png> rdf:type ns3:MapMarker ;
                                                                              rdfs:label "Bicycle Parking" .

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

<http://id.southampton.ac.uk/point-of-service/bicycle-parking-177#generic-offering-BicycleParking> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/bicycle-parking-177> ;
                                                                                                   rdf:type ns0:Offering ;
                                                                                                   rdfs:label "Bicycle Parking" ;
                                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/BicycleParking> .

<http://id.southampton.ac.uk/generic-products-and-services/BicycleParking> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                           rdfs:label "Bicycle Parking" .