Skip to content

Instantly share code, notes, and snippets.

@KMax
Last active June 9, 2017 11:25
Show Gist options
  • Select an option

  • Save KMax/3a7473cad53f6c9fdfa3507494c8917f to your computer and use it in GitHub Desktop.

Select an option

Save KMax/3a7473cad53f6c9fdfa3507494c8917f to your computer and use it in GitHub Desktop.
{
"@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