UBIX Labs · JSON-LD Context

Ubix Context

JSON-LD context defining the semantic vocabulary for Ubix from UBIX Labs.

6 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ubix: https://ubixlabs.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

InsightsAPI DataSpace ModelSpace AIModel DataPipeline Connector

Properties

Property Type Container
name string
description string
modelType string
status string
industry string
createdAt dateTime
updatedAt dateTime
accuracy double
version string
connectorType string
sourceSystem string

JSON-LD Document

ubix-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ubix": "https://ubixlabs.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "InsightsAPI": "ubix:InsightsAPI",
    "DataSpace": "ubix:DataSpace",
    "ModelSpace": "ubix:ModelSpace",
    "AIModel": "schema:SoftwareApplication",
    "DataPipeline": "ubix:DataPipeline",
    "Connector": "ubix:Connector",

    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "description": { "@id": "schema:description", "@type": "xsd:string" },
    "modelType": { "@id": "ubix:modelType", "@type": "xsd:string" },
    "status": { "@id": "schema:status", "@type": "xsd:string" },
    "industry": { "@id": "schema:industry", "@type": "xsd:string" },
    "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
    "accuracy": { "@id": "ubix:accuracy", "@type": "xsd:double" },
    "version": { "@id": "schema:version", "@type": "xsd:string" },
    "connectorType": { "@id": "ubix:connectorType", "@type": "xsd:string" },
    "sourceSystem": { "@id": "ubix:sourceSystem", "@type": "xsd:string" }
  }
}