@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns4: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .

<http://id.southampton.ac.uk/building/14> rdf:type ns0:Building ,
                                                   ns1:RetiredID ;
                                          rdfs:label "Building 14" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ,
                                                     <http://id.southampton.ac.uk/building/36> ;
                                          skos:notation "14"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/14#residential> .

<http://id.southampton.ac.uk/site/1> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Highfield Campus" .

<http://id.southampton.ac.uk/building/36> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" .

<http://id.southampton.ac.uk/building/14#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                      rdfs:label "Building 14 is non-residential" .

<http://id.southampton.ac.uk/room/14-2061> ns2:within <http://id.southampton.ac.uk/building/14> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "14-2061"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Open Access (non-bookable) Workstation" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1402061A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1402061B.jpg> ;
                                           oo:access "This room is located in the Library. This room cannot be booked." .

<http://id.southampton.ac.uk/room/14-2065> ns2:within <http://id.southampton.ac.uk/building/14> ;
                                           rdf:type ns0:Room ;
                                           skos:notation "14-2065"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           rdfs:label "Bookable Workstation" ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1402065A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B1402065B.jpg> ;
                                           oo:access "This room is located in the Library. This room can be booked, but cannot be locked." .

<https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    ns4:height "2304"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "3456"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "4542120"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1000/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                     ns4:height "666"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:fileSize "115943"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:aspectRatio "1.5015015015015"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "533"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "75724"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/600/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "43670"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/400/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "266"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "21158"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/300/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "12768"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/200/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "133"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "6496"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5037593984962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/100/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                    ns4:height "66"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:fileSize "2470"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/50/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                   rdf:type foaf:Image ;
                                                                   dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                   dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                   dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                   dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                   ns4:height "33"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                   ns4:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                   ns4:fileSize "1273"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                   ns4:aspectRatio "1.5151515151515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                   dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1920/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                     ns4:height "1280"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:fileSize "387918"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:aspectRatio "1.5"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1600/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                     ns4:height "1066"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:fileSize "278919"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns4:aspectRatio "1.5009380863039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800x600/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                        dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                        dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                        ns4:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:fileSize "82903"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/480x297/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                        dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                        dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                        ns4:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:fileSize "28320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/320x198/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                        dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                        dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                        ns4:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:fileSize "13873"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/240x260/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                        dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                        dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                        ns4:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:fileSize "11987"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/220x220/14.jpg> foaf:depicts <http://id.southampton.ac.uk/building/14> ;
                                                                        rdf:type foaf:Image ;
                                                                        dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
                                                                        dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                        dcterms:creator <http://id.ecs.soton.ac.uk/person/10955> ;
                                                                        dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/14.jpg> ;
                                                                        ns4:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:fileSize "10022"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                        ns4:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        dcterms:date "2010"^^<http://www.w3.org/2001/XMLSchema#date> .