
@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/10034449>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "Leeds College of Music" ;
	skos:notation "10034449"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10034449#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/LS27PD> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10034449#address> ;
	foaf:homepage <http://www.lcm.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10034449> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/LS27PD> rdfs:label "LS2 7PD" .
<http://id.learning-provider.data.ac.uk/ukprn/10034449#address>
	a vcard:Address ;
	vcard:postal-code "LS2 7PD" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "3, QUARRY HILL" ;
	vcard:locality "LEEDS" .

<http://id.learning-provider.data.ac.uk/ukprn/10034449>
	vcard:sortLabel "Leeds College of Music" ; 
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Leeds_College_of_Music> ;
	owl:sameAs <http://dbpedia.org/resource/Leeds_College_of_Music> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/LS27PD> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "430973"^^xsd:integer ;
	spatialrelations:northing "433649"^^xsd:integer ;
	geo:lat "53.798246"^^xsd:decimal ;
	geo:long "-1.531256"^^xsd:decimal .
