
@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/10006427>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "University for the Creative Arts" ;
	skos:notation "10006427"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10006427#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/GU97DS> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10006427#address> ;
	foaf:homepage <http://www.ucreative.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10006427> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/GU97DS> rdfs:label "GU9 7DS" .
<http://id.learning-provider.data.ac.uk/ukprn/10006427#address>
	a vcard:Address ;
	vcard:postal-code "GU9 7DS" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "FALKNER ROAD" ;
	vcard:locality "FARNHAM" .

<http://id.learning-provider.data.ac.uk/ukprn/10006427>
	vcard:sortLabel "University for the Creative Arts" ; 
	skos:notation "98D800A0-BF72-4D50-8A96-2EA2B60B01D1"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0206"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/University_for_the_Creative_Arts> ;
	owl:sameAs <http://dbpedia.org/resource/University_for_the_Creative_Arts>, <http://gtr.rcuk.ac.uk:80/organisation/98D800A0-BF72-4D50-8A96-2EA2B60B01D1> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/GU97DS> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "483525"^^xsd:integer ;
	spatialrelations:northing "146963"^^xsd:integer ;
	geo:lat "51.215767"^^xsd:decimal ;
	geo:long "-0.805496"^^xsd:decimal .
