@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/generic-products-and-services/EmergencyDepartment> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                rdfs:label "Emergency Department" .

<http://id.southampton.ac.uk/point-of-service/southampton-general-hospital> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                            ns1:within <http://id.southampton.ac.uk/building/9530> ,
                                                                                       <http://id.southampton.ac.uk/site/18> ;
                                                                            skos:notation "southampton-general-hospital" ;
                                                                            rdfs:label "Southampton General 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/SGH/SouthamptonGeneralHospital.aspx> ;
                                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Health> .

<http://id.southampton.ac.uk/building/9530> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            ns1:within <http://id.southampton.ac.uk/site/18> ;
                                            skos:notation "9530"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "Centre Block" ;
                                            geo:lat "50.93325"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43439"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns2:occupant <http://id.southampton.ac.uk/org/F5> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9530#residential> ;
                                            dcterms:spatial "POLYGON((-1.4348851 50.9337508,-1.4347791 50.9338340,-1.4342776 50.9335803,-1.4344112 50.9334754,-1.4340808 50.9333083,-1.4339633 50.9334005,-1.4335243 50.9331785,-1.4336916 50.9330472,-1.4334000 50.9328997,-1.4337595 50.9326174,-1.4339760 50.9327270,-1.4341564 50.9325853,-1.4346724 50.9328384,-1.4347716 50.9327525,-1.4352057 50.9329661,-1.4354176 50.9330602,-1.4353015 50.9331419,-1.4352527 50.9331789,-1.4350509 50.9333374,-1.4352111 50.9334184,-1.4348260 50.9337209,-1.4348851 50.9337508))" .

<http://id.southampton.ac.uk/site/18> rdf:type ns4:Site ,
                                               ns3:UoSSite ,
                                               ns2:Site ;
                                      skos:notation "18"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      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> ;
                                      dcterms:spatial "-1.4392547 50.9337565,-1.4392547 50.9332940,-1.4381754 50.9326954,-1.4384560 50.9325321,-1.4345488 50.9302464,-1.4317425 50.9323824,-1.4315698 50.9337429,-1.4339012 50.9348312,-1.4341602 50.9355931,-1.4348510 50.9361236,-1.4365564 50.9353482,-1.4357361 50.9342871,-1.4392547 50.9337565" .

<http://id.southampton.ac.uk/point-of-service/southampton-general-hospital#generic-offering-EmergencyDepartment> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/southampton-general-hospital> ;
                                                                                                                 ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/EmergencyDepartment> .