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

<http://id.southampton.ac.uk/building/13> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          ns3:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "13"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Tizard" ;
                                          geo:lat "50.93565"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.3937"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-13-tizard> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/13#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/13#architect> ;
                                          ns2:buildingDate "1960" ;
                                          dcterms:spatial "POLYGON((-1.39420858731936 50.935713479731,-1.39410680819767 50.9358542147303,-1.39318953846105 50.9355906900777,-1.39329131758274 50.9354500108923,-1.39359333118126 50.9355366829075,-1.39370400362427 50.9355684984598,-1.39373769044742 50.9355780091545,-1.3938561782334 50.9356122023502,-1.39386183761969 50.9356137874646,-1.3939029804597 50.9356256758211,-1.39410519123015 50.9356838155014,-1.39420858731936 50.935713479731))" .