|
4 | 4 | <!-- <link rel="stylesheet" href="testing/atrisk.css"> --> |
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta name="color-scheme" content="light dark" /> |
7 | | - <title>Web of Things (WoT) Thing Description - Next</title> |
| 7 | + <title>Web of Things (WoT) Thing Description 2.0</title> |
8 | 8 | <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> |
9 | 9 | <script class="remove"> |
10 | 10 | var respecConfig = { |
|
14 | 14 | // previousPublishDate: "2023-12-05", |
15 | 15 | prevRecURI: "https://www.w3.org/TR/2023/REC-wot-thing-description11-20231205/", |
16 | 16 | // implementationReportURI: "https://w3c.github.io/wot-thing-description/testing/report11.html", |
17 | | - shortName: "wot-thing-description-next", // temporary for now |
| 17 | + shortName: "wot-thing-description-2.0", |
18 | 18 | copyrightStart: 2017, |
19 | 19 | noLegacyStyle: true, |
20 | 20 | inlineCSS: true, |
|
387 | 387 | <section id="abstract"> |
388 | 388 | <p> |
389 | 389 | This document describes a formal information model and a common representation for a Web of Things (WoT) Thing |
390 | | - Description Next Version. A Thing Description describes the metadata and interfaces of <a>Things</a>, where a |
391 | | - <a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates in |
392 | | - the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it |
| 390 | + Description (TD), Version 2.0. A Thing Description describes the metadata and interfaces of <a>Things</a>, where |
| 391 | + a <a>Thing</a> is an abstraction of a physical or virtual entity that provides interactions to and participates |
| 392 | + in the Web of Things. Thing Descriptions provide a set of interactions based on a small vocabulary that makes it |
393 | 393 | possible both to integrate diverse devices and to allow diverse applications to interoperate. Thing |
394 | 394 | Descriptions, by default, are encoded in a JSON format that also allows JSON-LD processing. The latter provides |
395 | 395 | a powerful foundation to represent knowledge about <a>Things</a> in a machine-understandable way. A Thing |
@@ -6965,7 +6965,7 @@ <h3>Adding Bindings</h3> |
6965 | 6965 |
|
6966 | 6966 | <p> |
6967 | 6967 | With the <a>TD Context Extensions</a> in a Thing Description, the communication metadata can be supplemented |
6968 | | - or new <a>Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects |
| 6968 | + or new <a>Protocol Bindings</a> added through additional <a>Vocabulary Terms</a> serialized into JSON objects |
6969 | 6969 | representing a <code>Form</code> instance. Please see <a href="#binding-templates"></a> for further |
6970 | 6970 | information. |
6971 | 6971 | </p> |
@@ -11682,7 +11682,7 @@ <h2 id="changes-from-august-2022">Changes from Fourth Public Working Draft 3 Aug |
11682 | 11682 | assertion (td-security-no-secrets) in Section <a href="#securityscheme"></a> |
11683 | 11683 | </li> |
11684 | 11684 | <li>Section <a href="#form-additionalResponses"></a> has been newly added.</li> |
11685 | | - <li>Remove TD Context Extensions CoAP example in Section <a href="#adding-protocol-bindings"></a></li> |
| 11685 | + <li>Remove TD Context Extensions CoAP example in Section <a href="#adding-bindings"></a></li> |
11686 | 11686 | <li> |
11687 | 11687 | Remove reference to Binding Document in assertion (bindings-requirements-scheme) in Section |
11688 | 11688 | <a href="#protocol-bindings"></a> |
|
0 commit comments