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

<http://id.southampton.ac.uk/generic-products-and-services/ArtGallery> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                       rdfs:label "Art Gallery" .

<http://id.southampton.ac.uk/point-of-service/john-hansard-gallery> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    ns1:within <http://id.southampton.ac.uk/site/1> ,
                                                                               <http://id.southampton.ac.uk/building/50> ;
                                                                    skos:notation "john-hansard-gallery" ;
                                                                    rdfs:label "John Hansard Gallery" ;
                                                                    foaf:phone <tel:+442380592158> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Culture-and-Entertainment/museum_art.png> ;
                                                                    foaf:mbox <mailto:info@hansardgallery.org.uk> ;
                                                                    foaf:homepage <http://www.hansardgallery.org.uk> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Entertainment> .

<http://id.southampton.ac.uk/site/1> rdf:type ns2:Site ,
                                              ns3:UoSSite ,
                                              ns4:Site ;
                                     skos:notation "1"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                     oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                     rdfs:label "Highfield Campus" ;
                                     geo:lat "50.93418"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.395675"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     dcterms:spatial "-1.3990062749647798 50.937768127817115,-1.4007300639873421 50.934240307863206,-1.4004745870084554 50.9339760836638,-1.4003141265203154 50.934132711814605,-1.3979531003962586 50.93302369957717,-1.396153100396251 50.932858999577164,-1.395635700396251 50.93293789957716,-1.3954335003962512 50.933113999577174,-1.3950459003962516 50.933198999577165,-1.3951385003962546 50.93338489957717,-1.3946835003962539 50.93347519957715,-1.3944391003962526 50.93341139957718,-1.3944644003962492 50.93315119957717,-1.393891904825068 50.93299697754079,-1.393810069754744 50.933217279304785,-1.3938280437600754 50.933485696058966,-1.3928038874741513 50.935020422762484,-1.3925722363910906 50.93496725750712,-1.3924841003962667 50.9351108995772,-1.392720000396269 50.93516399957717,-1.3923620003962731 50.9357141995772,-1.3944239003962886 50.936316899577214,-1.3945234003962916 50.936571199577216,-1.3950503311303706 50.937173437065496,-1.3938914003962954 50.93702789957722,-1.3939167003962942 50.936916399577186,-1.3936133003962927 50.93687929957719,-1.3933771875136614 50.93792246161714,-1.3934411082265123 50.938211037309856,-1.3990062749647798 50.937768127817115" .

<http://id.southampton.ac.uk/building/50> rdf:type ns4:Building ,
                                                   ns3:ExUoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "50"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          rdfs:label "John Hansard Gallery" ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/50#residential> ;
                                          ns3:buildingArchitect <http://id.southampton.ac.uk/building/50#architect> ;
                                          ns3:buildingDate "1959" ;
                                          ns3:buildingFeature "Art Gallery" .

<http://id.southampton.ac.uk/point-of-service/john-hansard-gallery#generic-offering-ArtGallery> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/john-hansard-gallery> ;
                                                                                                ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/ArtGallery> .