@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#> .

<http://id.southampton.ac.uk/point-of-service/37-enabling-services> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                    rdfs:label "Enabling Services" ;
                                                                    ns1:within <http://id.southampton.ac.uk/building/37> ;
                                                                    foaf:phone <tel:+442380597726> ;
                                                                    ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Thursday-0830-1700-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Monday-0830-1700-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Friday-0830-1700-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Tuesday-0830-1700-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Wednesday-0830-1700-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Sunday-CLOSED-2011-01-01> ,
                                                                                                     <http://id.southampton.ac.uk/point-of-service/37-enabling-services#Saturday-CLOSED-2011-01-01> ;
                                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/disability.png> ;
                                                                    foaf:mbox <mailto:enable@soton.ac.uk> ;
                                                                    foaf:homepage <http://www.southampton.ac.uk/edusupport/disability/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/point-of-service/37-enabling-services#Thursday-0830-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                                  ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                                  ns0:closes "17:00: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-enabling-services#Monday-0830-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                                ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                                ns0:closes "17:00: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-enabling-services#Friday-0830-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                                ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                                ns0:closes "17:00: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-enabling-services#Tuesday-0830-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                                 ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                                 ns0:closes "17:00: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-enabling-services#Wednesday-0830-1700-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                                   ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                                   ns0:closes "17:00: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-enabling-services#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-enabling-services#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> .

<https://data.southampton.ac.uk/map-icons/Offices/disability.png> rdf:type ns3:MapMarker .

<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/220x220/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                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/1468507444_DSC_0043.JPG> ;
                                                                                                ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "7344"^^<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> .

<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/1468507444_DSC_0043.JPG> rdf:type foaf:Image ;
                                                                                            foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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 "8714530"^^<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/400/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "13763"^^<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/800x600/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                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/1468507444_DSC_0043.JPG> ;
                                                                                                ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "41605"^^<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/320x198/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                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/1468507444_DSC_0043.JPG> ;
                                                                                                ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "9561"^^<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/1000/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                             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/1468507444_DSC_0043.JPG> ;
                                                                                             ns4:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "54511"^^<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/600/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "24724"^^<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/300/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "9185"^^<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/240x260/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                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/1468507444_DSC_0043.JPG> ;
                                                                                                ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "8573"^^<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/200/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "5363"^^<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/480x297/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                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/1468507444_DSC_0043.JPG> ;
                                                                                                ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                                ns4:fileSize "17094"^^<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/800/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "38383"^^<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/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                            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/1468507444_DSC_0043.JPG> ;
                                                                                            ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                            ns4:fileSize "2383"^^<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/1920/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                             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/1468507444_DSC_0043.JPG> ;
                                                                                             ns4:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "168127"^^<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/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                             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/1468507444_DSC_0043.JPG> ;
                                                                                             ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                             ns4:fileSize "122269"^^<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/50/1468507444_DSC_0043.JPG> foaf:depicts <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                           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/1468507444_DSC_0043.JPG> ;
                                                                                           ns4:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                                           ns4:fileSize "1292"^^<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> .

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

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

<http://id.southampton.ac.uk/point-of-service/37-enabling-services#generic-offering-FirstPointOfContactForCrisis> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/37-enabling-services> ;
                                                                                                                  rdf:type ns0:Offering ;
                                                                                                                  rdfs:label "First Point of Contact for Crisis" ;
                                                                                                                  ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FirstPointOfContactForCrisis> .

<http://id.southampton.ac.uk/generic-products-and-services/FirstPointOfContactForCrisis> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "First Point of Contact for Crisis" .

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

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

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

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

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

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

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

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

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

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