Apache Knox · JSON-LD Context

Apache Knox Admin Api Topology Context

JSON-LD context defining the semantic vocabulary for Apache Knox Admin Api Topology from Apache Knox.

3 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

knox: https://apache-knox.apache.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Topology TopologyList name

Properties

Property Type Container
uri string
timestamp integer
topologies reference
topology string set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "knox": "https://apache-knox.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Topology": "knox:Topology",
    "TopologyList": "knox:TopologyList",
    "name": "schema:name",
    "uri": {
      "@id": "knox:uri",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "knox:timestamp",
      "@type": "xsd:integer"
    },
    "topologies": {
      "@id": "knox:topologies",
      "@type": "@id"
    },
    "topology": {
      "@id": "knox:topology",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}