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

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

<http://id.southampton.ac.uk/point-of-service/early-years-centre> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                  ns1:within <http://id.southampton.ac.uk/building/41> ;
                                                                  dcterms:description "Profiles child care from birth to school age for staff and students." ;
                                                                  skos:notation "early-years-centre" ;
                                                                  rdfs:label "Early Years Centre" ;
                                                                  oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/daycare.png> ;
                                                                  dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> ;
                                                                  geo:lat "50.93358"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                  geo:long "-1.39534"^^<http://www.w3.org/2001/XMLSchema#float> .

<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/early-years-centre#generic-offering-ChildCare> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/early-years-centre> ;
                                                                                             ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/ChildCare> .