@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/open-data> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                         rdfs:label "Open Data Service" ;
                                                         ns1:within <http://id.southampton.ac.uk/building/59> ;
                                                         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 ;
                                          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> .

<https://data.southampton.ac.uk/map-icons/Offices/workoffice.png> rdf:type ns3:MapMarker ;
                                                                  rdfs:label "Office" .

<http://id.southampton.ac.uk/org/PKJF140100> ns0:hasPOS <http://id.southampton.ac.uk/point-of-service/open-data> .

<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> ;
                                                                                   rdf:type ns0:Offering ;
                                                                                   rdfs:label "Open Data" ;
                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/OpenData> .

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