@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 ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/wsa-apple> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                         rdfs:label "Apple Authorised Training Centre" ;
                                                         ns1:within <http://id.southampton.ac.uk/building/63G> .

<http://id.southampton.ac.uk/building/63G> rdf:type ns2:Building ,
                                                    ns3:UoSBuilding ;
                                           rdfs:label "South Building" ;
                                           geo:lat "51.06536"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.3099"^^<http://www.w3.org/2001/XMLSchema#float> .