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

<http://id.southampton.ac.uk/building/20> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          ns3:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "20"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "High Voltage Laboratory" ;
                                          geo:lat "50.93694"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39508"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-20-tony-davies-high-voltage-laboratory> ;
                                          ns1:occupant <http://id.southampton.ac.uk/org/F7> ,
                                                       <http://id.southampton.ac.uk/org/FP> ,
                                                       <http://id.southampton.ac.uk/org/F7FP050000> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/20#residential> ;
                                          ns2:buildingDate "1991 and 2004" ;
                                          dcterms:spatial "POLYGON((-1.39535322065438 50.9370647672241,-1.3951819119297 50.9371264148874,-1.3948771135538 50.9367902671322,-1.39505264436031 50.9367270905567,-1.39514822510655 50.936832498021,-1.3950785158405 50.9368575761312,-1.39517095248323 50.9369594735054,-1.39523643966745 50.9369359805195,-1.39535322065438 50.9370647672241))" .