@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/73X-S-A> rdf:type ns0:BuildingEntrance ;
                                                      rdfs:label "Main" ;
                                                      geo:lat "50.94269"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                      geo:long "-1.40226"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                      ns0:connectsBuilding <http://id.southampton.ac.uk/building/73X-S> .

<http://id.southampton.ac.uk/building/73X-S> rdf:type ns1:Building ,
                                                      ns2:UoSBuilding ;
                                             ns3:within <http://id.southampton.ac.uk/site/57> ;
                                             skos:notation "73X-S"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                             oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                             rdfs:label "Block S Glen Eyre Hall New Terrace" ;
                                             geo:lat "50.94273"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                             geo:long "-1.40215"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                             oo:hasFeature <http://id.southampton.ac.uk/building/73X-S#residential> ;
                                             dcterms:spatial "POLYGON((-1.4023097998048 50.942791194791,-1.40214789980482 50.942617694791,-1.40202179980484 50.942602694791,-1.40201809980484 50.942626994791,-1.40196269980485 50.942644794791,-1.40215849980482 50.942856494791,-1.4023097998048 50.942791194791))" .