@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/point-of-service/37A-ris> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                       rdfs:label "Research and Innovation Services" ;
                                                       ns1:within <http://id.southampton.ac.uk/building/37> ;
                                                       foaf:phone <tel:+442380593095> ;
                                                       ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/37A-ris#Friday-0900-1700> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/37A-ris#Wednesday-0900-1700> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/37A-ris#Monday-0900-1700> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/37A-ris#Tuesday-0900-1700> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/37A-ris#Thursday-0900-1700> ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                       foaf:mbox <mailto:adminris@soton.ac.uk> ;
                                                       foaf:homepage <http://www.soton.ac.uk/ris> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<http://id.southampton.ac.uk/building/37> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "George Thomas" ;
                                          geo:lat "50.93403"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39566"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/37A-ris#Friday-0900-1700> rdf:type ns0:OpeningHoursSpecification ;
                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                        ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                        ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/37A-ris#Wednesday-0900-1700> rdf:type ns0:OpeningHoursSpecification ;
                                                                           ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                           ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                           ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/37A-ris#Monday-0900-1700> rdf:type ns0:OpeningHoursSpecification ;
                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                        ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                        ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/37A-ris#Tuesday-0900-1700> rdf:type ns0:OpeningHoursSpecification ;
                                                                         ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                         ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                         ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/37A-ris#Thursday-0900-1700> rdf:type ns0:OpeningHoursSpecification ;
                                                                          ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                          ns0:opens "09:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                          ns0:closes "17:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<https://data.southampton.ac.uk/map-icons/Offices/information.png> rdf:type ns3:MapMarker ;
                                                                   rdfs:label "Information" .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-Incubation> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                   rdf:type ns0:Offering ;
                                                                                   rdfs:label "Incubation" ;
                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Incubation> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-Spin-Outs> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                  rdf:type ns0:Offering ;
                                                                                  rdfs:label "Spin-Outs" ;
                                                                                  ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Spin-Outs> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-AdviceAndSupportOnCommercialisation> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                                            rdf:type ns0:Offering ;
                                                                                                            rdfs:label "Advice and support on Commercialisation" ;
                                                                                                            ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/AdviceAndSupportOnCommercialisation> .

<http://id.southampton.ac.uk/generic-products-and-services/AdviceAndSupportOnCommercialisation> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                rdfs:label "Advice and support on Commercialisation" .

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-FundingAdvice> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                      rdf:type ns0:Offering ;
                                                                                      rdfs:label "Funding Advice" ;
                                                                                      ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FundingAdvice> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-ContractsSupport> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                         rdf:type ns0:Offering ;
                                                                                         rdfs:label "Contracts Support" ;
                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/ContractsSupport> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-SetsquaredPartnership> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                              rdf:type ns0:Offering ;
                                                                                              rdfs:label "Setsquared Partnership" ;
                                                                                              ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SetsquaredPartnership> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-EUFundingAdvice> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                        rdf:type ns0:Offering ;
                                                                                        rdfs:label "EU Funding Advice" ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/EUFundingAdvice> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-MultidisciplinaryActivity> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                                  rdf:type ns0:Offering ;
                                                                                                  rdfs:label "Multidisciplinary Activity" ;
                                                                                                  ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/MultidisciplinaryActivity> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-CollaborationAdvice> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                            rdf:type ns0:Offering ;
                                                                                            rdfs:label "Collaboration Advice" ;
                                                                                            ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/CollaborationAdvice> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-Impact> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                               rdf:type ns0:Offering ;
                                                                               rdfs:label "Impact" ;
                                                                               ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Impact> .

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

<http://id.southampton.ac.uk/point-of-service/37A-ris#generic-offering-AdviceOnIntellectualProperty> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37A-ris> ;
                                                                                                     rdf:type ns0:Offering ;
                                                                                                     rdfs:label "Advice on Intellectual Property" ;
                                                                                                     ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/AdviceOnIntellectualProperty> .

<http://id.southampton.ac.uk/generic-products-and-services/AdviceOnIntellectualProperty> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "Advice on Intellectual Property" .