Skip to content

Commit

Permalink
Add Identifier section to Core Profile - closes w3c#111
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Jan 6, 2022
1 parent 7bc6471 commit cbc4a0b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h2>Profiling Mechanism</h2>
{
"@context": "https://www.w3.org/2019/wot/td/v1",
"id": "urn:dev:ops:32473-WoTLamp-1234",
"profile": "https://www.w3.org/2022/wot/profile/core",
"profile": "https://www.w3.org/2022/wot/profile/core/v1",
"title": "My Lamp",
"description": "A web connected lamp",
...
Expand All @@ -437,8 +437,8 @@ <h2>Profiling Mechanism</h2>
"@context": "https://www.w3.org/2019/wot/td/v1",
"id": "urn:dev:ops:32473-WoTLamp-1234",
"profile": [
"https://www.w3.org/2022/wot/profile/core",
"https://www.w3.org/2022/wot/profile/constrained"
"https://www.w3.org/2022/wot/profile/core/v1",
"https://www.w3.org/2022/wot/profile/constrained/v1"
],
"title": "My Lamp",
"description": "A web connected lamp",
Expand All @@ -453,6 +453,20 @@ <h2>WoT Core Profile</h2>
This section defines the <a>Core Profile</a> by defining a <a>Core
Data Model</a> and a set of <a href="#protocol-binding">Protocol
Binding</a> Rules.

<!-- Identifier -->
<section id="identifier">
<h2>Identifier</h2>
<p class="rfc2119-assertion" id="core-profile-identifier-1">
In order to denote that a given
<a href="https://www.w3.org/TR/wot-architecture/#dfn-thing">Web Thing</a>
conforms to the Core Profile, its Thing Description MUST have a
<a href="https://w3c.github.io/wot-thing-description/#thing">
<code>profile</code></a> member [[wot-thing-description]] with a value
of <code>https://www.w3.org/2022/wot/profile/core/v1</code>.
</p>
</section>

<section id="wot-core-data-model">
<h2>WoT Core Data Model</h2>
<p>
Expand Down

0 comments on commit cbc4a0b

Please sign in to comment.