-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (43 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<table class="max-width-50">
<caption>One Data Model Registry</caption>
<thead>
<tr class="height-20">
<th class="width-10">URN</th>
<th>URL</th>
<th>Organization</th>
<th>Tag(s)</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://raw.githubusercontent.com/one-data-model/prototype-registry/verification/mjk-examples/BT%20Mesh/sensor.sdf.json">URN</a></td>
<td>mesh sensor</td>
<td>BT Mesh</td>
<td>Tag1, Tag5, Tag6</td>
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/one-data-model/prototype-registry/verification/mjk-examples/DotDot/Thermostat-odm-v0-2.json">URN</a></td>
<td>Thermostat</td>
<td>Dotdot</td>
<td>Tag4</td>
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/one-data-model/prototype-registry/verification/mjk-examples/IPSO/ipso3300-new.sdf.json">URN</a?</td>
<td>3300</td>
<td>IPSO</td>
<td>Tag3</td>
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/one-data-model/prototype-registry/verification/mjk-examples/OCF/ocf-airflowcontrol.sdf.json">URN</a></td>
<td>airflowcontrol</td>
<td>OCF</td>
<td>Tag1, Tag2</td>
</tr>
<tr>
<td><a href="https://raw.githubusercontent.com/one-data-model/prototype-registry/verification/mjk-examples/OCF/ocf-airflowcontrol.sdf.json">TBD</a></td>
<td>TBD</td>
<td>TBD</td>
<td>TBD</td>
</tr>
</tbody>
</table>