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

<http://id.southampton.ac.uk/point-of-service/southampton-general-hospital-chapel> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                                   rdfs:label "Southampton General Hospital Chapel" ;
                                                                                   ns1:within <http://id.southampton.ac.uk/building/9530> ,
                                                                                              <http://id.southampton.ac.uk/site/18> ;
                                                                                   skos:notation "southampton-general-hospital-chapel" ;
                                                                                   foaf:phone <tel:+442380777222> ;
                                                                                   oo:mapIcon <https://data.southampton.ac.uk/map-icons/Tourism/church-2.png> ;
                                                                                   foaf:homepage <http://www.uhs.nhs.uk/ourhospitals/sgh/southamptongeneralhospital.aspx> ;
                                                                                   dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Religious> ;
                                                                                   geo:lat "50.933715"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                   geo:long "-1.434655"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/9530> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            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> .

<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/Tourism/church-2.png> rdf:type ns3:MapMarker ;
                                                                rdfs:label "Church" .

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