Carnegie Mellon University · JSON-LD Context

Carnegie Mellon University Context

JSON-LD context defining the semantic vocabulary for Carnegie Mellon University from Carnegie Mellon University.

25 Classes 9 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
cmu: https://www.cmu.edu/ns/vocab#

Classes

Organization name url description Article id title handle citation version size tags keywords references timeline categories Category authors Author full_name first_name last_name files PublicFile mimetype

Properties

Property Type Container
doi reference
url_public_html reference
url_public_api reference
created_date schema:DateTime
license reference
firstOnline schema:Date
publisherPublication schema:Date
orcid_id reference
download_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "cmu": "https://www.cmu.edu/ns/vocab#",
    "@vocab": "https://www.cmu.edu/ns/vocab#",
    "Organization": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "Article": "schema:Dataset",
    "id": "schema:identifier",
    "title": "schema:name",
    "doi": { "@id": "schema:identifier", "@type": "@id" },
    "handle": "schema:identifier",
    "url_public_html": { "@id": "schema:url", "@type": "@id" },
    "url_public_api": { "@id": "schema:url", "@type": "@id" },
    "created_date": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
    "citation": "schema:citation",
    "version": "schema:version",
    "size": "schema:contentSize",
    "tags": "schema:keywords",
    "keywords": "schema:keywords",
    "references": "schema:citation",

    "license": { "@id": "schema:license", "@type": "@id" },
    "timeline": "schema:temporalCoverage",
    "firstOnline": { "@id": "schema:datePublished", "@type": "schema:Date" },
    "publisherPublication": { "@id": "schema:datePublished", "@type": "schema:Date" },

    "categories": "schema:about",
    "Category": "schema:DefinedTerm",

    "authors": "schema:author",
    "Author": "schema:Person",
    "full_name": "schema:name",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "orcid_id": { "@id": "schema:identifier", "@type": "@id" },

    "files": "schema:distribution",
    "PublicFile": "schema:DataDownload",
    "download_url": { "@id": "schema:contentUrl", "@type": "@id" },
    "mimetype": "schema:encodingFormat"
  },
  "@type": "Organization",
  "name": "Carnegie Mellon University",
  "url": "https://www.cmu.edu/",
  "description": "Private research university in Pittsburgh, Pennsylvania, USA. Its KiltHub institutional repository (hosted on figshare) exposes research outputs via the figshare v2 REST API."
}