
@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/10004775>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "Norwich University College of the Arts" ;
	skos:notation "10004775"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10004775#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/NR24SN> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10004775#address> ;
	foaf:homepage <http://www.nua.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10004775> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/NR24SN> rdfs:label "NR2 4SN" .
<http://id.learning-provider.data.ac.uk/ukprn/10004775#address>
	a vcard:Address ;
	vcard:postal-code "NR2 4SN" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "3, REDWELL STREET" ;
	vcard:locality "NORWICH" .

<http://id.learning-provider.data.ac.uk/ukprn/10004775>
	vcard:sortLabel "Norwich University College of the Arts" ; 
	skos:notation "4E4178A7-8BDF-4990-8D4A-67DB8A9695F3"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0190"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Norwich_University_College_of_the_Arts> ;
	owl:sameAs <http://dbpedia.org/resource/Norwich_University_College_of_the_Arts>, <http://gtr.rcuk.ac.uk:80/organisation/4E4178A7-8BDF-4990-8D4A-67DB8A9695F3> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/NR24SN> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "623191"^^xsd:integer ;
	spatialrelations:northing "308717"^^xsd:integer ;
	geo:lat "52.630313"^^xsd:decimal ;
	geo:long "1.296600"^^xsd:decimal .
