
@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/10008640>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "University College Falmouth" ;
	skos:notation "10008640"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10008640#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/TR114RH> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10008640#address> ;
	foaf:homepage <http://www.falmouth.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10008640> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/TR114RH> rdfs:label "TR11 4RH" .
<http://id.learning-provider.data.ac.uk/ukprn/10008640#address>
	a vcard:Address ;
	vcard:postal-code "TR11 4RH" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "Woodlane Campus, Woodlane" ;
	vcard:locality "Falmouth" .

<http://id.learning-provider.data.ac.uk/ukprn/10008640>
	vcard:sortLabel "Falmouth, University College" ; 
	skos:notation "E84FC550-A4CC-4B98-A6F9-D15A33829D83"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0017"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/University_College_Falmouth> ;
	owl:sameAs <http://dbpedia.org/resource/University_College_Falmouth>, <http://gtr.rcuk.ac.uk:80/organisation/E84FC550-A4CC-4B98-A6F9-D15A33829D83> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/TR114RH> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "180711"^^xsd:integer ;
	spatialrelations:northing "32196"^^xsd:integer ;
	geo:lat "50.149168"^^xsd:decimal ;
	geo:long "-5.070901"^^xsd:decimal .
