Wolfram|Alpha · JSON-LD Context

Wolfram Alpha Llm Api Llm Api Context

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

1 Classes 5 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

LlmApiResponse

Properties

Property Type Container
query string
inputInterpretation string
result string
images set
link reference

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#",
    "LlmApiResponse": "wa:LlmApiResponse",
    "query": {
      "@id": "wa:query",
      "@type": "xsd:string"
    },
    "inputInterpretation": {
      "@id": "wa:inputInterpretation",
      "@type": "xsd:string"
    },
    "result": {
      "@id": "wa:result",
      "@type": "xsd:string"
    },
    "images": {
      "@id": "wa:images",
      "@container": "@set"
    },
    "link": {
      "@id": "wa:link",
      "@type": "@id"
    }
  }
}