@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/openorg/portals/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://vocab.deri.ie/rooms#> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix ns3: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://id.southampton.ac.uk/building-portal/75C-B> rdf:type ns0:BuildingEntrance ;
                                                    rdfs:label "Rooms 009-017" ;
                                                    geo:lat "50.9302"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.40255"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    ns0:connectsBuilding <http://id.southampton.ac.uk/building/75C> .

<http://id.southampton.ac.uk/building/75C> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/56> ;
                                           skos:notation "75C"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Highfield Hall, Wolfe House" ;
                                           geo:lat "50.93024"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40268"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/highfield-halls> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/75C#residential> ;
                                           dcterms:spatial "POLYGON((-1.4026831 50.9300028,-1.4028485 50.9300577,-1.4027419 50.9301853,-1.4029232 50.9302455,-1.4028347 50.9303514,-1.4026469 50.9302891,-1.402551 50.9304039,-1.4023945 50.9303519,-1.4025246 50.9301962,-1.4025787 50.9302142,-1.4026039 50.9301841,-1.4025473 50.9301653,-1.4026831 50.9300028))" .