Taxi Context

JSON-LD context defining the semantic vocabulary for Taxi from Taxi - Describe How Your APIs and Data Relate.

24 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
owl: http://www.w3.org/2002/07/owl#
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#

Classes

TaxiSchema TaxiType TaxiModel TaxiService TaxiOperation namespace inherits qualifiedName baseUri returnType parameter contract annotation TaxiQL query facts executionPlan SoftwareSourceCode programmingLanguage codeRepository license APIReference name description

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://taxilang.org/vocab/",
    "schema": "https://schema.org/",
    "owl": "http://www.w3.org/2002/07/owl#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "TaxiSchema": "taxi:Schema",
    "TaxiType": "taxi:Type",
    "TaxiModel": "taxi:Model",
    "TaxiService": "taxi:Service",
    "TaxiOperation": "taxi:Operation",
    "namespace": "taxi:namespace",
    "inherits": "taxi:inherits",
    "qualifiedName": "taxi:qualifiedName",
    "baseUri": "taxi:baseUri",
    "returnType": "taxi:returnType",
    "parameter": "taxi:parameter",
    "contract": "taxi:contract",
    "annotation": "taxi:annotation",
    "TaxiQL": "taxi:QueryLanguage",
    "query": "taxi:query",
    "facts": "taxi:facts",
    "executionPlan": "taxi:executionPlan",
    "SoftwareSourceCode": "schema:SoftwareSourceCode",
    "programmingLanguage": "schema:programmingLanguage",
    "codeRepository": "schema:codeRepository",
    "license": "schema:license",
    "APIReference": "schema:APIReference",
    "name": "schema:name",
    "description": "schema:description"
  }
}