Carnegie Mellon University Context
JSON-LD context defining the semantic vocabulary for Carnegie Mellon University from Carnegie Mellon University.
28 Classes
7 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
oai:
http://www.openarchives.org/OAI/2.0/
cmu:
https://raw.githubusercontent.com/api-evangelist/carnegie-mellon-university/main/json-ld/carnegie-mellon-university-context.jsonld#
Classes
name
description
identifier
Institution
Journal
Issue
Article
Dataset
issn
abstract
VulnerabilityNote
vuid
idnumber
vendorStatement
revision
cvssBaseScore
cvssBaseVector
EpidataObservation
epiweek
signal
dataSource
geoType
geoValue
issue
lag
result
operator
metadataPrefix
Properties
| Property |
Type |
Container |
| url |
reference |
|
| datePublished |
schema:Date |
|
| dateModified |
schema:Date |
|
| publisher |
reference |
|
| isPartOf |
reference |
|
| cveids |
|
set |
| contactDate |
schema:DateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"oai": "http://www.openarchives.org/OAI/2.0/",
"cmu": "https://raw.githubusercontent.com/api-evangelist/carnegie-mellon-university/main/json-ld/carnegie-mellon-university-context.jsonld#",
"name": "schema:name",
"description": "schema:description",
"url": { "@id": "schema:url", "@type": "@id" },
"identifier": "schema:identifier",
"datePublished": { "@id": "schema:datePublished", "@type": "schema:Date" },
"dateModified": { "@id": "schema:dateModified", "@type": "schema:Date" },
"Institution": "schema:CollegeOrUniversity",
"Journal": "schema:Periodical",
"Issue": "schema:PublicationIssue",
"Article": "schema:ScholarlyArticle",
"Dataset": "schema:Dataset",
"issn": "schema:issn",
"publisher": { "@id": "schema:publisher", "@type": "@id" },
"abstract": "schema:abstract",
"isPartOf": { "@id": "schema:isPartOf", "@type": "@id" },
"VulnerabilityNote": "cmu:VulnerabilityNote",
"vuid": "cmu:vuid",
"idnumber": "cmu:idnumber",
"cveids": { "@id": "cmu:cveids", "@container": "@set" },
"vendorStatement": "cmu:vendorStatement",
"contactDate": { "@id": "cmu:contactDate", "@type": "schema:DateTime" },
"revision": "cmu:revision",
"cvssBaseScore": "cmu:cvssBaseScore",
"cvssBaseVector": "cmu:cvssBaseVector",
"EpidataObservation": "cmu:EpidataObservation",
"epiweek": "cmu:epiweek",
"signal": "cmu:signal",
"dataSource": "cmu:dataSource",
"geoType": "cmu:geoType",
"geoValue": "cmu:geoValue",
"issue": "cmu:issue",
"lag": "cmu:lag",
"result": "cmu:result",
"operator": "cmu:operator",
"metadataPrefix": "oai:metadataPrefix"
},
"x-provenance": {
"generated": "2026-08-19",
"method": "derived",
"source": "vocabulary/carnegie-mellon-university-vocabulary.yml and the three derived OpenAPIs in openapi/",
"x-operator": "institution",
"authorship": "Written by API Evangelist. Carnegie Mellon University publishes no JSON-LD context for any of these surfaces.",
"notes": "Replaces the 2026-06 context, which mapped figshare's article/collection/author object model and was credited to CMU. Terms that have a standard equivalent are mapped to schema.org, Dublin Core Terms or the OAI-PMH namespace; only the genuinely CMU-specific nouns (Vulnerability Note fields, Delphi epidata fields) take the local cmu: prefix."
}
}