@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix spatialrelations: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

"profile.ttl" rdf:type oo:OrganizationProfileDocument ;
              foaf:primaryTopic <http://www.manchester.ac.uk/#org> .

<http://www.manchester.ac.uk/#org> rdf:type org:FormalOrganization ;
                                   skos:prefLabel "The University of Manchester" ;
                                   rdfs:label "The University of Manchester" ;
                                   foaf:logo <http://assets.manchester.ac.uk/corporate/images/design/logo-university-of-manchester.png> ;
                                   foaf:homepage <http://www.manchester.ac.uk/> ;
                                   foaf:phone <tel:+44-0161-306-6000> ;
                                   owl:sameAs <http://id.learning-provider.data.ac.uk/ukprn/10007798> ;
                                   vcard:adr <http://www.manchester.ac.uk/#address> ;
                                   foaf:based_near <http://data.ordnancesurvey.co.uk/id/postcodeunit/M139PL> .

<http://www.manchester.ac.uk/#address> rdf:type vcard:Address ;
                                       vcard:postal-code "M13 9PL" ;
                                       vcard:country-name "United Kingdom" ;
                                       vcard:street-address "Oxford Road" ;
                                       vcard:locality "Manchester" .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/M139PL> rdfs:label "M13 9PL" ;
                                                          spatialrelations:easting "384615"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                          spatialrelations:northing "396824"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                          geo:lat "53.467943"^^<http://www.w3.org/2001/XMLSchema#decimal> ;
                                                          geo:long "-2.233222"^^<http://www.w3.org/2001/XMLSchema#decimal> .

<https://app.manchester.ac.uk/data/equipment/> rdf:type dcat:Download ;
                                            oo:organization <http://www.manchester.ac.uk/#org> ;
                                            dcterms:subject <http://purl.org/openorg/theme/equipment> ;
                                            dcterms:conformsTo <http://equipment.n8research.org.uk/research-equipment.html> ;
                                            dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
                                            oo:contact <mailto:melanie.j.lythgo@manchester.ac.uk> ;
                                            oo:corrections <mailto:cheryl.jackson@manchester.ac.uk> .