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

<http://id.southampton.ac.uk/site/63> rdf:type ns0:Site ,
                                               ns1:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "Connaught Hall" ;
                                      ns3:within <http://id.southampton.ac.uk/site/wl> ;
                                      skos:notation "63"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      geo:lat "50.937965"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.374632"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      dcterms:spatial "-1.3756787003962543 50.93878169957722,-1.3757050003962403 50.93762109957722,-1.375481400396238 50.937488499577206,-1.3752705687365847 50.937288437439015,-1.3751106062030942 50.937041068122504,-1.373876500396231 50.93739729957721,-1.3743632003962492 50.938798299577236,-1.3756787003962543 50.93878169957722" .

<http://id.southampton.ac.uk/site/wl> rdf:type ns0:Site ;
                                      rdfs:label "Wessex Lane Halls Complex" .

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

<http://id.southampton.ac.uk/point-of-service/waste-compound-29> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                                                 rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                 skos:notation "waste-compound-29" ;
                                                                 rdfs:label "Connaught Bins" ;
                                                                 oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/recycle.png> ;
                                                                 dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Waste> ;
                                                                 geo:lat "50.93868"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.37519"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Offices/recycle.png> rdfs:label "Recycling" .

<http://id.southampton.ac.uk/point-of-interest-category/Waste> rdfs:label "Waste" .

<http://id.southampton.ac.uk/generic-products-and-services/MixedRecyclingCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                     rdfs:label "Mixed Recycling Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-29#generic-offering-MixedRecyclingCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/MixedRecyclingCollection> ;
                                                                                                           ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-29> .

<http://id.southampton.ac.uk/generic-products-and-services/FoodWasteRecyclingCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "Food Waste Recycling Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-29#generic-offering-FoodWasteRecyclingCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/FoodWasteRecyclingCollection> ;
                                                                                                               ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-29> .

<http://id.southampton.ac.uk/generic-products-and-services/GeneralWasteCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                   rdfs:label "General Waste Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-29#generic-offering-GeneralWasteCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/GeneralWasteCollection> ;
                                                                                                         ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-29> .

<http://id.southampton.ac.uk/point-of-service/sport-gym-4> ns3:within <http://id.southampton.ac.uk/site/63> ,
                                                                      <http://id.southampton.ac.uk/building/72> ;
                                                           rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                           dcterms:description "Unsupervised gym space with 12 fitness stations" ;
                                                           skos:notation "sport-gym-4" ;
                                                           rdfs:label "Gym" ;
                                                           foaf:phone <tel:+442380591199> ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/weights.png> ;
                                                           foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                           foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/halls-of-residence.page> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                           geo:lat "50.93721"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.37509"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Sports/weights.png> rdfs:label "Weights" .

<http://id.southampton.ac.uk/point-of-interest-category/Sport> rdfs:label "Sport" .

<http://id.southampton.ac.uk/building/72C> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72C"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught C (Old Quad)" ;
                                           geo:lat "50.93757"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72C#residential> ;
                                           dcterms:spatial "POLYGON((-1.3752804 50.9379431,-1.3753639 50.9380654,-1.3754148 50.9380516,-1.3755336 50.9382258,-1.3754826 50.9382396,-1.3755834 50.9383873,-1.3754107 50.9384341,-1.3753208 50.9383025,-1.3752761 50.9383146,-1.3751446 50.938122,-1.3752201 50.9381015,-1.3751383 50.9379817,-1.3752804 50.9379431))" .

<http://id.southampton.ac.uk/building/72C#residential> rdfs:label "Building 72C is residential" .

<http://id.southampton.ac.uk/building/72B> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72B"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught B (Old Quad)" ;
                                           geo:lat "50.93722"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37507"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72B#residential> .

<http://id.southampton.ac.uk/building/72B#residential> rdfs:label "Building 72B is residential" .

<http://id.southampton.ac.uk/building/72V> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72V"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall/Lobby/Laundry" ;
                                           geo:lat "50.93796"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37494"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72V#residential> .

<http://id.southampton.ac.uk/building/72V#residential> rdfs:label "Building 72V is residential" .

<http://id.southampton.ac.uk/building/72G> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72G"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught G (Old Quad)" ;
                                           geo:lat "50.93742"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.3741"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72G#residential> ;
                                           dcterms:spatial "POLYGON((-1.3742025 50.9374953,-1.3740731 50.9375285,-1.3740189 50.9374447,-1.373977 50.9374554,-1.3739511 50.9374153,-1.3741224 50.9373713,-1.3742025 50.9374953))" .

<http://id.southampton.ac.uk/building/72G#residential> rdfs:label "Building 72G is residential" .

<http://id.southampton.ac.uk/building/72K> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72K"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught K (New Quad)" ;
                                           geo:lat "50.93781"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37499"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72K#residential> .

<http://id.southampton.ac.uk/building/72K#residential> rdfs:label "Building 72K is residential" .

<http://id.southampton.ac.uk/building/72P> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72P"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught P (New Quad)" ;
                                           geo:lat "50.93861"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37491"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72P#residential> .

<http://id.southampton.ac.uk/building/72P#residential> rdfs:label "Building 72P is residential" .

<http://id.southampton.ac.uk/building/72E> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72E"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught E (Old Quad)" ;
                                           geo:lat "50.93734"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37466"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72E#residential> .

<http://id.southampton.ac.uk/building/72E#residential> rdfs:label "Building 72E is residential" .

<http://id.southampton.ac.uk/building/72H> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72H"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught H (Old Quad)" ;
                                           geo:lat "50.93744"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37523"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72H#residential> .

<http://id.southampton.ac.uk/building/72H#residential> rdfs:label "Building 72H is residential" .

<http://id.southampton.ac.uk/building/72N> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72N"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught N (New Quad)" ;
                                           geo:lat "50.93853"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37519"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72N#residential> .

<http://id.southampton.ac.uk/building/72N#residential> rdfs:label "Building 72N is residential" .

<http://id.southampton.ac.uk/building/72W> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72W"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall Dining Room" ;
                                           geo:lat "50.93819"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37535"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72W#residential> .

<http://id.southampton.ac.uk/building/72W#residential> rdfs:label "Building 72W is residential" .

<http://id.southampton.ac.uk/building/72R> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72R"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught R (New Quad)" ;
                                           geo:lat "50.93818"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37437"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72R#residential> .

<http://id.southampton.ac.uk/building/72R#residential> rdfs:label "Building 72R is residential" .

<http://id.southampton.ac.uk/building/72L> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72L"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught L (New Quad)" ;
                                           geo:lat "50.93793"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37508"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72L#residential> .

<http://id.southampton.ac.uk/building/72L#residential> rdfs:label "Building 72L is residential" .

<http://id.southampton.ac.uk/building/72Y> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72Y"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall, The Bungalow" ;
                                           geo:lat "50.93744"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37409"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72Y#residential> .

<http://id.southampton.ac.uk/building/72Y#residential> rdfs:label "Building 72Y is residential" .

<http://id.southampton.ac.uk/building/72F> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72F"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught F (Old Quad)" ;
                                           geo:lat "50.93726"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37487"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72F#residential> .

<http://id.southampton.ac.uk/building/72F#residential> rdfs:label "Building 72F is residential" .

<http://id.southampton.ac.uk/building/72J> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72J"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught J (New Quad)" ;
                                           geo:lat "50.93755"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37532"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72J#residential> .

<http://id.southampton.ac.uk/building/72J#residential> rdfs:label "Building 72J is residential" .

<http://id.southampton.ac.uk/building/72M> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72M"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught M (New Quad)" ;
                                           geo:lat "50.93845"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37549"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72M#residential> .

<http://id.southampton.ac.uk/building/72M#residential> rdfs:label "Building 72M is residential" .

<http://id.southampton.ac.uk/building/72D> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72D"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught D (Old Quad)" ;
                                           geo:lat "50.93738"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37443"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72D#residential> .

<http://id.southampton.ac.uk/building/72D#residential> rdfs:label "Building 72D is residential" .

<http://id.southampton.ac.uk/building/72Z> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72Z"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall Gym" ;
                                           geo:lat "50.93721"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37508"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72Z#residential> .

<http://id.southampton.ac.uk/building/72Z#residential> rdfs:label "Building 72Z is residential" .

<http://id.southampton.ac.uk/building/72U> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72U"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Hall Cycle store" ;
                                           geo:lat "50.93801"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37565"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72U#residential> .

<http://id.southampton.ac.uk/building/72U#residential> rdfs:label "Building 72U is residential" .

<http://id.southampton.ac.uk/building/72S> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72S"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught S (New Quad)" ;
                                           geo:lat "50.93859"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37555"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72S#residential> .

<http://id.southampton.ac.uk/building/72S#residential> rdfs:label "Building 72S is residential" .

<http://id.southampton.ac.uk/building/72A> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught A (Old Quad)" ;
                                           geo:lat "50.93779"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37447"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72A#residential> .

<http://id.southampton.ac.uk/building/72A#residential> rdfs:label "Building 72A is residential" .

<http://id.southampton.ac.uk/building/72Q> ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "72Q"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught Q (New Quad)" ;
                                           geo:lat "50.93846"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37457"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72Q#residential> .

<http://id.southampton.ac.uk/building/72Q#residential> rdfs:label "Building 72Q is residential" .

<http://id.southampton.ac.uk/point-of-service/rail-swg> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                        <http://id.southampton.ac.uk/site/59> ,
                                                                        <http://id.southampton.ac.uk/site/65> ,
                                                                        <http://id.southampton.ac.uk/site/64> ;
                                                        rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                        dcterms:description "http://ontologi.es/rail/stations/gb/SWG" ;
                                                        skos:notation "rail-swg" ;
                                                        rdfs:label "Swaythling Railway Station" ;
                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/Transportation/train.png> ;
                                                        foaf:homepage <http://nationalrail.co.uk/stations/SWG/details.html> ;
                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Transport> ;
                                                        geo:lat "50.9416"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                        geo:long "-1.3759"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-football-pitches> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                      <http://id.southampton.ac.uk/site/80> ,
                                                                                      <http://id.southampton.ac.uk/site/64> ;
                                                                      rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                      ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                      dcterms:description "12 grass football pitches" ;
                                                                      skos:notation "sport-football-pitches" ;
                                                                      rdfs:label "Football pitches" ;
                                                                      foaf:phone <tel:+442380598085> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/soccer.png> ;
                                                                      foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                      foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                      geo:lat "50.95424"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      geo:long "-1.36711"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-gym-3> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                           <http://id.southampton.ac.uk/site/80> ,
                                                                           <http://id.southampton.ac.uk/site/64> ;
                                                           rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                           ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                           dcterms:description "Gym space ideal for weightlifting and team stength and conditioning sessions. Adjoining performance centre for bursary athletes" ;
                                                           skos:notation "sport-gym-3" ;
                                                           rdfs:label "Gym" ;
                                                           foaf:phone <tel:+442380598085> ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/weights.png> ;
                                                           foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                           foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                           geo:lat "50.95288"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.36217"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-boathouse> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                               <http://id.southampton.ac.uk/site/80> ,
                                                                               <http://id.southampton.ac.uk/site/64> ;
                                                               rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                               ns3:within <http://id.southampton.ac.uk/building/94> ;
                                                               dcterms:description "Boathouse used for rowing activities" ;
                                                               skos:notation "sport-boathouse" ;
                                                               rdfs:label "Boathouse" ;
                                                               foaf:phone <tel:+442380676875> ;
                                                               oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/rowboat.png> ;
                                                               foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                               foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/index.page> ;
                                                               dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                               geo:lat "50.9346"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                               geo:long "-1.38006"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-3g-astro-pitch> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                    <http://id.southampton.ac.uk/site/80> ,
                                                                                    <http://id.southampton.ac.uk/site/64> ;
                                                                    rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                    ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                    dcterms:description "Floodlit all-weather 3G astro pitch with built in shock pads. American football, soccer, and lacrosse among activities available" ;
                                                                    skos:notation "sport-3g-astro-pitch" ;
                                                                    rdfs:label "3G astro pitch" ;
                                                                    foaf:phone <tel:+442380598085> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/usfootball.png> ;
                                                                    foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                    foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                    geo:lat "50.95229"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.36434"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-cricket-pitches> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                     <http://id.southampton.ac.uk/site/80> ,
                                                                                     <http://id.southampton.ac.uk/site/64> ;
                                                                     rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                     ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                     dcterms:description "4 grass cricket pitches" ;
                                                                     skos:notation "sport-cricket-pitches" ;
                                                                     rdfs:label "Cricket pitches" ;
                                                                     foaf:phone <tel:+442380598085> ;
                                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/cricket.png> ;
                                                                     foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                     foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                     dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                     geo:lat "50.9539"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     geo:long "-1.36357"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-multi-use-courts> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                      <http://id.southampton.ac.uk/site/80> ,
                                                                                      <http://id.southampton.ac.uk/site/64> ;
                                                                      rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                      ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                      dcterms:description "8 outdoor tennis/netball multi-use courts" ;
                                                                      skos:notation "sport-multi-use-courts" ;
                                                                      rdfs:label "Multi-use courts" ;
                                                                      foaf:phone <tel:+442380598085> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/tennis.png> ;
                                                                      foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                      foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                      geo:lat "50.95164"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      geo:long "-1.36445"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-watersports-centre> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                        <http://id.southampton.ac.uk/site/80> ,
                                                                                        <http://id.southampton.ac.uk/site/64> ;
                                                                        rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                        ns3:within <http://id.southampton.ac.uk/building/94> ;
                                                                        dcterms:description "Watersports centre boasting variety of activities including kayaking, power boating, sailing, and paddle sports" ;
                                                                        skos:notation "sport-watersports-centre" ;
                                                                        rdfs:label "Watersports centre" ;
                                                                        foaf:phone <tel:+442380676875> ;
                                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/kayaking.png> ;
                                                                        foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                        foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/university-watersports-centre.page> ;
                                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                        geo:lat "50.93404"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        geo:long "-1.38065"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-baseball-pitch> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                    <http://id.southampton.ac.uk/site/80> ,
                                                                                    <http://id.southampton.ac.uk/site/64> ;
                                                                    rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                    ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                    dcterms:description "Grass and sand based baseball diamond" ;
                                                                    skos:notation "sport-baseball-pitch" ;
                                                                    rdfs:label "Baseball pitch" ;
                                                                    foaf:phone <tel:+442380598085> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/baseball.png> ;
                                                                    foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                    foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                    geo:lat "50.94968"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.36758"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-sand-astro-pitch> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                      <http://id.southampton.ac.uk/site/80> ,
                                                                                      <http://id.southampton.ac.uk/site/64> ;
                                                                      rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                      ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                      dcterms:description "Floodlit sand astro pitch with dugouts used for field hockey" ;
                                                                      skos:notation "sport-sand-astro-pitch" ;
                                                                      rdfs:label "Sand astro pitch" ;
                                                                      foaf:phone <tel:+442380598085> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/icehockey.png> ;
                                                                      foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                      foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                      geo:lat "50.95233"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      geo:long "-1.36527"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/sport-rugby-pitches> foaf:based_near <http://id.southampton.ac.uk/site/63> ,
                                                                                   <http://id.southampton.ac.uk/site/80> ,
                                                                                   <http://id.southampton.ac.uk/site/64> ;
                                                                   rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                   ns3:within <http://id.southampton.ac.uk/building/93> ;
                                                                   dcterms:description "3 grass rugby pitches" ;
                                                                   skos:notation "sport-rugby-pitches" ;
                                                                   rdfs:label "Rugby pitches" ;
                                                                   foaf:phone <tel:+442380598085> ;
                                                                   oo:mapIcon <https://data.southampton.ac.uk/map-icons/Sports/rugbyfield.png> ;
                                                                   foaf:mbox <mailto:sportwel@soton.ac.uk> ;
                                                                   foaf:homepage <https://www.southampton.ac.uk/sportandwellbeing/facilities/widelane-sports-ground.page> ;
                                                                   dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Sport> ;
                                                                   geo:lat "50.95401"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                   geo:long "-1.36198"^^<http://www.w3.org/2001/XMLSchema#float> .