@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/91-93-lodge-road-atm> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "Best One ATM" ;
                                                                    skos:notation "91-93-lodge-road-atm" ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/atm.png> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> ;
                                                                    geo:lat "50.91896"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.40019"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Offices/atm.png> rdf:type ns1:MapMarker ;
                                                           rdfs:label "Cashpoint" .

<http://id.southampton.ac.uk/point-of-interest-category/Service> rdf:type ns1:ProductOrServiceCategory ;
                                                                 rdfs:label "Service" .

<http://id.southampton.ac.uk/point-of-service/91-93-lodge-road-atm#generic-offering-ATM> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/91-93-lodge-road-atm> ;
                                                                                         rdf:type ns0:Offering ;
                                                                                         rdfs:label "ATM" ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/ATM> .

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