SAP BI Tools · JSON-LD Context

Sap Bi Tools Context

JSON-LD context defining the semantic vocabulary for Sap Bi Tools from SAP BI Tools.

26 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sap: https://www.sap.com/ontology/
bi: https://api-evangelist.github.io/sap-bi-tools/vocab#

Classes

id name description createdTime modifiedTime createdBy modifiedBy resourceType visibility version owner active userName displayName roles groups models startDate endDate status assignee FactData MasterData Provider Namespace InfoStoreEntry

Properties

Property Type Container
Story reference
AnalyticsModel reference
ContentItem reference
CalendarEvent schema:Event

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sap": "https://www.sap.com/ontology/",
    "bi": "https://api-evangelist.github.io/sap-bi-tools/vocab#",

    "Story": {
      "@id": "bi:Story",
      "@type": "@id",
      "comment": "An analytic story in SAP Analytics Cloud containing charts and visualizations"
    },
    "AnalyticsModel": {
      "@id": "bi:AnalyticsModel",
      "@type": "@id",
      "comment": "A data model in SAP Analytics Cloud used as the basis for stories and reports"
    },
    "ContentItem": {
      "@id": "bi:ContentItem",
      "@type": "@id",
      "comment": "A publishable and shareable artifact in the SAP Analytics Cloud Content Network"
    },
    "CalendarEvent": {
      "@id": "bi:CalendarEvent",
      "@type": "schema:Event",
      "comment": "A planning calendar event or task used for collaborative planning workflows"
    },

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "createdTime": "schema:dateCreated",
    "modifiedTime": "schema:dateModified",
    "createdBy": "schema:creator",
    "modifiedBy": "schema:editor",
    "resourceType": "bi:resourceType",
    "visibility": "bi:visibility",
    "version": "schema:version",
    "owner": "schema:maintainer",
    "active": "bi:active",
    "userName": "bi:userName",
    "displayName": "schema:alternateName",
    "roles": "bi:roles",
    "groups": "bi:groups",
    "models": "bi:models",
    "startDate": "schema:startDate",
    "endDate": "schema:endDate",
    "status": "bi:status",
    "assignee": "schema:participant",

    "FactData": "bi:FactData",
    "MasterData": "bi:MasterData",
    "Provider": "bi:Provider",
    "Namespace": "bi:Namespace",
    "InfoStoreEntry": "bi:InfoStoreEntry"
  }
}