@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/princess-anne-hospital> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      rdfs:label "Princess Anne Hospital" ;
                                                                      ns1:within <http://id.southampton.ac.uk/building/9550> ,
                                                                                 <http://id.southampton.ac.uk/site/18> ;
                                                                      skos:notation "princess-anne-hospital" ;
                                                                      foaf:phone <tel:+442380777222> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Health/hospital.png> ;
                                                                      foaf:homepage <http://www.suht.nhs.uk/GettingHere/PAH/PrincessAnneHospital.aspx> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Health> .

<http://id.southampton.ac.uk/building/9550> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            rdfs:label "P/Anne Maternity Unit" ;
                                            geo:lat "50.93534"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43491"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/18> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "Southampton General Hospital" ;
                                      geo:lat "50.933185"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.43541225"^^<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/princess-anne-hospital#generic-offering-Hospital> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/princess-anne-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" .