kanye.rest · JSON-LD Context

Kanye Rest Context

JSON-LD context defining the semantic vocabulary for Kanye Rest from kanye.rest.

5 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

kanye: https://kanye.rest/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Quote QuoteList name description url

Properties

Property Type Container
quote string
author reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "kanye": "https://kanye.rest/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Quote": "kanye:Quote",
    "QuoteList": "kanye:QuoteList",

    "quote": {
      "@id": "schema:text",
      "@type": "xsd:string"
    },
    "author": {
      "@id": "schema:author",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url"
  }
}