
@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/10006842>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "University of Liverpool" ;
	skos:notation "10006842"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10006842#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/L693BX> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10006842#address> ;
	foaf:homepage <http://www.liv.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10006842> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/L693BX> rdfs:label "L69 3BX" .
<http://id.learning-provider.data.ac.uk/ukprn/10006842#address>
	a vcard:Address ;
	vcard:postal-code "L69 3BX" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "PO Box 147" ;
	vcard:locality "LIVERPOOL" .

<http://id.learning-provider.data.ac.uk/ukprn/10006842>
	vcard:sortLabel "Liverpool, University of" ; 
	skos:notation "A0A585E0-6B0D-4643-A3A6-47943B4CBFEF"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0126"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/University_of_Liverpool> ;
	owl:sameAs <http://dbpedia.org/resource/University_of_Liverpool>, <http://gtr.rcuk.ac.uk:80/organisation/A0A585E0-6B0D-4643-A3A6-47943B4CBFEF> .

<http://id.learning-provider.data.ac.uk/group/N8_Research_Partnership>
	a foaf:Organization , lprov:InstitutionalGroup ;
	rdfs:label "N8 Research Parnership" ;
	owl:sameAs <http://dbpedia.org/resource/N8_Research_Partnership> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/N8_Research_Partnership> ;
	foaf:homepage <http://www.n8research.org.uk/> ;
	foaf:member <http://id.learning-provider.data.ac.uk/ukprn/10006842> .

<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/10006842> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/L693BX> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "335243"^^xsd:integer ;
	spatialrelations:northing "390397"^^xsd:integer ;
	geo:lat "53.406416"^^xsd:decimal ;
	geo:long "-2.975554"^^xsd:decimal .
