@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

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

<http://id.southampton.ac.uk/point-of-service/central-library> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                               skos:notation "central-library" ;
                                                               rdfs:label "Central Library" ;
                                                               ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/central-library#Saturday-0930-1600> ,
                                                                                                <http://id.southampton.ac.uk/point-of-service/central-library#Friday-0930-1900> ,
                                                                                                <http://id.southampton.ac.uk/point-of-service/central-library#Tuesday-0930-1900> ,
                                                                                                <http://id.southampton.ac.uk/point-of-service/central-library#Monday-0930-1900> ,
                                                                                                <http://id.southampton.ac.uk/point-of-service/central-library#Wednesday-0930-1900> ,
                                                                                                <http://id.southampton.ac.uk/point-of-service/central-library#Thursday-0930-1900> ;
                                                               oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/library.png> ;
                                                               foaf:homepage <https://www.southampton.gov.uk/libraries-museums/using-library/local-libraries/default.aspx> ;
                                                               dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Education> ;
                                                               geo:lat "50.908428"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                               geo:long "-1.406116"^^<http://www.w3.org/2001/XMLSchema#float> .

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