@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://id.southampton.ac.uk/location-feature/> .

<http://id.southampton.ac.uk/building/63F> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Administration" ;
                                           ns2:within <http://id.southampton.ac.uk/site/4> ;
                                           skos:notation "63F"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           geo:lat "51.06564"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.30975"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-63f-administration-and-fashion> ;
                                           ns0:occupant <http://id.southampton.ac.uk/org/FH> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/63F#residential> ;
                                           ns1:buildingDate "1999" ;
                                           dcterms:spatial "POLYGON((-1.3099429 51.0657237,-1.3099876 51.0656360,-1.3095067 51.0655394,-1.3094621 51.0656270,-1.3099429 51.0657237))" .

<http://id.southampton.ac.uk/site/4> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Winchester School of Art" .

<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/FH> rdf:type ns3:Organization ;
                                     rdfs:label "Winchester School of Art" .

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

<http://id.southampton.ac.uk/room/63F-2031> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-2> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 2031" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297934> ;
                                            ns1:roomNumber "2031" .

<http://id.southampton.ac.uk/location-feature/MFD> rdfs:label "MFD" ;
                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/mfd/PR-ID297934> rdf:type ns5:MFD .

<http://id.southampton.ac.uk/floor/63F-2> ns2:within <http://id.southampton.ac.uk/building/63F> ;
                                          rdf:type ns0:Floor ;
                                          rdfs:label "Building 63F / Level 2" ;
                                          ns1:levelNumber "2" .

<http://id.southampton.ac.uk/room/63F-2027> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-2> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 2027" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID297930> ;
                                            ns1:roomNumber "2027" .

<http://id.southampton.ac.uk/mfd/PR-ID297930> rdf:type ns5:MFD .

<http://id.southampton.ac.uk/floor/63F-1> ns2:within <http://id.southampton.ac.uk/building/63F> ;
                                          rdf:type ns0:Floor ;
                                          rdfs:label "Building 63F / Level 1" ;
                                          ns1:levelNumber "1" .

<http://id.southampton.ac.uk/room/63F-1023> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-1> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 1023" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298138> ;
                                            ns1:roomNumber "1023" .

<http://id.southampton.ac.uk/mfd/PR-ID298138> rdf:type ns5:MFD .

<http://id.southampton.ac.uk/room/63F-1017> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-1> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 1017" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301054> ;
                                            ns1:roomNumber "1017" .

<http://id.southampton.ac.uk/mfd/PR-ID301054> rdf:type ns5:MFD .

<http://id.southampton.ac.uk/room/63F-1019> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-1> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 1019" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID311552> ;
                                            ns1:roomNumber "1019" .

<http://id.southampton.ac.uk/mfd/PR-ID311552> rdf:type ns5:MFD .

<http://id.southampton.ac.uk/room/63F-2029> ns2:within <http://id.southampton.ac.uk/building/63F> ,
                                                       <http://id.southampton.ac.uk/floor/63F-2> ;
                                            rdf:type ns0:Room ;
                                            rdfs:label "63F / 2029" ;
                                            oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID304604> ;
                                            ns1:roomNumber "2029" .

<http://id.southampton.ac.uk/mfd/PR-ID304604> rdf:type ns5:MFD .