Wolfram|Alpha · JSON-LD Context

Wolfram Alpha Full Results Api Context

JSON-LD context defining the semantic vocabulary for Wolfram Alpha Full Results Api from Wolfram|Alpha.

2 Classes 12 Properties 4 Namespaces
View Context View on GitHub

Namespaces

wa: https://wolfram-alpha.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Pod Subpod

Properties

Property Type Container
title string
scanner string
id string
position integer
primary boolean
subpods set
plaintext string
img reference
src reference
alt string
width integer
height integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "wa": "https://wolfram-alpha.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Pod": "wa:Pod",
    "title": {
      "@id": "wa:title",
      "@type": "xsd:string"
    },
    "scanner": {
      "@id": "wa:scanner",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "wa:id",
      "@type": "xsd:string"
    },
    "position": {
      "@id": "wa:position",
      "@type": "xsd:integer"
    },
    "primary": {
      "@id": "wa:primary",
      "@type": "xsd:boolean"
    },
    "subpods": {
      "@id": "wa:subpods",
      "@container": "@set"
    },
    "Subpod": "wa:Subpod",
    "plaintext": {
      "@id": "wa:plaintext",
      "@type": "xsd:string"
    },
    "img": {
      "@id": "wa:img",
      "@type": "@id"
    },
    "src": {
      "@id": "wa:src",
      "@type": "@id"
    },
    "alt": {
      "@id": "wa:alt",
      "@type": "xsd:string"
    },
    "width": {
      "@id": "wa:width",
      "@type": "xsd:integer"
    },
    "height": {
      "@id": "wa:height",
      "@type": "xsd:integer"
    }
  }
}