@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix ns6: <http://purl.org/openorg/portals/> .

<http://id.southampton.ac.uk/building/9555> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ;
                                            rdfs:label "IDS" ;
                                            ns2:within <http://id.southampton.ac.uk/site/18> ;
                                            skos:notation "9555"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            geo:lat "50.93407"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43408"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns0:occupant <http://id.southampton.ac.uk/org/F5> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9555#residential> ;
                                            dcterms:spatial "POLYGON((-1.43437022966 50.934132369,-1.43434457658 50.9339582635,-1.43380586195 50.9339905974,-1.43380980858 50.9340167132,-1.43384927485 50.9341684336,-1.43437022966 50.934132369))" .

<http://id.southampton.ac.uk/site/18> rdf:type ns3:Site ,
                                               ns1:UoSSite ,
                                               ns0:Site ;
                                      rdfs:label "Southampton General Hospital" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/org/F5> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Faculty of Medicine" .

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

<https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      ns5:height "1915"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "2560"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "3913834"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3368146214099"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1000/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                       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/D5mY> ;
                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                       ns5:height "748"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:fileSize "138784"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:aspectRatio "1.3368983957219"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "598"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "91607"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3377926421405"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/600/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "448"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "53247"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3392857142857"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/400/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "299"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "25358"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3377926421405"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/300/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "224"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "15119"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3392857142857"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/200/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "149"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "7504"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3422818791946"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/100/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                      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/D5mY> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                      ns5:height "74"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "2783"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3513513513514"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/50/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                     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/D5mY> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                     ns5:height "37"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "1378"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3513513513514"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1920/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                       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/D5mY> ;
                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                       ns5:height "1436"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:fileSize "447518"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:aspectRatio "1.3370473537604"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1600/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                       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/D5mY> ;
                                                                       dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                       ns5:height "1196"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:fileSize "325247"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                       ns5:aspectRatio "1.3377926421405"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                       dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800x600/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                          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/D5mY> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                          ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "91600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/480x297/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                          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/D5mY> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                          ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "30715"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/320x198/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                          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/D5mY> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                          ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "14888"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/240x260/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                          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/D5mY> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                          ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "13673"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/220x220/9555.jpg> foaf:depicts <http://id.southampton.ac.uk/building/9555> ;
                                                                          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/D5mY> ;
                                                                          dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/9555.jpg> ;
                                                                          ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:fileSize "11348"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                          ns5:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                          dcterms:date "2014"^^<http://www.w3.org/2001/XMLSchema#date> .

<http://id.southampton.ac.uk/building-portal/9555-B> ns6:connectsBuilding <http://id.southampton.ac.uk/building/9555> ;
                                                     rdf:type ns6:BuildingEntrance ;
                                                     rdfs:label "Goods Entrance" ;
                                                     geo:lat "50.93427"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     geo:long "-1.43386"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building-portal/9555-A> ns6:connectsBuilding <http://id.southampton.ac.uk/building/9555> ;
                                                     rdf:type ns6:BuildingEntrance ;
                                                     rdfs:label "Main" ;
                                                     geo:lat "50.93402"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     geo:long "-1.43369"^^<http://www.w3.org/2001/XMLSchema#float> .