@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 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 dcterms: <http://purl.org/dc/terms/> .

<http://id.southampton.ac.uk/generic-products-and-services/LoanOfEquipmentToWSAStudents> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "Loan of Equipment to WSA Students" .

<http://id.southampton.ac.uk/point-of-service/wsa-media-stores> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                ns1:within <http://id.southampton.ac.uk/building/63K> ;
                                                                rdfs:label "WSA Media Stores" .

<http://id.southampton.ac.uk/building/63K> rdf:type ns2:Building ,
                                                    ns3:UoSBuilding ;
                                           ns1:within <http://id.southampton.ac.uk/site/4> ;
                                           skos:notation "63K"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "West Side" ;
                                           geo:lat "51.06588"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.31069"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns3:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-63k-west-side-wsa> ;
                                           ns2:occupant <http://id.southampton.ac.uk/org/FH> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/63K#residential> ;
                                           dcterms:spatial "POLYGON((-1.3109987 51.0658846,-1.3103528 51.0657547,-1.3103032 51.0658522,-1.3103980 51.0658712,-1.3101971 51.0662658,-1.3104893 51.0663246,-1.3105268 51.0662509,-1.3102961 51.0662045,-1.3103206 51.0661564,-1.3106329 51.0662193,-1.3106784 51.0661299,-1.3104298 51.0660799,-1.3104560 51.0660284,-1.3108023 51.0660980,-1.3108420 51.0660201,-1.3105751 51.0659665,-1.3106014 51.0659149,-1.3109478 51.0659845,-1.3109987 51.0658846))" .

<http://id.southampton.ac.uk/point-of-service/wsa-media-stores#generic-offering-LoanOfEquipmentToWSAStudents> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wsa-media-stores> ;
                                                                                                              ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/LoanOfEquipmentToWSAStudents> .