@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-CD> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                     rdfs:label "Career Destinations" ;
                                                     ns1:within <http://id.southampton.ac.uk/building/37> ,
                                                                <http://id.southampton.ac.uk/room/37-2001> ;
                                                     foaf:phone <tel:+442380593501> ;
                                                     ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/37-CD#Tuesday-0900-1730-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Saturday-CLOSED-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Friday-0900-1730-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Wednesday-0900-1530-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Thursday-0900-1730-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Monday-0900-1730-2011-01-01> ,
                                                                                      <http://id.southampton.ac.uk/point-of-service/37-CD#Sunday-CLOSED-2011-01-01> ;
                                                     oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/information.png> ;
                                                     foaf:mbox <mailto:employ@soton.ac.uk> ,
                                                               <mailto:volunteering@soton.ac.uk> ,
                                                               <mailto:careers@soton.ac.uk> ;
                                                     foaf:homepage <http://www.southampton.ac.uk/careers/employability/index.html> ;
                                                     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/room/37-2001> rdf:type ns2:Room ;
                                           rdfs:label "37 / 2001" ,
                                                      "Room 2001, Building 37" .

<http://id.southampton.ac.uk/point-of-service/37-CD#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> .

<http://id.southampton.ac.uk/point-of-service/37-CD#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-CD#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-CD#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-CD#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-CD#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-CD#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> .

<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/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "15370"^^<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/1468507679_DSC_0048.JPG> rdf:type foaf:Image ;
                                                                                            foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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 "11176578"^^<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/1000/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                             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/1468507679_DSC_0048.JPG> ;
                                                                                             ns4:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "110749"^^<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/50/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                           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/1468507679_DSC_0048.JPG> ;
                                                                                           ns4:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:fileSize "1370"^^<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/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                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/1468507679_DSC_0048.JPG> ;
                                                                                                ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "15955"^^<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/600/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "48207"^^<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/1600/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                             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/1468507679_DSC_0048.JPG> ;
                                                                                             ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "233965"^^<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/100/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "2851"^^<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/220x220/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                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/1468507679_DSC_0048.JPG> ;
                                                                                                ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "11839"^^<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/400/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "24357"^^<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/240x260/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                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/1468507679_DSC_0048.JPG> ;
                                                                                                ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "14596"^^<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/1920/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                             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/1468507679_DSC_0048.JPG> ;
                                                                                             ns4:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "315263"^^<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/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                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/1468507679_DSC_0048.JPG> ;
                                                                                                ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "31439"^^<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/800x600/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                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/1468507679_DSC_0048.JPG> ;
                                                                                                ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "81741"^^<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/800/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "76866"^^<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/200/1468507679_DSC_0048.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            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/1468507679_DSC_0048.JPG> ;
                                                                                            ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "7905"^^<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> .

<http://id.southampton.ac.uk/org/EW> ns0:hasPOS <http://id.southampton.ac.uk/point-of-service/37-CD> ,
                                                <http://id.southampton.ac.uk/point-of-service/37-SSC> ;
                                     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-CD#generic-offering-CareersFairsAndEvents> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                            rdf:type ns0:Offering ;
                                                                                            rdfs:label "Careers fairs and events" ;
                                                                                            ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/CareersFairsAndEvents> .

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

<http://id.southampton.ac.uk/point-of-service/37-CD#generic-offering-CareersAdviceAndGuidanceToCurrentStudentsAndRecentGraduatesOfTheUniversity> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                                                                 rdf:type ns0:Offering ;
                                                                                                                                                 rdfs:label "Careers advice and guidance to current students and recent graduates of the University" ;
                                                                                                                                                 ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/CareersAdviceAndGuidanceToCurrentStudentsAndRecentGraduatesOfTheUniversity> .

<http://id.southampton.ac.uk/generic-products-and-services/CareersAdviceAndGuidanceToCurrentStudentsAndRecentGraduatesOfTheUniversity> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                                                       rdfs:label "Careers advice and guidance to current students and recent graduates of the University" .

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

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

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

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

<http://id.southampton.ac.uk/point-of-service/37-CD#generic-offering-AdviceAndCollaborationOpportunitiesForEmployers> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-CD> ;
                                                                                                                      rdf:type ns0:Offering ;
                                                                                                                      rdfs:label "Advice and collaboration opportunities for employers" ;
                                                                                                                      ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/AdviceAndCollaborationOpportunitiesForEmployers> .

<http://id.southampton.ac.uk/generic-products-and-services/AdviceAndCollaborationOpportunitiesForEmployers> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                            rdfs:label "Advice and collaboration opportunities for employers" .

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

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

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

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

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

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

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

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

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

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

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

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