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

<http://id.southampton.ac.uk/building/17> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          ns3:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "17"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "R J Mitchell Wind Tunnel" ;
                                          geo:lat "50.93627"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.3946"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/17#residential> ;
                                          ns2:buildingDate "1960" ;
                                          dcterms:spatial "POLYGON((-1.39477021403499 50.9364050924833,-1.39455057594802 50.9364352091346,-1.3945065584991 50.9362999104917,-1.39443828653751 50.9363078925565,-1.39440019796946 50.9361734993119,-1.39445643250624 50.9361655172241,-1.39444367642921 50.9360989997723,-1.39453063334871 50.9360883003605,-1.39451733828251 50.9360428985964,-1.39462980735608 50.9360290855821,-1.39466187721172 50.9361403821301,-1.39470104375811 50.9361373817688,-1.39473913232616 50.936268774765,-1.39472511860772 50.9362708127405,-1.39477021403499 50.9364050924833))" .