Agentic AI Foundation · JSON-LD Context

Agentic Ai Foundation Context

JSON-LD context defining the semantic vocabulary for Agentic Ai Foundation from Agentic AI Foundation.

5 Classes 7 Properties 5 Namespaces
View Context View on GitHub

Namespaces

aaif: https://aaif.foundation/schema/
mcp: https://modelcontextprotocol.io/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

MCPTool MCPResource name description version

Properties

Property Type Container
uri reference
mimeType string
size integer
inputSchema reference
annotations reference
readOnly boolean
destructive boolean

JSON-LD Document

agentic-ai-foundation-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "aaif": "https://aaif.foundation/schema/",
    "mcp": "https://modelcontextprotocol.io/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "MCPTool": "mcp:Tool",
    "MCPResource": "mcp:Resource",

    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",

    "uri": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "mimeType": {
      "@id": "schema:encodingFormat",
      "@type": "xsd:string"
    },
    "size": {
      "@id": "schema:contentSize",
      "@type": "xsd:integer"
    },
    "inputSchema": {
      "@id": "mcp:input_schema",
      "@type": "@id"
    },
    "annotations": {
      "@id": "mcp:annotations",
      "@type": "@id"
    },
    "readOnly": {
      "@id": "mcp:read_only",
      "@type": "xsd:boolean"
    },
    "destructive": {
      "@id": "mcp:destructive",
      "@type": "xsd:boolean"
    }
  }
}