
@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/10040812>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "Harper Adams University" ;
	skos:notation "10040812"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10040812#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/TF108NB> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10040812#address> ;
	foaf:homepage <http://www.harper-adams.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10040812> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/TF108NB> rdfs:label "TF10 8NB" .
<http://id.learning-provider.data.ac.uk/ukprn/10040812#address>
	a vcard:Address ;
	vcard:postal-code "TF10 8NB" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "" ;
	vcard:locality "Edgmond, Newport" .

<http://id.learning-provider.data.ac.uk/ukprn/10040812>
	vcard:sortLabel "Harper Adams University" ; 
	skos:notation "A9CA5E1C-DE53-4198-A3E4-F4764B5CB434"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0018"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <https://en.wikipedia.org/wiki/Harper_Adams_University> ;
	owl:sameAs <http://dbpedia.org/resource//Harper_Adams_University>, <http://gtr.rcuk.ac.uk:80/organisation/A9CA5E1C-DE53-4198-A3E4-F4764B5CB434> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/TF108NB> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "371404"^^xsd:integer ;
	spatialrelations:northing "320354"^^xsd:integer ;
	geo:lat "52.780019"^^xsd:decimal ;
	geo:long "-2.425380"^^xsd:decimal .
