chucknorris.io · JSON-LD Context

Chucknorris Io Context

JSON-LD context defining the semantic vocabulary for Chucknorris Io from chucknorris.io.

5 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

chuck: https://api-evangelist.github.io/chucknorris-io/vocab#
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

id type Joke CategoryList SearchResult

Properties

Property Type Container
value string
categories set
icon_url reference
url reference
created_at dateTime
updated_at dateTime
total integer
result set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "chuck": "https://api-evangelist.github.io/chucknorris-io/vocab#",
    "id": "@id",
    "type": "@type",

    "Joke": "chuck:Joke",
    "CategoryList": "chuck:CategoryList",
    "SearchResult": "chuck:SearchResult",

    "value": {
      "@id": "schema:text",
      "@type": "xsd:string"
    },
    "categories": {
      "@id": "chuck:category",
      "@container": "@set"
    },
    "icon_url": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "total": {
      "@id": "chuck:total",
      "@type": "xsd:integer"
    },
    "result": {
      "@id": "chuck:result",
      "@container": "@set"
    },

    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}