@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/59M> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Gower Temporary Toilets (M)" ;
                                           ns2:within <http://id.southampton.ac.uk/site/1> ;
                                           skos:notation "59M"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           geo:lat "50.93722"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.3966"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/59M#residential> ;
                                           dcterms:spatial "POLYGON((-1.39662709302875 50.9372798389908, -1.39662096933782 50.9372605441328, -1.39666257903259 50.9372552998879, -1.39666870272351 50.9372745947481, -1.39662709302875 50.9372798389908))" .

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

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

<https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg#creator> ;
                                                                     ns5:height "3456"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "4608"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "3977355"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1000/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                      rdf:type foaf:Image ;
                                                                      dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1000/59M.jpg#creator> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                      ns5:height "750"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "189772"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "123028"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/600/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/600/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "450"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "71112"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/400/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/400/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "400"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "32753"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/300/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/300/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "300"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "19374"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/200/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/200/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "150"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "9098"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/100/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                     rdf:type foaf:Image ;
                                                                     dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                     dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/100/59M.jpg#creator> ;
                                                                     dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                     ns5:height "75"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:width "100"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:fileSize "2986"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                     ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                     dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/50/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                    rdf:type foaf:Image ;
                                                                    dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                    dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                    dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/50/59M.jpg#creator> ;
                                                                    dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                    ns5:height "37"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:width "50"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:fileSize "1341"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                    ns5:aspectRatio "1.3513513513514"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                    dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1920/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                      rdf:type foaf:Image ;
                                                                      dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1920/59M.jpg#creator> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                      ns5:height "1440"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1920"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "643630"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/1600/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                      rdf:type foaf:Image ;
                                                                      dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                      dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                      dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/1600/59M.jpg#creator> ;
                                                                      dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                      ns5:height "1200"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:width "1600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:fileSize "461441"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                      ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/800x600/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/800x600/59M.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                         ns5:height "600"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "800"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "123028"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "1.3333333333333"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/480x297/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/480x297/59M.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                         ns5:height "297"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "480"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "36970"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/320x198/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/320x198/59M.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                         ns5:height "198"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "320"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "17225"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "1.6161616161616"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/240x260/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/240x260/59M.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                         ns5:height "260"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "240"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "18365"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "0.92307692307692"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .

<https://data.southampton.ac.uk/image-archive/buildings/220x220/59M.jpg> foaf:depicts <http://id.southampton.ac.uk/building/59M> ;
                                                                         rdf:type foaf:Image ;
                                                                         dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                         dcterms:format <http://purl.org/xtypes/Format-JPEG> ;
                                                                         dcterms:creator <https://data.southampton.ac.uk/image-archive/buildings/220x220/59M.jpg#creator> ;
                                                                         dcterms:isVersionOf <https://data.southampton.ac.uk/image-archive/buildings/raw/59M.jpg> ;
                                                                         ns5:height "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:width "220"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:fileSize "14446"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                                         ns5:aspectRatio "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                         dcterms:date "2020-09-28"^^<http://www.w3.org/2001/XMLSchema#date> .