@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/Magazines> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                      rdfs:label "Magazines" .

<http://id.southampton.ac.uk/point-of-service/portswood-library> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                 skos:notation "portswood-library" ;
                                                                 rdfs:label "Portswood Library" ;
                                                                 ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/portswood-library#Wednesday-1000-1900> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/portswood-library#Saturday-0930-1600> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/portswood-library#Monday-0930-1900> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/portswood-library#Tuesday-0930-1700> ,
                                                                                                  <http://id.southampton.ac.uk/point-of-service/portswood-library#Friday-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/portswood-library.aspx> ;
                                                                 dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Education> ;
                                                                 geo:lat "50.926682"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.39177"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 foaf:based_near <http://id.southampton.ac.uk/site/1> .

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

<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-Magazines> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/central-library> ;
                                                                                          ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Magazines> .

<http://id.southampton.ac.uk/point-of-service/burgess-road-library> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    skos:notation "burgess-road-library" ;
                                                                    rdfs:label "Burgess Road Library" ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/burgess-road-library#Friday-0930-1900> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/burgess-road-library#Saturday-0930-1600> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/burgess-road-library#Monday-0930-1900> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/burgess-road-library#Wednesday-1000-1700> ;
                                                                    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/burgess-road-library.aspx> ;
                                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Education> ;
                                                                    geo:lat "50.938236"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    geo:long "-1.395536"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    foaf:based_near <http://id.southampton.ac.uk/site/1> .

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