@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/goodrelations/v1#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .

<http://id.southampton.ac.uk/room/13-1019> rdf:type ns0:Room ;
                                           rdfs:label "Room 1019, Building 13" .

<http://id.southampton.ac.uk/point-of-service/shower1> rdf:type ns1:LocationOfSalesOrServiceProvisioning ;
                                                       rdfs:label "Shower" ;
                                                       geo:lat "50.93554"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       geo:long "-1.3935"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                       ns2:within <http://id.southampton.ac.uk/room/13-1019> .