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

<http://id.southampton.ac.uk/building/169> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "City Gateway B" ;
                                           ns2:within <http://id.southampton.ac.uk/site/80> ;
                                           skos:notation "169"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           geo:lat "50.94007"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37836"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/169#residential> ;
                                           dcterms:spatial "POLYGON((-1.37816783191 50.9400557512,-1.3783466355 50.9400199016,-1.3783567948 50.9400435879,-1.37841267092 50.940032705,-1.3783999718 50.9400080584,-1.37848414557 50.9399911622,-1.37856010773 50.9401374806,-1.37823488326 50.9402023501,-1.37820084962 50.9401367327,-1.37814243367 50.940122649,-1.37818053103 50.9400647136,-1.37815868854 50.940058952,-1.37816376819 50.94005127,-1.37816783191 50.9400557512))" .

<http://id.southampton.ac.uk/site/80> rdf:type ns3:Site ,
                                               ns1:UoSSite ,
                                               ns0:Site ;
                                      rdfs:label "City Gateway" .

<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/building/169#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                       rdfs:label "Building 169 is residential" .

<https://data.southampton.ac.uk/image-archive/buildings/raw/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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 "3168"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "4224"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "2872255"^^<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/1000/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                      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/169.jpg> ;
                                                                      ns5:height "750"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "100715"^^<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/800/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "69802"^^<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/600/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "450"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "44025"^^<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/400/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "22803"^^<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/300/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "14297"^^<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/200/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "150"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "7560"^^<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/100/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                     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/169.jpg> ;
                                                                     ns5:height "75"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "2733"^^<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/50/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                    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/169.jpg> ;
                                                                    ns5:height "37"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:fileSize "1310"^^<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/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                      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/169.jpg> ;
                                                                      ns5:height "1440"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "291284"^^<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/1600/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                      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/169.jpg> ;
                                                                      ns5:height "1200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "216905"^^<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/800x600/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                         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/169.jpg> ;
                                                                         ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "69802"^^<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/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                         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/169.jpg> ;
                                                                         ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "27347"^^<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/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                         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/169.jpg> ;
                                                                         ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "14329"^^<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/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                         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/169.jpg> ;
                                                                         ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "12543"^^<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/169.jpg> foaf:depicts <http://id.southampton.ac.uk/building/169> ;
                                                                         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/169.jpg> ;
                                                                         ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "10460"^^<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> .