ptc-thingworx · JSON-LD Context
Ptc Thingworx Context
JSON-LD context defining the semantic vocabulary for Ptc Thingworx from ptc-thingworx.
0 Classes
27 Properties
5 Namespaces
Namespaces
schema:
https://schema.org/
ssn:
http://www.w3.org/ns/ssn/
sosa:
http://www.w3.org/ns/sosa/
tw:
https://docs.ptc.com/vocab/thingworx#
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Thing | reference | |
| name | ||
| description | ||
| thingTemplate | ||
| thingShape | ||
| identifier | ||
| isEnabled | boolean | |
| tags | ||
| projectName | ||
| lastModifiedDate | long | |
| PropertyValue | reference | |
| thingName | ||
| propertyName | ||
| value | ||
| timestamp | long | |
| quality | ||
| EventFired | reference | |
| eventName | ||
| eventData | ||
| Alert | reference | |
| alertName | ||
| alertType | ||
| isAcknowledged | boolean | |
| isCleared | boolean | |
| DataShape | reference | |
| fieldDefinitions | ||
| baseType |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"ssn": "http://www.w3.org/ns/ssn/",
"sosa": "http://www.w3.org/ns/sosa/",
"tw": "https://docs.ptc.com/vocab/thingworx#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Thing": {
"@id": "ssn:System",
"@type": "@id"
},
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"thingTemplate": {
"@id": "tw:thingTemplate"
},
"thingShape": {
"@id": "tw:thingShape"
},
"identifier": {
"@id": "schema:identifier"
},
"isEnabled": {
"@id": "schema:actionStatus",
"@type": "xsd:boolean"
},
"tags": {
"@id": "schema:keywords"
},
"projectName": {
"@id": "schema:isPartOf"
},
"lastModifiedDate": {
"@id": "schema:dateModified",
"@type": "xsd:long"
},
"PropertyValue": {
"@id": "sosa:Observation",
"@type": "@id"
},
"thingName": {
"@id": "sosa:featureOfInterest"
},
"propertyName": {
"@id": "sosa:observedProperty"
},
"value": {
"@id": "sosa:hasSimpleResult"
},
"timestamp": {
"@id": "sosa:resultTime",
"@type": "xsd:long"
},
"quality": {
"@id": "tw:dataQuality"
},
"EventFired": {
"@id": "schema:Event",
"@type": "@id"
},
"eventName": {
"@id": "schema:name"
},
"eventData": {
"@id": "schema:additionalProperty"
},
"Alert": {
"@id": "schema:AlarmAction",
"@type": "@id"
},
"alertName": {
"@id": "schema:name"
},
"alertType": {
"@id": "tw:alertType"
},
"isAcknowledged": {
"@id": "tw:isAcknowledged",
"@type": "xsd:boolean"
},
"isCleared": {
"@id": "tw:isCleared",
"@type": "xsd:boolean"
},
"DataShape": {
"@id": "schema:PropertyValue",
"@type": "@id"
},
"fieldDefinitions": {
"@id": "tw:fieldDefinitions"
},
"baseType": {
"@id": "tw:baseType"
}
}
}