Power Query · JSON-LD Context

Power Query Context

JSON-LD context defining the semantic vocabulary for Power Query from Power Query.

35 Classes 12 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
pq: https://learn.microsoft.com/en-us/power-query/vocab#
pbi: https://learn.microsoft.com/en-us/power-bi/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PowerQuery name description url industry Organization SoftwareApplication APIReference humanURL baseURL MLanguage Dataflow Connector MashupEngine DataTransformation QueryFolding IncrementalRefresh CustomConnector ConnectorSDK DataSource Query Step Table Column Record List Binary Function Expression Environment refreshSchedule configuredBy Pipeline jobType status

Properties

Property Type Container
powerQuery schema:SoftwareApplication
provider schema:Organization
Microsoft
Dataflows set
dataflowId string
workspaceId string
dataSources set
pipelineId string
activities set
startTimeUtc dateTime
endTimeUtc dateTime
tags set

JSON-LD Document

power-query-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "pq": "https://learn.microsoft.com/en-us/power-query/vocab#",
    "pbi": "https://learn.microsoft.com/en-us/power-bi/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "PowerQuery": "pq:PowerQuery",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "industry": "schema:industry",
    "Organization": "schema:Organization",
    "SoftwareApplication": "schema:SoftwareApplication",
    "APIReference": "schema:TechArticle",

    "powerQuery": {
      "@id": "pq:PowerQuery",
      "@type": "schema:SoftwareApplication"
    },
    "provider": {
      "@id": "schema:provider",
      "@type": "schema:Organization"
    },
    "Microsoft": {
      "@id": "schema:Organization",
      "schema:name": "Microsoft",
      "schema:url": "https://www.microsoft.com"
    },
    "humanURL": "schema:url",
    "baseURL": "schema:url",

    "MLanguage": "pq:MLanguage",
    "Dataflow": "pq:Dataflow",
    "Connector": "pq:Connector",
    "MashupEngine": "pq:MashupEngine",
    "DataTransformation": "pq:DataTransformation",
    "QueryFolding": "pq:QueryFolding",
    "IncrementalRefresh": "pq:IncrementalRefresh",
    "CustomConnector": "pq:CustomConnector",
    "ConnectorSDK": "pq:ConnectorSDK",
    "DataSource": "pq:DataSource",
    "Query": "pq:Query",
    "Step": "pq:Step",
    "Table": "pq:Table",
    "Column": "pq:Column",
    "Record": "pq:Record",
    "List": "pq:List",
    "Binary": "pq:Binary",
    "Function": "pq:Function",
    "Expression": "pq:Expression",
    "Environment": "pq:Environment",

    "Dataflows": {
      "@id": "pq:Dataflow",
      "@container": "@set"
    },
    "dataflowId": {
      "@id": "pbi:dataflowId",
      "@type": "xsd:string"
    },
    "workspaceId": {
      "@id": "pbi:workspaceId",
      "@type": "xsd:string"
    },
    "refreshSchedule": "pbi:refreshSchedule",
    "configuredBy": "pbi:configuredBy",
    "dataSources": {
      "@id": "pq:DataSource",
      "@container": "@set"
    },

    "Pipeline": "pbi:Pipeline",
    "pipelineId": {
      "@id": "pbi:pipelineId",
      "@type": "xsd:string"
    },
    "activities": {
      "@id": "pbi:activity",
      "@container": "@set"
    },
    "jobType": "pbi:jobType",
    "status": "pbi:status",
    "startTimeUtc": {
      "@id": "pbi:startTimeUtc",
      "@type": "xsd:dateTime"
    },
    "endTimeUtc": {
      "@id": "pbi:endTimeUtc",
      "@type": "xsd:dateTime"
    },

    "tags": {
      "@id": "schema:keywords",
      "@container": "@set"
    }
  }
}