@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 oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://id.southampton.ac.uk/generic-products-and-services/OpenData> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                     rdfs:label "Open Data" .

<http://id.southampton.ac.uk/point-of-service/open-data> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                         ns1:within <http://id.southampton.ac.uk/building/59> ;
                                                         rdfs:label "Open Data Service" ;
                                                         oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/workoffice.png> ;
                                                         foaf:mbox <mailto:opendata@soton.ac.uk> ;
                                                         foaf:homepage <http://data.southampton.ac.uk/> .

<http://id.southampton.ac.uk/building/59> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "59"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "New Zepler" ;
                                          geo:lat "50.93733"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39775"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns3:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-59-zepler> ;
                                          ns2:occupant <http://id.southampton.ac.uk/org/F7> ,
                                                       <http://id.southampton.ac.uk/org/FP> ,
                                                       <http://id.southampton.ac.uk/org/F7FP050000> ,
                                                       <http://id.southampton.ac.uk/org/F7FP010000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/59#residential> ;
                                          ns3:buildingArchitect <http://id.southampton.ac.uk/building/59#architect> ;
                                          ns3:buildingDate "1997" ;
                                          dcterms:spatial "POLYGON((-1.3979582451468 50.9375445865492,-1.39793461945483 50.9375234714329,-1.39777193455687 50.9375343969501,-1.3977739108505 50.9375559649323,-1.3977233357 50.9375599841615,-1.39771525086245 50.9375098852941,-1.39770339310069 50.9375103947744,-1.39768875056156 50.9375111872992,-1.39760529707167 50.9375161688838,-1.39753594713173 50.9371225088395,-1.39767383852785 50.9371127154137,-1.39767482667466 50.937117413994,-1.39771219659048 50.9371150930086,-1.39771327456882 50.9371272640282,-1.3977154305255 50.9371390953884,-1.39777004809478 50.9371363781385,-1.39790497505045 50.9371298114505,-1.39790991578451 50.93716100321,-1.39792779225867 50.9372765993487,-1.39793282282426 50.9373053002064,-1.39793614659081 50.9373261889851,-1.39794144665099 50.937359588368,-1.39794521957518 50.9373882891745,-1.39794486024907 50.9373881759563,-1.39794863317326 50.9374339726701,-1.39794872300479 50.9374351048503,-1.39795303491815 50.9374790900313,-1.39795384340191 50.9374888833799,-1.3979582451468 50.9375445865492))" .

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