@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://purl.org/openorg/portals/> .

<http://id.southampton.ac.uk/building/1106> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ;
                                            rdfs:label "45 University Road" ;
                                            ns2:within <http://id.southampton.ac.uk/site/1> ;
                                            skos:notation "1106"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            geo:lat "50.93358"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.39617"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/1106#residential> ;
                                            dcterms:spatial "POLYGON((-1.3961150 50.9336172,-1.3961130 50.9336115,-1.3960974 50.9336135,-1.3960796 50.9335672,-1.3961567 50.9335563,-1.3962067 50.9335493,-1.3962078 50.9335526,-1.3962192 50.9335511,-1.3962223 50.9335601,-1.3962625 50.9335546,-1.3962765 50.9335958,-1.3961150 50.9336172))" .

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

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