Rockwell Automation · JSON-LD Context

Rockwell Automation Context

JSON-LD context defining the semantic vocabulary for Rockwell Automation from Rockwell Automation.

7 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ra: https://api-evangelist.github.io/rockwell-automation/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ManufacturingOrganization IndustrialAutomationSystem PLC Tag ERPSystem ManufacturingProject DigitalTwin

Properties

Property Type Container
name string
description string
url reference
version string
manufacturer reference
environment string
revision string
tagName string
tagValue
dataType string
engineeringUnit string
customer reference
orderDate dateTime
product reference
quantity integer

JSON-LD Document

rockwell-automation-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ra": "https://api-evangelist.github.io/rockwell-automation/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ManufacturingOrganization": "schema:Organization",
    "IndustrialAutomationSystem": "ra:IndustrialAutomationSystem",
    "PLC": "ra:PLC",
    "Tag": "ra:Tag",
    "ERPSystem": "ra:ERPSystem",
    "ManufacturingProject": "ra:ManufacturingProject",
    "DigitalTwin": "ra:DigitalTwin",

    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "manufacturer": {
      "@id": "schema:manufacturer",
      "@type": "@id"
    },
    "environment": {
      "@id": "ra:environment",
      "@type": "xsd:string"
    },
    "revision": {
      "@id": "ra:revision",
      "@type": "xsd:string"
    },
    "tagName": {
      "@id": "ra:tagName",
      "@type": "xsd:string"
    },
    "tagValue": {
      "@id": "ra:tagValue"
    },
    "dataType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "engineeringUnit": {
      "@id": "schema:unitCode",
      "@type": "xsd:string"
    },
    "customer": {
      "@id": "schema:customer",
      "@type": "@id"
    },
    "orderDate": {
      "@id": "schema:orderDate",
      "@type": "xsd:dateTime"
    },
    "product": {
      "@id": "schema:product",
      "@type": "@id"
    },
    "quantity": {
      "@id": "schema:quantity",
      "@type": "xsd:integer"
    }
  }
}