Last active
June 9, 2017 11:25
-
-
Save KMax/3a7473cad53f6c9fdfa3507494c8917f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": [ | |
| "https://w3id.org/semiot/device/commoncontext#", | |
| { | |
| "doc": "http://goo.gl/perccom-2017-temperature#" | |
| } | |
| ], | |
| "@id": "doc:ApiDocumentation", | |
| "@type": "ApiDocumentation", | |
| "supportedClass": [ | |
| { | |
| "@id": "doc:TemperatureDevice", | |
| "subClassOf": "Device", | |
| "supportedProperty": { | |
| "property": "label", | |
| "writable": "false", | |
| "label": "Label" | |
| } | |
| }, | |
| { | |
| "@id": "doc:TemperatureValue", | |
| "subClassOf": "quantityKind:ThermodynamicTemperature", | |
| "subClassOf": "QuantitativeValue", | |
| "label": "Temperature (C)" | |
| }, | |
| { | |
| "@id": "doc:temperature", | |
| "@type": "Link", | |
| "range": "doc:TemperatureValue" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment