osisoft-pi · JSON-LD Context

Osisoft Pi Context

JSON-LD context defining the semantic vocabulary for Osisoft Pi from osisoft-pi.

0 Classes 23 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
pi: https://docs.aveva.com/bundle/pi-web-api-reference/vocab#
xsd: http://www.w3.org/2001/XMLSchema#
ssn: http://www.w3.org/ns/ssn/
sosa: http://www.w3.org/ns/sosa/
qudt: http://qudt.org/schema/qudt/

Properties

Property Type Container
PIPoint reference
WebId
Id integer
Name
Path
PointType
EngineeringUnits
Description
TimedValue reference
Timestamp dateTime
Value
Good boolean
Questionable boolean
Substituted boolean
UnitsAbbreviation
Element reference
Attribute reference
HasChildren boolean
TemplateName
EventFrame reference
StartTime dateTime
EndTime dateTime
Severity

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "pi": "https://docs.aveva.com/bundle/pi-web-api-reference/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ssn": "http://www.w3.org/ns/ssn/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "qudt": "http://qudt.org/schema/qudt/",

    "PIPoint": {
      "@id": "sosa:ObservableProperty",
      "@type": "@id"
    },
    "WebId": {
      "@id": "schema:identifier"
    },
    "Id": {
      "@id": "schema:identifier",
      "@type": "xsd:integer"
    },
    "Name": {
      "@id": "schema:name"
    },
    "Path": {
      "@id": "pi:path"
    },
    "PointType": {
      "@id": "pi:pointType"
    },
    "EngineeringUnits": {
      "@id": "qudt:unit"
    },
    "Description": {
      "@id": "schema:description"
    },

    "TimedValue": {
      "@id": "sosa:Observation",
      "@type": "@id"
    },
    "Timestamp": {
      "@id": "sosa:resultTime",
      "@type": "xsd:dateTime"
    },
    "Value": {
      "@id": "sosa:hasSimpleResult"
    },
    "Good": {
      "@id": "pi:goodQuality",
      "@type": "xsd:boolean"
    },
    "Questionable": {
      "@id": "pi:questionable",
      "@type": "xsd:boolean"
    },
    "Substituted": {
      "@id": "pi:substituted",
      "@type": "xsd:boolean"
    },
    "UnitsAbbreviation": {
      "@id": "qudt:unit"
    },

    "Element": {
      "@id": "ssn:System",
      "@type": "@id"
    },
    "Attribute": {
      "@id": "ssn:Property",
      "@type": "@id"
    },
    "HasChildren": {
      "@id": "pi:hasChildren",
      "@type": "xsd:boolean"
    },
    "TemplateName": {
      "@id": "pi:templateName"
    },

    "EventFrame": {
      "@id": "schema:Event",
      "@type": "@id"
    },
    "StartTime": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "EndTime": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "Severity": {
      "@id": "pi:severity"
    }
  }
}