@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#> .
@prefix ns4: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns5: <http://www.w3.org/ns/org#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://id.southampton.ac.uk/point-of-service/37-SSC> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      rdfs:label "Student Services Centre" ;
                                                      ns1:within <http://id.southampton.ac.uk/building/37> ;
                                                      foaf:phone <tel:+442380599599> ;
                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/37-SSC#Saturday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Monday-0900-1730-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Thursday-0900-1730-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Sunday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Friday-0900-1730-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Wednesday-0900-1530-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/37-SSC#Tuesday-0900-1730-2011-01-01> ;
                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                      foaf:mbox <mailto:ssc@soton.ac.uk> ;
                                                      foaf:homepage <http://www.soton.ac.uk/sais/ssc/index.shtml> ;
                                                      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/37-SSC#Saturday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                 ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Monday-0900-1730-2011-01-01> 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:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Thursday-0900-1730-2011-01-01> 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:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Sunday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                               ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                               ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Friday-0900-1730-2011-01-01> 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:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Wednesday-0900-1530-2011-01-01> 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 "15:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                     ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/37-SSC#Tuesday-0900-1730-2011-01-01> 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:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<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" .

<https://data.southampton.ac.uk/image-archive/point-of-service/300/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "12333"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/person/D5NS> rdf:type foaf:Agent ;
                                          foaf:name "Callum Spawforth" .

<https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> rdf:type foaf:Image ;
                                                                                            foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            ns4:height "4000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "6000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "8562099"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/1920/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                             rdf:type foaf:Image ;
                                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                             dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                             ns4:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "189827"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                             dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/200/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "6902"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/1600/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                             rdf:type foaf:Image ;
                                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                             dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                             ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "144371"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                             dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/1000/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                             rdf:type foaf:Image ;
                                                                                             dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                             dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                             dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                             dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                             ns4:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "71602"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                             dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/800x600/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                rdf:type foaf:Image ;
                                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                                dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                                ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "55307"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                                dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/220x220/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                rdf:type foaf:Image ;
                                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                                dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                                ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "10012"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                                dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/800/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "51356"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/240x260/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                rdf:type foaf:Image ;
                                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                                dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                                ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "11875"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                                dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/50/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                           rdf:type foaf:Image ;
                                                                                           dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                           dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                           dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                           dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                           ns4:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:fileSize "1367"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                           dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/400/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "18680"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/600/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "33370"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/480x297/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                rdf:type foaf:Image ;
                                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                                dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                                ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "23083"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                                dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/100/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type foaf:Image ;
                                                                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                            dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                            dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                            dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                            ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "2773"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                            dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/point-of-service/320x198/1468507781_DSC_0049.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                rdf:type foaf:Image ;
                                                                                                dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                                                dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                                                dcterms:creator <http://id.southampton.ac.uk/person/D5NS> ;
                                                                                                dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/point-of-service/raw/1468507781_DSC_0049.JPG> ;
                                                                                                ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "12820"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                                                dcterms:date "2016"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/org/EW> ns0:hasPOS <http://id.southampton.ac.uk/point-of-service/37-SSC> ,
                                                <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                     rdf:type ns5:OrganizationalUnit ,
                                              ns5:Organization ;
                                     skos:notation "EW"^^<http://id.southampton.ac.uk/ns/alphaCode> ;
                                     rdfs:label "Student Services" ;
                                     foaf:homepage <https://www.southampton.ac.uk/studentservices/index.page> .

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

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

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

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

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

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

<http://id.southampton.ac.uk/point-of-service/37-SSC#generic-offering-WessexNeedsAssessmentCentre> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                                   rdf:type ns0:Offering ;
                                                                                                   rdfs:label "Wessex Needs Assessment Centre" ;
                                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/WessexNeedsAssessmentCentre> .

<http://id.southampton.ac.uk/generic-products-and-services/WessexNeedsAssessmentCentre> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                        rdfs:label "Wessex Needs Assessment Centre" .

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

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

<http://id.southampton.ac.uk/point-of-service/37-SSC#generic-offering-AccessToLearningFund> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                                                                            rdf:type ns0:Offering ;
                                                                                            rdfs:label "Access to Learning Fund" ;
                                                                                            ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/AccessToLearningFund> .

<http://id.southampton.ac.uk/generic-products-and-services/AccessToLearningFund> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                 rdfs:label "Access to Learning Fund" .

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

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

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

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