@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/point-of-service/early-years-centre> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                  rdfs:label "Early Years Centre" ;
                                                                  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" ;
                                                                  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 ;
                                          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> .

<https://data.southampton.ac.uk/map-icons/Education/daycare.png> rdf:type ns3:MapMarker ;
                                                                 rdfs:label "Daycare" .

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

<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> ;
                                                                                             rdf:type ns0:Offering ;
                                                                                             rdfs:label "Child care" ;
                                                                                             ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/ChildCare> .

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