@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .

<http://id.southampton.ac.uk/generic-products-and-services/DiscountForStudentsAndStaff> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                        rdfs:label "Discount for students and staff" .

<http://id.southampton.ac.uk/point-of-service/41-EYC> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      ns1:within <http://id.southampton.ac.uk/building/41> ;
                                                      rdfs:label "Early Years Centre" ;
                                                      foaf:phone <tel:+442380593465> ;
                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/41-EYC#Saturday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Thursday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Sunday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Tuesday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Monday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Friday-0800-1800-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/41-EYC#Wednesday-0800-1800-2011-01-01> ;
                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/daycare.png> ;
                                                      foaf:mbox <mailto:earlyyearscentre@soton.ac.uk> ;
                                                      foaf:homepage <http://www.soton.ac.uk/studentservices/nursery.html> ;
                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Education> .

<http://id.southampton.ac.uk/building/41> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          ns1:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "41"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Early Years Centre" ;
                                          geo:lat "50.93361"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39527"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/41#residential> ;
                                          ns3:buildingArchitect <http://id.southampton.ac.uk/building/41#architect> ;
                                          ns3:buildingDate "1978" ;
                                          dcterms:spatial "POLYGON((-1.39548635097949 50.9334661909265,-1.39545284381939 50.9335228047348,-1.3954380216172 50.9335186153153,-1.39525835856038 50.9337644883074,-1.39510941788627 50.9337240096518,-1.39513124694767 50.9336951933567,-1.39515100988393 50.9336689812692,-1.39512962998016 50.9336647918629,-1.39514705729668 50.9336385797582,-1.39516852703197 50.9336427691669,-1.3952154190898 50.9335768708574,-1.39517517456507 50.9335624909733,-1.39521811403565 50.9335117650476,-1.3952543161416 50.9335237105552,-1.39526904851226 50.9334990835575,-1.39524488383112 50.9334931957216,-1.39530794556406 50.9334122945169,-1.39548635097949 50.9334661909265))" .

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