@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@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/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://id.southampton.ac.uk/location-feature/> .
@prefix ns6: <http://purl.org/goodrelations/v1#> .

<http://id.southampton.ac.uk/building/52> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Turner Sims Concert Hall" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "52"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          geo:lat "50.93587"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.3988"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/turner-sims-concert-hall> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298011> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/52#residential> ;
                                          ns1:buildingArchitect <http://id.southampton.ac.uk/building/52#architect> ;
                                          ns1:buildingDate "1974" ;
                                          dcterms:spatial "POLYGON((-1.39906568822906 50.9358555733927,-1.39894899707365 50.9360114796439,-1.39903676247691 50.9360345768219,-1.39899283485952 50.9360967919573,-1.39885377565354 50.9360541075148,-1.3988659927414 50.936037916854,-1.39868309574956 50.9359826081554,-1.39870240952816 50.9359609828326,-1.39864806145347 50.9359439995877,-1.39862964599015 50.9359672666316,-1.39857215381197 50.9359506796648,-1.39862524424526 50.9358752173827,-1.39863593419714 50.9358599890454,-1.39865111572544 50.9358384768875,-1.3986196746905 50.9358289096351,-1.39845770844477 50.9357824886194,-1.3984875325122 50.935749314548,-1.39855490615851 50.9357309725598,-1.39859649815617 50.9357197069524,-1.39867150748239 50.9357314820596,-1.39870285868581 50.9356870989476,-1.39877750868592 50.9357079884533,-1.39882700585807 50.9357219147852,-1.39895600393287 50.935758089262,-1.39893722914343 50.9357844133941,-1.39891701704954 50.9358124924519,-1.39906568822906 50.9358555733927))" .

<http://id.southampton.ac.uk/site/1> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Highfield Campus" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/mfd/PR-ID298011> rdf:type ns5:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID298011" .

<http://id.southampton.ac.uk/building/52#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                      rdfs:label "Building 52 is non-residential" .

<http://id.southampton.ac.uk/building/52#architect> rdfs:label "John S. Bonnington Partnership" .

<http://id.southampton.ac.uk/point-of-service/turner-sims-bar> ns2:within <http://id.southampton.ac.uk/building/52> ,
                                                                          <http://id.southampton.ac.uk/site/1> ;
                                                               rdf:type ns6:LocationOfSalesOrServiceProvisioning ;
                                                               dcterms:description "Only open before & during concerts" ;
                                                               skos:notation "turner-sims-bar" ;
                                                               rdfs:label "Turner Sims Bar" ;
                                                               foaf:phone <tel:+442380595151> ;
                                                               oo:mapIcon <https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/coffee.png> ;
                                                               foaf:mbox <mailto:info@turnersims.co.uk> ;
                                                               foaf:homepage <http://www.turnersims.co.uk> ;
                                                               dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Catering> .

<http://id.southampton.ac.uk/point-of-service/turner-sims-concert-hall> ns2:within <http://id.southampton.ac.uk/building/52> ,
                                                                                   <http://id.southampton.ac.uk/site/1> ;
                                                                        rdf:type ns6:LocationOfSalesOrServiceProvisioning ;
                                                                        skos:notation "turner-sims-concert-hall" ;
                                                                        rdfs:label "Turner Sims Concert Hall" ;
                                                                        foaf:phone <tel:+442380595151> ;
                                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/Culture-and-Entertainment/music_classical.png> ;
                                                                        foaf:mbox <mailto:info@turnersims.co.uk> ;
                                                                        foaf:homepage <http://www.turnersims.co.uk> ;
                                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Entertainment> .