
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix aiiso: <http://purl.org/vocab/aiiso/schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oo:     <http://purl.org/openorg/> .
@prefix vcard:  <http://www.w3.org/2006/vcard/ns#> .
@prefix ospost: <http://data.ordnancesurvey.co.uk/ontology/postcode/> .
@prefix lprov: <http://id.learning-provider.data.ac.uk/terms#> .

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix spatialrelations: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://id.learning-provider.data.ac.uk/ukprn/10005523>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "Rose Bruford College" ;
	skos:notation "10005523"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10005523#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/DA159DF> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10005523#address> ;
	foaf:homepage <http://www.bruford.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10005523> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/DA159DF> rdfs:label "DA15 9DF" .
<http://id.learning-provider.data.ac.uk/ukprn/10005523#address>
	a vcard:Address ;
	vcard:postal-code "DA15 9DF" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "Lamorbey Park Burnt Oak Lane" ;
	vcard:locality "Sidcup" .

<http://id.learning-provider.data.ac.uk/ukprn/10005523>
	vcard:sortLabel "Rose Bruford College" ; 
	skos:notation "0032"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Rose_Bruford_College> ;
	owl:sameAs <http://dbpedia.org/resource/Rose_Bruford_College> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/DA159DF> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "546526"^^xsd:integer ;
	spatialrelations:northing "173217"^^xsd:integer ;
	geo:lat "51.439004"^^xsd:decimal ;
	geo:long "0.106805"^^xsd:decimal .
