Tableaux De Bord · JSON-LD Context

Tableaux De Bord Context

JSON-LD context defining the semantic vocabulary for Tableaux De Bord from Tableaux De Bord.

22 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

grafana: https://grafana.com/vocabulary/

Classes

Dashboard Panel Datasource Folder Annotation AlertRule Team title description tags uid created updated panels refresh folderId datasource query time annotations labels orgId

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "grafana": "https://grafana.com/vocabulary/",
    "Dashboard": "schema:Dataset",
    "Panel": "grafana:Panel",
    "Datasource": "grafana:Datasource",
    "Folder": "schema:Collection",
    "Annotation": "schema:Comment",
    "AlertRule": "grafana:AlertRule",
    "Team": "schema:Organization",
    "title": "schema:name",
    "description": "schema:description",
    "tags": "schema:keywords",
    "uid": "schema:identifier",
    "created": "schema:dateCreated",
    "updated": "schema:dateModified",
    "panels": "schema:hasPart",
    "refresh": "grafana:refresh",
    "folderId": "schema:isPartOf",
    "datasource": "schema:provider",
    "query": "grafana:query",
    "time": "schema:temporalCoverage",
    "annotations": "schema:comment",
    "labels": "schema:keywords",
    "orgId": "schema:memberOf"
  }
}