# defining prefixes makes our document easier to read an maintain #**************************************************************** @prefix owl: . @prefix foaf: . @prefix oo: . @prefix dcterms: . @prefix geo: . @prefix skos: . @prefix org: . @prefix xtypes: . @prefix lyou: . @prefix vcard: . # Describe this document and state a license <> a oo:OrganizationProfileDocument ; dcterms:license ; foaf:primaryTopic . # Some information about the organisation, most of this is optional but the # prefLabel, logo and sameAs to the learning-provider URI is strongly encouraged. a org:FormalOrganization ; skos:prefLabel "The Open University" ; skos:hiddenLabel "Open University" ; skos:hiddenLabel "OpenUni" ; skos:hiddenLabel "OU" ; skos:hiddenLabel "The OU" ; skos:hiddenLabel "open.ac.uk" ; vcard:sortLabel "Open University (The)" ; vcard:tel ; foaf:phone ; foaf:mbox ; foaf:logo ; foaf:homepage ; foaf:isPrimaryTopicOf ; owl:sameAs , , . # Location a vcard:Address ; vcard:postal-code "MK7 6AA" ; vcard:country-name "United Kingdom" ; vcard:street-address "" ; vcard:locality "WALTON HALL, MILTON KEYNES" . foaf:based_near . # Key pages foaf:homepage ; lyou:about ; lyou:business ; lyou:jobs ; lyou:press ; lyou:news ; lyou:contact ; lyou:search ; lyou:events ; lyou:conferences ; lyou:research ; lyou:courses ; lyou:undergraduate-prospectus ; lyou:undergraduate-courses ; lyou:postgraduate-taught-prospectus ; lyou:postgraduate ; lyou:international-students . # Social media foaf:account . a foaf:OnlineAccount ; foaf:accountName "@OpenUniversity" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "TheOpenUniversity" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "+TheOpenUniversity" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "TheOpenUniversity" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "OpenUniversity" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "OUlearn" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "OU" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "The-Open-University" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "TheOpenUniversity" ; foaf:accountServiceHomepage . # Newsfeeds # a # oo:organization ; # dcterms:subject ; # dcterms:license . ; ; dcterms:license ; a . # ————————————————————————————————————————————————————————————————————————— # NOTE - I THINK WE NEED A STEM SUB-ORG UNIT TO BE INSERTED AT THIS POINT. # SINCE THE KITCAT MENTIONED BELOW BELONGS TO STEM, NOT THE OU. # SEE https://www.w3.org/TR/vocab-org/#class-organizationalunit —JEF. # ————————————————————————————————————————————————————————————————————————— # Describe the source of equipment data, what standard it conforms to, and the license. # delete the dcterms:subject as applicable, but you need to have one of # facilities/equipment to trigger the automatic aggregation of the data. # # # oo:organization ; # oo:corrections ; # dcterms:subject ; # dcterms:subject ; # dcterms:conformsTo ; # dcterms:license . oo:organization ; oo:contact ; oo:corrections ; dcterms:subject ; dcterms:subject ; dcterms:conformsTo ; dcterms:license . # Research Outputs Datasets # Research output datasets use # to descibe that they are a reasearch outputs dataset. and the most common # format (dcterms:conformsTo) is a OAI-PMH endpoint with the uri # For example: dcterms:conformsTo ; dcterms:license ; dcterms:subject ; oo:contact ; oo:corrections ; oo:organization .