
@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/10007154>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "University of Nottingham" ;
	skos:notation "10007154"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10007154#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/NG72RD> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10007154#address> ;
	foaf:homepage <http://www.nottingham.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10007154> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/NG72RD> rdfs:label "NG7 2RD" .
<http://id.learning-provider.data.ac.uk/ukprn/10007154#address>
	a vcard:Address ;
	vcard:postal-code "NG7 2RD" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "UNIVERSITY PARK" ;
	vcard:locality "NOTTINGHAM" .

<http://id.learning-provider.data.ac.uk/ukprn/10007154>
	vcard:sortLabel "Nottingham, University of" ; 
	skos:notation "936D002F-A8D1-4A93-AE5D-825ED0903D8D"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0155"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/University_of_Nottingham> ;
	owl:sameAs <http://dbpedia.org/resource/University_of_Nottingham>, <http://gtr.rcuk.ac.uk:80/organisation/936D002F-A8D1-4A93-AE5D-825ED0903D8D> .

<http://id.learning-provider.data.ac.uk/group/M5_Universities>
	a foaf:Organization , lprov:InstitutionalGroup ;
	rdfs:label "M5 Universities" ;
	foaf:homepage <http://www.m5universities.ac.uk> ;
	foaf:member <http://id.learning-provider.data.ac.uk/ukprn/10007154> .

<http://id.learning-provider.data.ac.uk/group/Russell_Group>
	a foaf:Organization , lprov:InstitutionalGroup ;
	rdfs:label "Russell Group" ;
	owl:sameAs <http://dbpedia.org/resource/Russell_Group> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Russell_Group> ;
	foaf:homepage <http://www.russellgroup.ac.uk/> ;
	foaf:member <http://id.learning-provider.data.ac.uk/ukprn/10007154> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/NG72RD> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "454768"^^xsd:integer ;
	spatialrelations:northing "338516"^^xsd:integer ;
	geo:lat "52.941271"^^xsd:decimal ;
	geo:long "-1.186477"^^xsd:decimal .
