
@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/10008026>
	a foaf:Organization , aiiso:Institution , lprov:UKUniversity ;
	rdfs:label "St Mary's University College" ;
	skos:notation "10008026"^^<http://id.learning-provider.data.ac.uk/ns/UKPRNSchemeDatatype> ;
	oo:primaryContact <http://id.learning-provider.data.ac.uk/ukprn/10008026#contact> ;
	ospost:postcode <http://data.ordnancesurvey.co.uk/id/postcodeunit/BT126FE> ;
	vcard:adr <http://id.learning-provider.data.ac.uk/ukprn/10008026#address> ;
	foaf:homepage <http://www.stmarys-belfast.ac.uk/> ;
	rdfs:seeAlso <http://www.sameas.org/rdf?uri=http%3A%2F%2Fid%2Elearning-provider%2Edata%2Eac%2Euk%2Fukprn%2F10008026> .
<http://data.ordnancesurvey.co.uk/id/postcodeunit/BT126FE> rdfs:label "BT12 6FE" .
<http://id.learning-provider.data.ac.uk/ukprn/10008026#address>
	a vcard:Address ;
	vcard:postal-code "BT12 6FE" ;
	vcard:country-name "United Kingdom" ;
	vcard:street-address "191, FALLS ROAD" ;
	vcard:locality "BELFAST" .

<http://id.learning-provider.data.ac.uk/ukprn/10008026>
	vcard:sortLabel "St Mary's University College" ; 
	skos:notation "F8A38BAB-5A5C-44BA-BC24-8114AD09C832"^^<http://id.learning-provider.data.ac.uk/ns/GTRIdSchemeDatatype> ;
	skos:notation "0194"^^<http://id.learning-provider.data.ac.uk/ns/HESAIdSchemeDatatype> ;
	foaf:isPrimaryTopicOf <http://en.wikipedia.org/wiki/St._Mary%27s_University_College_%28Belfast%29> ;
	owl:sameAs <http://dbpedia.org/resource/St._Mary%27s_University_College_%28Belfast%29>, <http://gtr.rcuk.ac.uk:80/organisation/F8A38BAB-5A5C-44BA-BC24-8114AD09C832> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/BT126FE> 
	a ospost:PostcodeUnit ;
	spatialrelations:easting ""^^xsd:integer ;
	spatialrelations:northing ""^^xsd:integer ;
	geo:lat "54.592"^^xsd:decimal ;
	geo:long "-5.9613"^^xsd:decimal .
