
@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/10005500>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "The Robert Gordon University" ;
	skos:notation "10005500"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10005500#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/AB107FY> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10005500#address> ;
	foaf:homepage <http://www.rgu.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10005500> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/AB107FY> rdfs:label "AB10 7FY" .
<http://id.learning-provider.data.ac.uk/ukprn/10005500#address>
	a vcard:Address ;
	vcard:postal-code "AB10 7FY" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "CENTRAL SERVICES BUILDING, GARTHDEE ROAD" ;
	vcard:locality "ABERDEEN" .

<http://id.learning-provider.data.ac.uk/ukprn/10005500>
	vcard:sortLabel "Robert Gordon University, The" ; 
	skos:notation "2F26B195-F498-4990-934B-D53B09569D15"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0104"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/Robert_Gordon_University> ;
	owl:sameAs <http://dbpedia.org/resource/Robert_Gordon_University>, <http://gtr.rcuk.ac.uk:80/organisation/2F26B195-F498-4990-934B-D53B09569D15> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/AB107FY> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting "391399"^^xsd:integer ;
	spatialrelations:northing "803026"^^xsd:integer ;
	geo:lat "57.118078"^^xsd:decimal ;
	geo:long "-2.143673"^^xsd:decimal .
