Cleanshelf · JSON-LD Context

Cleanshelf Context

JSON-LD context defining the semantic vocabulary for Cleanshelf from Cleanshelf.

13 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
zylo: https://zylo.com/vocab/

Classes

Application License Subscription Vendor Contract User Department name description renewalDate annualSpend createdAt updatedAt

JSON-LD Document

cleanshelf-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://apievangelist.com/vocab/cleanshelf/",
    "schema": "https://schema.org/",
    "zylo": "https://zylo.com/vocab/",
    "Application": "schema:SoftwareApplication",
    "License": "zylo:SoftwareLicense",
    "Subscription": "zylo:SaaSSubscription",
    "Vendor": "schema:Organization",
    "Contract": "zylo:Contract",
    "User": "schema:Person",
    "Department": "schema:OrganizationRole",
    "name": "schema:name",
    "description": "schema:description",
    "renewalDate": "zylo:renewalDate",
    "annualSpend": "zylo:annualSpend",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}