@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 ospost: <http://data.ordnancesurvey.co.uk/ontology/postcode/> .
@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.cranfield.ac.uk/#org> .

<http://www.cranfield.ac.uk/#org> rdf:type org:FormalOrganization ;
                                  skos:prefLabel "Cranfield University" ;
                                  rdfs:label "Cranfield University" ;
                                  foaf:logo <http://www.cranfield.ac.uk/style/images/logo.png> ;  # Url of offical logo
                                  foaf:homepage <http://www.cranfield.ac.uk/> ;
                                  foaf:mbox <mailto:equiries@cranfield.ac.uk> ; # Gereneric Email account (delete line if you havn't got one)
                                  foaf:phone <tel:+441234750111> ; # Switchboard phone number
                                  owl:sameAs <http://id.learning-provider.data.ac.uk/ukprn/10007822> ,
                                             <http://dbpedia.org/resource/Cranfield_University> ,
                                             <http://gtr.rcuk.ac.uk/organisation/F45A4578-F962-4EFA-9CC1-9F2FF4F760AE> ;
                                  vcard:adr <http://www.cranfield.ac.uk/#address> ;
                                  foaf:based_near <http://data.ordnancesurvey.co.uk/id/postcodeunit/MK430AL> .

<http://www.cranfield.ac.uk/#address> rdf:type vcard:Address ;
                                      vcard:postal-code "MK43 0AL" ;
                                      vcard:country-name "United Kingdom" ;
                                      vcard:street-address "COLLEGE ROAD" ;
                                      vcard:locality "CRANFIELD, BEDFORD" .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/MK430AL> rdfs:label "MK43 0AL" ;
                                                           rdf:type ospost:PostcodeUnit ;
                                                           spatialrelations:easting "494079"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                           spatialrelations:northing "242615"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                           geo:lat "52.073929"^^<http://www.w3.org/2001/XMLSchema#decimal> ;
                                                           geo:long "-0.628735"^^<http://www.w3.org/2001/XMLSchema#decimal> .
#Equipment dataset.
<https://assets.cranfield.ac.uk/b15d2d25fcb543479d7e0f0b802c8a6c-jisc.csv> rdf:type dcat:Download ; 
                                           oo:organization <http://www.cranfield.ac.uk/#org> ;
                                           dcterms:subject <http://purl.org/openorg/theme/equipment> ;
                                           dcterms:conformsTo <http://equipment.data.ac.uk/uniquip> ;
                                           dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ; # Licence for the Dataset Please pick on of the three listed on http://opd.data.ac.uk/docs/datasets
                                           oo:contact <mailto:equipment@cranfield.ac.uk> ; # contact for the dataset (will be used as default contact for records without a contact)
                                           oo:corrections <mailto:equipment@cranfield.ac.uk> .  # a contact for any corrections