@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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/shower14> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                        rdfs:label "Shower" ;
                                                        ns1:within <http://id.southampton.ac.uk/building/44> ,
                                                                   <http://id.southampton.ac.uk/floor/44-2> ,
                                                                   <http://id.southampton.ac.uk/room/44-2052> ;
                                                        skos:notation "shower14" ;
                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/shower.png> ;
                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                        geo:lat "50.93452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                        geo:long "-1.39894"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/44> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Shackleton" ;
                                          geo:lat "50.93452"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39894"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/floor/44-2> rdf:type ns2:Floor ;
                                         rdfs:label "Floor 2, Building 44" ,
                                                    "Building 44 / Level 2" .

<http://id.southampton.ac.uk/room/44-2052> rdf:type ns2:Room ;
                                           rdfs:label "Room 2052, Building 44" .

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

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

<http://id.southampton.ac.uk/point-of-service/shower14#generic-offering-Shower> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/shower14> ;
                                                                                rdf:type ns0:Offering ;
                                                                                rdfs:label "Shower" ;
                                                                                ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Shower> .

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