@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
@prefix ns4: <http://www.w3.org/ns/org#> .

<http://id.southampton.ac.uk/point-of-service/royal-south-hants-hospital> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                          rdfs:label "Royal South Hants Hospital" ;
                                                                          ns1:within <http://id.southampton.ac.uk/building/9585> ,
                                                                                     <http://id.southampton.ac.uk/site/20> ;
                                                                          skos:notation "royal-south-hants-hospital" ;
                                                                          foaf:phone <tel:+442380634288> ;
                                                                          oo:mapIcon <https://data.southampton.ac.uk/map-icons/Health/hospital.png> ;
                                                                          foaf:homepage <http://www.suht.nhs.uk/GettingHere/RSH/RoyalSouthHants.aspx> ;
                                                                          dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Health> .

<http://id.southampton.ac.uk/building/9585> rdf:type ns2:Building ,
                                                     ns3:HiddenFromLists ,
                                                     ns3:ExUoSBuilding ;
                                            rdfs:label "Royal South Hants" ;
                                            geo:lat "50.91253"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.3974"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/20> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "Royal South Hants Hospital" ;
                                      geo:lat "50.9126"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.3968"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Health/hospital.png> rdf:type ns3:MapMarker .

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

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

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