Victor Charpenay
Victor Charpenay
see also #8.
Here is an example from robotics. To control the movements of robots, they are often equipped with an Inertial Measurement Unit (IMU), which combines accelerometer and gyroscope to control six...
The Web of Things includes other protocols than HTTP like CoAP or WebSocket. CoAP does not specify a "Link" Option (although one could define in a non-standard way) and WebSocket...
>Alternatively, we may allow `@context` keyword in JSON Schema and have it ignored for validation. How JSON-LD mappings should be defined is still an open question. What you suggest here...
> The Thing Description is an instance document that includes both JSON Schema snippets and semantic annotations. If I am understanding everything correctly, the semantics and schema work independently. You...
We've come to a (temporary) conclusion within our group and will try it in our next PlugFest (2017/07). I summarized it here: w3c/wot-thing-description#5. We will most likely re-open this issue...
`iot:Temperature` and other terms are actually also valid URIs, which is why the JSON-LD playground does not throw any error. It is more a usage pitfall than a formal error...
First of all, this TD mixes up two things: * the JSON-LD context (http://w3c.github.io/wot/w3c-wot-td-context.jsonld) * the OWL ontology (http://w3c.github.io/wot/w3c-wot-td-ontology.owl) A context is a JSON object that simply defines mapping between...
But... Even if we corrected these mistakes, and submitted the following TD to the validation tool, it would be rejected: ```javascript var myTD = { "@context": { "wot":"http://w3c.github.io/wot/w3c-wot-td-ontology.owl", "xsd": "http://www.w3.org/2001/XMLSchema#",...
I ran into the same problem but it seems the current release simply doesn't include actions. PR #886 was merged after the the code base was tagged `v1.3.2` (Nov 10th...