1<?xml version="1.0" encoding="US-ASCII"?>
2  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
3
4<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
5]>
6
7<?rfc compact="yes"?>
8<?rfc text-list-symbols="o*+-"?>
9<?rfc subcompact="no"?>
10<?rfc sortrefs="yes"?>
11<?rfc symrefs="yes"?>
12<?rfc strict="yes"?>
13<?rfc toc="yes"?>
14
15<rfc category="info" submissionType="IAB" number="XXXX" consensus="yes" ipr="trust200902">
16
17  <front>
18    <title abbrev="IOTSI Workshop 2016">Report from the Internet of Things (IoT) Semantic Interoperability (IOTSI) Workshop 2016</title>
19
20    <author initials="J." surname="Jimenez" fullname="Jaime Jimenez">
21      <organization>Ericsson</organization>
22      <address>
23        <email>jaime.jimenez@ericsson.com</email>
24      </address>
25    </author>
26    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
27      <organization>Arm Ltd.</organization>
28      <address>
29        <email>hannes.tschofenig@arm.com</email>
30      </address>
31    </author>
32    <author initials="D." surname="Thaler" fullname="Dave Thaler">
33      <organization>Microsoft</organization>
34      <address>
35        <email>dthaler@microsoft.com</email>
36      </address>
37    </author>
38
39    <date year="2018" month="September"/>
40
41<!-- [rfced] Please insert any keywords (beyond those that appear in 
42the title) for use on https://www.rfc-editor.org/search.
43-->
44
45<keyword>example</keyword>
46
47
48       <abstract>
49
50<t>This document provides a summary of the "Workshop on Internet of
51Things (IoT) Semantic Interoperability (IOTSI)",
52which took place in Santa Clara, California March 17-18, 2016.  The main
53goal of the workshop was to foster a discussion on the different
54approaches used by companies and Standards Developing Organizations (SDOs)
55to accomplish interoperability at the application layer.  This report
56summarizes the discussions and lists recommendations to the standards
57community.  The views and positions in this report are those of the
58workshop participants and do not necessarily reflect those of the
59authors or the Internet Architecture Board (IAB), which organized
60the workshop.</t>
61
62    </abstract>
63
64
65  </front>
66
67  <middle>
68
69
70<section anchor="section-1" title="Introduction">
71
72<t>The Internet Architecture Board (IAB) holds occasional workshops
73designed to consider long-term issues and strategies for the
74Internet, and to suggest future directions for the Internet
75architecture.  The investigated topics often require coordinated
76efforts from many organizations and industry bodies to improve an
77identified problem.  One of the targets of the workshops is to
78establish communication between relevant organizations, especially
79when the topics are out of the scope of the Internet Engineering
80Task Force (IETF).  This long-term planning function of the IAB is
81complementary to the ongoing engineering efforts performed by working
82groups of the IETF.</t>
83
84<t>With the expansion of the Internet of Things (IoT), interoperability
85becomes more and more important. Standards Developing Organizations (SDOs)
86have done a tremendous amount of work to standardize new protocols
87and profile existing protocols.</t>
88
89<t>At the application layer and at the level of solution frameworks, 
90interoperability is not yet mature. Particularly, the
91work on data formats (in the form of data models and information
92models) has not seen the same level of consistency throughout
93SDOs.</t>
94
95<!--[rfced] We're having trouble interpreting the following passage. What is
96it that has a "strong relationship with the underlying communication architecture"?
97
98ORIGINAL:
99One common problem is the lack of an encoding-independent
100standardization of the information, the so-called information model.
101Another problem is the strong relationship with the underlying
102communication architecture, such as a design in Remote Procedure Call
103(RPC) style or a RESTful design.
104-->
105<t>One common problem is the lack of an encoding-independent standardization
106of the information, the so-called information model. Another problem is
107the strong relationship with the underlying communication architecture,
108such as a design in Remote Procedure Call (RPC) style or a RESTful design. Furthermore, groups develop solutions that are very similar on the surface but differ slightly in their standardized outcome, leading to interoperability
109problems. Finally, some groups favor different encodings for use with
110various application-layer protocols.</t>
111
112<t>Thus, the IAB decided to organize a workshop to reach out to relevant
113stakeholders to explore the state of the art and identify
114commonality and gaps <xref target="IOTSIAG"/><xref target="IOTSIWS"/>. In particular, the IAB was
115interested to learn about the following aspects:</t>
116
117<t><list style="symbols">
118  <t>What is the state of the art in data and information models? What should
119an information model look like?</t>
120  <t>What is the role of formal languages, such as schema languages, in
121describing information and data models?</t>
122  <t>What is the role of metadata, which is attached to data to make it self-describing?</t>
123  <t>How can we achieve interoperability when different organizations, companies,
124and individuals develop extensions?</t>
125  <t>What is the experience with interworking various data models developed
126from different groups, or with data models that evolved over time?</t>
127  <t>What functionality should online repositories for sharing schemas have?</t>
128  <t>How can existing data models be mapped against each other to offer interworking?</t>
129  <t>Is there room for harmonization, or are the use cases of different groups
130and organizations so unique that there is no possibility for cooperation?</t>
131  <t>How can organizations better work together to increase awareness and information sharing?</t>
132</list></t>
133
134</section>
135<section anchor="section-2" title="Terminology">
136
137<t>The first roadblock to interoperability at the level of data models is the lack of a
138common vocabulary to start the discussion.
139<xref target="RFC3444"/> provides a starting point by separating conceptual models for designers,
140or "information models", from concrete detailed definitions for implementers, or
141"data models". There are concepts that are
142undefined in that RFC and elsewhere, such as the interaction with the
143resources of an endpoint, or "interaction model".  Therefore the three
144"main" common models that were identified were:</t>
145
146<t><list style="hanging" hangIndent="3">
147  <t hangText='Information Model'><vspace blankLines='0'/>
148  An information model defines an environment at the highest level of abstraction and
149expresses the desired functionality.
150Information models can be defined informally (e.g., in plain English) or more
151<!-- [rfced] How should the acronym UML be expanded? As "Unified Modeling Language"?-->
152formally (e.g., UML, Entity-Relationship Diagrams, etc.).
153Implementation details are hidden.</t>
154</list></t>
155
156<t><list style="hanging" hangIndent="3">
157  <t hangText='Data Model'><vspace blankLines='0'/>
158<!-- [rfced] How should the acronym LwM2M be expanded? As "Lightweight Machine-to-Machine"?-->
159  A data model defines concrete data representations at a lower level of
160abstraction, including implementation- and protocol-specific details.
161Some examples are: SNMP Management Information Base (MIB) modules, World Wide
162Web Consortium (W3C) Thing Description (TD) Things, YANG models, LwM2M
163<!--[rfced] How may we expand the acronym OCF below?
164
165Original:
166A data model defines concrete data representations at a lower
167level of abstraction, including implementation- and protocol-
168specific details.  Some examples are: SNMP Management Information
169Base (MIB) modules, W3C Thing Description (TD) Things, YANG
170models, LWM2M Schemas, OCF Schemas, and so on.
171--> 
172Schemas, OCF Schemas, and so on.</t>
173</list></t>
174
175<t><list style="hanging" hangIndent="3">
176  <t hangText='Interaction Model'><vspace blankLines='0'/>
177  An interaction model defines how data is accessed and retrieved from the endpoints,
178being therefore tied to the specific
179communication pattern that the system has (e.g., REST methods,
180Publish/Subscribe operations, or RPC calls).</t>
181</list></t>
182
183<t>Another identified terminology issue is the semantic meaning overload
184that some terms have.  The meaning can vary depending on the context in which the
185term is used.  Some examples of such terms are: semantics, models,
186encoding, serialization format, media types, and encoding types.  Due
187to time constraints, no concrete terminology was agreed upon, but
188work will continue within each organization to create various
189terminology documents.  The participants agreed to set up a GitHub repository
190<xref target="IOTSIGIT"/> for sharing information.</t>
191
192</section>
193<section anchor="section-4" title="What Problems to Solve">
194
195<t>The participants agreed that there is not simply a single problem to be solved but
196rather a range. During the workshop, the following problems were discussed:</t>
197
198<t><list style="symbols">
199  <t>Formal Languages for Documentation Purposes</t>
200</list></t>
201
202<t>To simplify review and publication, SDOs need
203formal descriptions of their data and interaction models.
204Several of them use a tabular representation found in the specification itself
205but use a formal language as an alternative way of describing objects and resources
206for formal purposes.  Some examples of formal language use are as follows.</t>
207
208<t>The Open Mobile Alliance (OMA), now OMA SpecWorks, used an XML Schema <xref
209target="LWM2M-Schema"/> to describe their object and resource definitions. The
210XML files of standardized objects are available for download at
211<xref target="OMNA"/>.</t>
212
213<t>The Bluetooth Special Interest Group (SIG) defined Generic Attributes (GATT) services and characteristics for use with 
214Bluetooth Smart/Low Energy. The services and characteristics are shown in a tabular form on 
215the Bluetooth SIG website <xref target="SIG"/> and also defined as XML instance documents.</t>
216
217<!--[rfced] How should the acronym RAML be expanded?
218
219Original:
220The Open Connectivity Foundation (OCF) uses JSON Schemas to formally
221define data models and RAML to define interaction models.
222--> 
223<t>The Open Connectivity Foundation (OCF) uses JSON Schemas to formally define
224data models and RAML to define interaction models.  The standard files are
225available online at oneIoTa.org.</t>
226
227<t>The AllSeen Alliance uses AllJoyn Introspection XML to define data and interaction
228models in the same formal language, tailored for RPC-style interaction.  The standard
229files are available online on the AllSeen Alliance web site, but both standard and
230vendor-defined model files can be obtained by directly querying a device for them at runtime.</t>
231
232<t>The World Wide Web Consortium (W3C) uses the Resource Description Framework (RDF)
233to define data and interaction models using a format tailored for the web.</t>
234
235<t>The Internet Engineering Task Force (IETF) uses YANG to define data and interaction models.
236Other SDOs may use various other formats.</t>
237
238<t><list style="symbols">
239  <t>Formal Languages for Code Generation</t>
240</list></t>
241
242<t>Code-generation tools that use formal data and information modeling languages
243are needed by developers. For example, the AllSeen Visual Studio
244Plugin <xref target="AllSeen-Plugin"/> offers a wizard to generate code based on
245the formal description of the data model.  Another example of a data
246modeling language that can be used for code generation is YANG.  A
247popular tool to help with code generation of YANG modules is pyang <xref target="PYANG"/>.
248An example of a tool that can generate code for multiple ecosystems is
249OpenDOF <xref target="OpenDOF"/>. Use cases discussed for code generation included easing
250development of server-side device functionality, clients, and compliance tests.</t>
251
252<t><list style="symbols">
253  <t>Debugging Support</t>
254</list></t>
255
256<t>Debugging tools are needed that implement generic object browsers, which
257use standard data models and/or retrieve formal language descriptions
258from the devices themselves. As one example, the
259nRF Bluetooth Smart sniffer from Nordic Semiconductor <xref target="nRF-Sniffer"/> can be
260used to display services and characteristics defined by the Bluetooth SIG.
261As another example, AllJoyn Explorer <xref target="AllJoynExplorer"/> can be used to browse
262and interact with any resource exposed by an AllJoyn device, including both
263standard and vendor-defined data models, by retrieving the formal descriptions
264from the device at runtime.</t>
265
266<t><list style="symbols">
267  <t>Translation</t>
268</list></t>
269
270<t>The working assumption is that devices need to have a common data model 
271with a priori knowledge of data types and actions. However, that would imply 
272that each consortium/organization will try to define their own data
273model. That would cause a major interoperability problem, possibly a completely
274intractable one  given the number of variations, extensions, compositions, or
275versioning changes that will happen for each data model.</t>
276
277<t>Another potential approach is to have a minimal amount of information on the
278device to allow for a runtime binding to a specific model, the objective being
279to require as little prior knowledge as possible.</t>
280
281<t>Moreover, gateways, bridges  and other similar devices need to dynamically
282translate (or map) one data model to another one. Complexity will increase 
283as there are also multiple protocols and schemas that make interoperability
284harder to achieve.</t>
285
286<t><list style="symbols">
287  <t>Runtime Discovery</t>
288</list></t>
289
290<t>Runtime discovery allows IoT devices to exchange metadata about the data, potentially along with the
291data exchanged itself. In some cases, the metadata not only describes data but also the interaction model as well. 
292An example of such an approach has been shown with Hypermedia as the Engine of
293Application State (HATEOAS) <xref target="HATEOAS"/>.
294Another example is that all AllJoyn devices support such runtime discovery
295using a protocol mechanism called "introspection", where the metadata is 
296queried from the device itself <xref target="AllSeen"/>.</t>
297
298<t>There are various models, whether deployed or possible, for such discovery.
299The metadata might be extracted from a specification, looked up on a 
300cloud repository (e.g., oneIoTa for OCF models), looked up via a vendor's
301site, or obtained from the device itself (such as in the AllJoyn case).  The 
302relevant metadata might be obtained from the same place, or different
303pieces might be obtained from different places, such as separately obtaining (a) syntax information, (b) end-user descriptions in 
304a desired language, and (c) developer-specific comments for implementers.</t>
305
306</section>
307<section anchor="section-5" title="Translation">
308
309<t>In an ideal world where organizations and companies cooperate and agree on a
310single data model standard, there is no need for gateways that translate from one data model
311<!--[rfced] It might be worth clarfying what "n" stands for in the following
312passage.
313
314ORIGINAL:
315However, this is far from reality today, and there are many proprietary data models
316in addition to the already standardized ones.  As a consequence,
317gateways are needed to translate between data models.  This leads to
318(n^2)-n combinations, in the worst case.
319
320PERHAPS:
321However, this is far from reality today, and there are many proprietary data models
322in addition to the already standardized ones.  As a consequence,
323gateways are needed to translate between data models.  For n data models, this
324leads to gateways for each of (n^2)-n combinations, in the worst case.
325-->
326to the other one. However, this is far from reality today, and there are many
327proprietary data models in addition to the already standardized ones. As a 
328consequence, gateways are needed to translate between data models. This leads to 
329(n^2)-n combinations, in the worst case.</t>
330
331<t>There are analogies with gateways back in the 1980s that were used to
332translate between network layer protocols.  Eventually, IP took over, providing
333the necessary end-to-end interoperability at the network layer. Unfortunately,
334the introduction of gateways leads to the loss of expressiveness
335due to the translation between data models. The functionality of IP was so 
336valuable in the market that advanced features of other networking 
337protocols became less attractive and were not used anymore.</t>
338
339<t>Participants discussed an alternative that they called a "red star", shown
340in <xref target="red-star"/>, where data models are translated to a common
341data model shown in the middle. This 
342reduces the number of translations that are needed down to 2n (in the best case). 
343The problem, of course, is that everyone wants their own data model to be the red star in the center.</t>
344
345<figure title="The &quot;Red Star&quot; in Data/Information Models." anchor="red-star"><artwork><![CDATA[
346   +-----+                                        +-----+
347   |     |                                        |     |
348   |     |  --                                 -- |     |
349   |     |    --                             --   |     |
350   +-----+      --                         --     +-----+
351                  --                    ---
352                    --                --
353                      --            --
354                        --        --
355     ---                  -- A  --                  ---
356    /   \                ___/ \___                 /   \
357   |     | ---------------',   .'---------------  |     |
358    \   /                 /. ^ .\                  \   /
359     ---                 /'     '\                  ---   
360                        --        --
361                      --            --
362                    --                --
363                  --                    --
364                --                        --
365       /\     --                            --     /\
366      /  \  --                                --  /  \
367     /    \                                      /    \
368    /      \                                    /      \
369   /--------\                                  /--------\
370]]></artwork></figure>
371
372<t>While the workshop itself was not a suitable forum to discuss the design of 
373such translation in detail, several questions were raised:</t>
374
375<t><list style="symbols">
376  <t>Do we need a "red star" that does everything, or could we design something that 
377offers a more restricted functionality?</t>
378  <t>How do we handle loss of data and loss of functionality?</t>
379  <t>Should data be translated between data models, or should data models themselves be translated?</t>
380  <t>How can interaction models be translated? They need to be dealt with in addition 
381 to the data models.</t>
382  <t>Many (if not all) data and interaction models have some bizarre functionality 
383 that cannot be translated easily. How can those be handled?</t>
384  <t>What limitations are we going to accept in these translations?</t>
385</list></t>
386
387<t>The participants also addressed the question of when translation should be done.
388Two use cases were discussed:</t>
389
390<t>a)  Design time: A translation between data model
391descriptions, such as translating a YANG model to an RAML/JSON model,
392can be performed once, during design time.
393A single information model might be mapped to a number of different data models.</t>
394
395<t>b)  Run time: Runtime translation of values in two standard data models can only be
396algorithmically done when the data model on one side is algorithmically derived
397from the data model on the other side.  This was called a "derived model".
398It was discussed that the availability of runtime discovery can aid in
399semantic translation, such as when a vendor-specific data model on one
400side of a protocol bridge is resolved and the translator can algorithmically 
401derive the semantically equivalent vendor-specific data model on the other
402side. This situation is discussed in <xref target="BridgeTaxonomy"/>.</t>
403
404<t>The participants agreed that algorithm translation will generally require
405custom code whenever one is translating to anything other than a derived model.</t>
406
407<t>Participants concluded that it is typically easier to translate data between systems that
408follow the same communication architecture.</t>
409
410</section>
411<section anchor="section-6" title="Dealing with Change">
412
413<t>A large part of the workshop was dedicated to the evolution of
414devices and server-side applications.
415Interactions between devices and services and how their relationship
416evolves over time is complicated by their respective interaction models.</t>
417
418<t>The workshop participants discussed various approaches to deal with change.  In the most basic case, a
419developer might use a description of an API and implement 
420the protocol steps.  Sometimes, the data or information model can be used to generate code stubs.  Subsequent changes to an API
421require changes on the clients to upgrade to the new version, which
422requires some development of new code to satisfy the needs of the new
423API.</t>
424
425<t>These interactions could be made machine understandable in the first place,
426enabling for changes to happen at runtime.
427In that scenario, a machine client could discover the possible interactions with a
428service, adapting to changes as they occur without specific code
429being developed to adapt to them.</t>
430
431<t>The challenge seems to be to code the human-readable specification into a machine-readable format.  Machine-readable languages require a shared vocabulary to
432give meaning to the tags.</t>
433
434<t>These types of interactions are often based on the REST architectural
435style. Its principle is that a device or endpoint only needs a
436single entry point, with a host providing descriptions of the API
437in-band by means of web links and forms.</t>
438
439<t>By defining IoT-specific relation types, it is possible to drive
440interactions through links instead of hard-coding URIs into a RESTful
441client, thus making the system flexible enough for later changes.
442The definition of the basic hypermedia formats for IoT is still a work
443in progress. However, some of the existing mechanisms can be reused,
444such as resource discovery, forms, or links.</t>
445
446</section>
447<section anchor="section-7" title="Security Considerations">
448
449<t>There were two types of security considerations discussed: use of formal data
450models for security configuration, and security of data and data models in general.</t>
451
452<t>It was observed that the security assumptions and configuration, or "security model", varies by ecosystem today,
453making the job of a translator difficult.  For example, there are different types of security
454principals (e.g., user vs. device vs. application), the use of Access Control Lists (ACLs) vs. capabilities,
455and what types of policies can be expressed, all vary by ecosystem.  As a result,
456the security model architecture generally dictates where translation can be done.</t>
457
458<t>One approach discussed was whether two endpoints might be able to use some overlay
459security model across a translator between two ecosystems, which only works if
460the two endpoints agree on a common data model for their communication.  Another approach
461discussed was simply having a translator act as a trusted intermediary, which enables
462the translator to translate between different data models.</t>
463
464<t>One suggestion discussed was either adding metadata into the
465formal data model language or having it accompany the data values over the wire, tagging
466the data with privacy levels.  However, sometimes even the privacy level of information
467might itself be sensitive.  Still, it was observed that being able to dynamically
468learn security requirements might help provide better UIs and translators.</t>
469
470</section>
471<section anchor="section-8" title="Collaboration">
472
473<t>The participants discussed how best to share information among their various organizations.
474One discussion was around having joint meetings. One current challenge reported was that
475organizations were not aware of when and where each others' meetings were scheduled,
476and sharing such information could help organizations better collocate meetings.
477To facilitate this exchange, the participants agreed to add links to their respective
478meeting schedules from a common page in the IOTSI repository <xref target="IOTSIGIT"/>.</t>
479
480<t>Another challenge reported was that organizations did not know how to find each others'
481published data models, and sharing such information could better facilitate reuse of the
482same information model.  To facilitate this exchange, the participants discussed whether
483a common repository might be used by multiple organizations.  The OCF's oneIoTa repository
484was discussed as one possibility, but it was reported that its terms of use at the time
485of the workshop prevented this.  The OCF agreed to take this back and look at updating
486the terms of use to allow other organizations to use it too, as the restriction was not
487the intent.  Schema.org was discussed as another possibility.  In the meantime, the
488participants agreed to add links to their respective repositories from a common page in
489the IOTSI repository <xref target="IOTSIGIT"/>.</t>
490
491<t>It was also agreed that the iotsi@iab.org mailing list would remain open and available
492for sharing information between all relevant organizations.</t>
493
494</section>
495
496<section anchor="section-10" title="Appendix A: Program Committee">
497
498<t>This workshop was organized by the following individuals: Jari Arkko,
499Ralph Droms, Jaime Jimenez, Michael Koster, Dave Thaler, and Hannes
500Tschofenig.</t>
501
502</section>
503<section anchor="section-11" title="Appendix B: Accepted Position Papers">
504
505<!--[rfced] FYI, we standardized the capitalization of the paper
506titles from the workshop. Please let us know if that creates any problems.  --> 
507
508<t><list style="symbols">
509  <t>Jari Arkko, "Gadgets and Protocols Come and Go, Data Is Forever"</t>
510  <t>Carsten Bormann, "Noise in Specifications Hurts"</t>
511  <t>Benoit Claise, "YANG as the Data Modelling Language in the IoT Space"</t>
512  <t>Robert Cragie, "The ZigBee Cluster Library over IP"</t>
513  <t>Dee Denteneer, Michael Verschoor, and Teresa Zotti, "Fairhair: Interoperable IoT Services for Major Building Automation and Lighting Control Ecosystems"</t>
514  <t>Universal Devices, "Object Oriented Approach to IoT Interoperability"</t>
515  <t>Bryant Eastham, "Interoperability and the OpenDOF Project"</t>
516  <t>Stephen Farrell and Alissa Cooper, "It's Often True: Security's Ignored (IOTSI) - and Privacy too"</t>
517  <t>Christian Groves, Lui Yan, and Yang Weiwei, "Overview of IoT semantics landscape"</t>
518  <t>Ted Hardie, "Loci of Interoperability for the Internet of Things"</t>
519  <t>Russ Housley, "Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communications"</t>
520  <t>Jaime Jimenez, Michael Koster, and Hannes Tschofenig, "IPSO Smart Objects"</t>
521  <t>David Jones, "IOTDB - Interoperability Through Semantic Metastandards"</t>
522  <t>Sebastian Kaebisch and Darko Anicic, "Thing Description as Enabler of Semantic Interoperability on the Web of Things"</t>
523  <t>Achilleas Kemos, "Alliance for Internet of Things Innovation Semantic Interoperability Release 2.0, AIOTI WG03 - IoT Standardisation"</t>
524  <t>Ari Keraenen and Cullen Jennings, "SenML: Simple Building Block for IoT Semantic Interoperability"</t>
525  <t>Dongmyoung Kim, Yunchul Choi, and Yonggeun Hong, "Research on Unified Data Model and Framework to Support Interoperability between IoT Applications"</t>
526  <t>Michael Koster, "Model-Based Hypertext Language"</t>
527  <t>Matthias Kovatsch, Yassin N.  Hassan, and Klaus Hartke, "Semantic Interoperability Requires Self-Describing Interaction Models"</t>
528  <t>Kai Kreuzer, "A Pragmatic Approach to Interoperability in the Internet of Things"</t>
529  <t>Barry Leiba, "Position Paper"</t>
530  <t>Marcello Lioy, "AllJoyn"</t>
531  <t>Kerry Lynn and Laird Dornin, "Modeling RESTful APIs with JSON Hyper-Schema"</t>
532  <t>Erik Nordmark, "Thoughts on IoT Semantic Interoperability: Scope of Security Issues"</t>
533  <t>Open Geospatial Consortium, "OGC SensorThings API: Communicating 'Where' in the Web of Things"</t>
534  <t>Jean Paoli and Taqi Jaffri, "IoT Information Model Interoperability: An Open, Crowd-Sourced Approach in Three Parallel Parti"</t>
535  <t>Joaquin Prado, "OMA Lightweight M2M Resource Model"</t>
536  <t>Dave Raggett and Soumya Kanti Datta, "Input Paper for IAB Semantic Interoperability Workshop"</t>
537  <t>Pete Rai and Stephen Tallamy, "Semantic Overlays Over Immutable Data to Facilitate Time and Context Specific Interoperability"</t>
538  <t>Jasper Roes and Laura Daniele, "Towards Semantic Interoperability in the IoT Using the Smart Appliances REFerence Ontology (SAREF) and Its Extensions"</t>
539  <t>Max Senges, "Submission for IAB IoT Sematic Interoperability Workshop"</t>
540  <t>Bill Silverajan, Mert Ocak and Jaime Jimenez, "Implementation Experiences of Semantic Interoperability for RESTful Gateway Management"</t>
541  <t>Ned Smith, Jeff Sedayao, and Claire Vishik, "Key Semantic Interoperability Gaps in the Internet-of-Things Meta-Models"</t>
542  <t>Robert Sparks and Ben Campbell, "Considerations for Certain IoT-Based Services"</t>
543  <t>J.  Clarke Stevens, "Open Connectivity Foundation oneIoTa Tool"</t>
544  <t>J.  Clarke Stevens and Piper Merriam, "Derived Models for Interoperability between IoT Ecosystems"</t>
545  <t>Ravi Subramaniam, "Semantic Interoperability in Open Connectivity Foundation (OCF) - Formerly Open Interconnect Consortium (OIC)"</t>
546  <t>Andrew Sullivan, "Position Paper for IOTSI Workshop"</t>
547  <t>Darshak Thakore, "IoT Security in the Context of Semantic Interoperability"</t>
548  <t>Dave Thaler, "IoT Bridge Taxonomy"</t>
549  <t>Dave Thaler, "Summary of AllSeen Alliance Work Relevant to Semantic Interoperability"</t>
550  <t>Mark Underwood, Michael Gruninger, Leo Obrst, Ken Baclawski, Mike
551  Bennett, Gary Berg-Cross, Torsten Hahmann, and Ram Sriram, "Internet of Things: Toward Smart Networked Systems and Societies"</t>
552  <t>Peter van der Stok and Andy Bierman, "YANG-Based Constrained Management Interface (CoMI)"</t>
553</list></t>
554
555</section>
556<section anchor="section-12" title="Appendix C: List of Participants">
557
558<t><list style="symbols">
559  <t>Andy Bierman, YumaWorks</t>
560  <t>Carsten Bormann, Uni Bremen/TZI</t>
561  <t>Ben Campbell, Oracle</t>
562  <t>Benoit Claise, Cisco</t>
563  <t>Alissa Cooper, Cisco</t>
564  <t>Robert Cragie, ARM Limited</t>
565  <t>Laura Daniele, TNO</t>
566  <t>Bryant Eastham, OpenDOF</t>
567  <t>Christian Groves, Huawei</t>
568  <t>Ted Hardie, Google</t>
569  <t>Yonggeun Hong, ETRI</t>
570  <t>Russ Housley, Vigil Security</t>
571  <t>David Janes, IOTDB</t>
572  <t>Jaime Jimenez, Ericsson</t>
573  <t>Shailendra Karody, Catalina Labs</t>
574  <t>Ari Keraenen, Ericsson</t>
575  <t>Michael Koster, SmartThings</t>
576  <t>Matthias Kovatsch, Siemens</t>
577  <t>Kai Kreuzer, Deutsche Telekom</t>
578  <t>Barry Leiba, Huawei</t>
579  <t>Steve Liang, Uni Calgary</t>
580  <t>Marcello Lioy, Qualcomm</t>
581  <t>Kerry Lynn, Verizon</t>
582  <t>Mayan Mathen, Catalina Labs</t>
583  <t>Erik Nordmark, Arista</t>
584  <t>Jean Paoli, Microsoft</t>
585  <t>Joaquin Prado, OMA</t>
586  <t>Dave Raggett, W3C</t>
587  <t>Max Senges, Google</t>
588  <t>Ned Smith, Intel</t>
589  <t>Robert Sparks, Oracle</t>
590  <t>Ram Sriram, NIST</t>
591  <t>Clarke Stevens</t>
592  <t>Ram Subramanian, Intel</t>
593  <t>Andrew Sullivan, DIN</t>
594  <t>Darshak Thakore, CableLabs</t>
595  <t>Dave Thaler, Microsoft</t>
596  <t>Hannes Tschofenig, ARM Limited</t>
597  <t>Michael Verschoor, Philips Lighting</t>
598</list></t>
599
600</section>
601
602
603  </middle>
604
605  <back>
606
607<!--[rfced] FYI, when the references don't seem to refer to a specific
608version, we removed the year. Please let us know if that's a problem.  -->
609
610    <references title='Informative References'>
611
612<?rfc include="reference.RFC.3444" ?>
613
614
615
616<reference anchor="AllSeen-Plugin" target="https://channel9.msdn.com/Blogs/Internet-of-Things-Blog/Using-the-AllJoyn--Studio-Extension">
617  <front>
618    <title>Using the AllJoyn Studio Extension</title>
619    <author initials="B." surname="Rockwell" fullname="B. Rockwell">
620      <organization></organization>
621    </author>
622    <date year="2015" month="August" day="17"/>
623  </front>
624</reference>
625
626<reference anchor="HATEOAS" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/2016-IAB-HATEOAS.pdf">
627  <front>
628    <title>Semantic Interoperability Requires Self-describing Interaction Models: HATEOAS for the Internet of Things</title>
629    <author initials="M." surname="Kovatsch" fullname="M. Kovatsch">
630      <organization></organization>
631    </author>
632    <author initials="Y.N." surname="Hassan">
633      <organization></organization>
634    </author>
635    <author initials="K." surname="Hartke">
636      <organization></organization>
637    </author>
638    <date />
639  </front>
640  <seriesInfo name="IAB IoT Semantic Interoperability Workshop" value="2016"/>
641</reference>
642
643<reference anchor="AllSeen" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/AllSeen-summary-IOTSI.pdf">
644  <front>
645    <title>Summary of AllSeen Alliance Work Relevant to Semantic Interoperability</title>
646    <author initials="D." surname="Thaler" fullname="D. Thaler">
647      <organization></organization>
648    </author>
649    <date year="2016"/>
650  </front>
651</reference>
652
653<reference anchor="BridgeTaxonomy" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/DThaler-IOTSI.pdf">
654  <front>
655    <title>IoT Bridge Taxonomy</title>
656    <author initials="D." surname="Thaler" fullname="D. Thaler">
657      <organization></organization>
658    </author>
659    <date />
660  </front>
661<seriesInfo name="IAB IOTSI Workshop" value="2016" />
662</reference>
663
664<reference anchor="IOTSIAG" target="https://www.iab.org/activities/workshops/iotsi/agenda/">
665  <front>
666    <title>IoT Semantic Interoperability Workshop Agenda</title>
667    <author >
668      <organization>IAB</organization>
669    </author>
670    <date year="2016"/>
671  </front>
672</reference>
673
674<reference anchor="IOTSIGIT" target="https://github.com/iotsi/iotsi">
675  <front>
676    <title>Starting place for the IoT Semantic Interoperability Workshop
677    (IOTSI) Information Resource</title>
678    <author >
679      <organization></organization>
680    </author>
681    <date year="2018" month="July"/>
682  </front>
683<seriesInfo name='commit' value="ff21f74"/>
684</reference>
685
686<reference anchor="IOTSIWS" target="https://www.iab.org/activities/workshops/iotsi/">
687  <front>
688    <title>IoT Semantic Interoperability Workshop 2016</title>
689    <author >
690      <organization>IAB</organization>
691    </author>
692    <date year="2016"/>
693  </front>
694</reference>
695
696<reference anchor="LWM2M-Schema" target="http://www.openmobilealliance.org/tech/profiles/LWM2M-v1_1.xsd">
697  <front>
698    <title>LWM2M XML Schema - LWM2M Editor Schema</title>
699    <author >
700      <organization>OMA</organization>
701    </author>
702    <date year="2018" month="July"/>
703  </front>
704</reference>
705
706<reference anchor="OMNA" target="http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html">
707  <front>
708    <title>OMA LightweightM2M (LwM2M) Object and Resource Registry</title>
709    <author >
710      <organization>OMA</organization>
711    </author>
712    <date />
713  </front>
714</reference>
715
716<reference anchor="SIG" target="https://www.bluetooth.com/specifications/gatt">
717  <front>
718    <title>GATT Specifications</title>
719    <author >
720      <organization>Bluetooth SIG</organization>
721    </author>
722    <date />
723  </front>
724</reference>
725
726<reference anchor="PYANG" target="https://github.com/mbj4668/pyang">
727  <front>
728    <title>An extensible YANG validator and converter in python</title>
729    <author>
730      <organization></organization>
731    </author>
732    <date year="2018" month="September" day="13"/>
733  </front>
734<seriesInfo name="commit" value="15c807f" />
735</reference>
736
737<reference anchor="nRF-Sniffer" target="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer">
738  <front>
739    <title>nRF Sniffer: Smart/Bluetooth low energy packet sniffer</title>
740    <author >
741      <organization>Nordic Semiconductor</organization>
742    </author>
743    <date />
744  </front>
745</reference>
746
747<reference anchor="AllJoynExplorer" target="https://docs.microsoft.com/en-us/windows/iot-core/archive/alljoyn">
748  <front>
749    <title>AllJoyn</title>
750    <author >
751      <organization>Microsoft</organization>
752    </author>
753    <date />
754  </front>
755</reference>
756
757<reference anchor="OpenDOF" target="https://opendof.org">
758  <front>
759    <title>The OpenDOF Project</title>
760    <author >
761      <organization>OpenDOF</organization>
762    </author>
763    <date />
764  </front>
765</reference>
766
767
768    </references>
769
770
771<section anchor="section-9" title="Acknowledgements" numbered="no">
772
773<t>We would like to thank all paper authors and participants for their
774contributions and Ericsson for hosting the workshop.</t>
775
776</section>
777
778  </back>
779
780
781</rfc>
782
1<?xml version='1.0' encoding='UTF-8'?>
2
3<reference  anchor='RFC3444' target='https://www.rfc-editor.org/info/rfc3444'>
4<front>
5<title>On the Difference between Information Models and Data Models</title>
6<author initials='A.' surname='Pras' fullname='A. Pras'><organization /></author>
7<author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder'><organization /></author>
8<date year='2003' month='January' />
9<abstract><t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management.  This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin.  This memo provides information for the Internet community.</t></abstract>
10</front>
11<seriesInfo name='RFC' value='3444'/>
12<seriesInfo name='DOI' value='10.17487/RFC3444'/>
13</reference>
  • <?xml version="1.0" encoding="US-ASCII"?>
  • <!DOCTYPE rfc SYSTEM "rfc2629.dtd">
  • <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  • <?rfc compact="yes"?>
  • <?rfc text-list-symbols="o*+-"?>
  • <?rfc subcompact="no"?>
  • <?rfc sortrefs="yes"?>
  • <?rfc symrefs="yes"?>
  • <?rfc strict="yes"?>
  • <?rfc toc="yes"?>
  • <rfc category="info" submissionType="IAB" number="XXXX" "8477" consensus="yes" ipr="trust200902" obsoletes="" updates="" {http://www.w3.org/XML/1998/namespace}lang="en">
    • <back>
      • <references title="Informative References">
        • <reference anchor="RFC3444" target="https://www.rfc-editor.org/info/rfc3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
          • <front {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
            • <title {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • On the Difference between Information Models and Data Models
              • </title>
            • <author initials="A." surname="Pras" fullname="A. Pras" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <organization {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
              • </author>
            • <author initials="J." surname="Schoenwaelder" fullname="J. Schoenwaelder" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <organization {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
              • </author>
            • <date year="2003" month="January" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
            • <abstract {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <t {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
                • There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community.
                • </t>
              • </abstract>
            • </front>
          • <seriesInfo name="RFC" value="3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
          • <seriesInfo name="DOI" value="10.17487/RFC3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
          • </reference>
        • <reference anchor="AllSeen-Plugin" quote-title="true">
          • <front>
            • <title>
              • Using the AllJoyn Studio Extension
              • </title>
            • <author initials="B." surname="Rockwell" fullname="B. Rockwell">
              • <organization/>
              • </author>
            • <date year="2015" month="August" day="17"/>
            • </front>
          • </reference>
        • <reference anchor="HATEOAS" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/2016-IAB-HATEOAS.pdf" quote-title="true">
          • <front>
            • <title>
              • Semantic Interoperability Requires Self-describing Interaction Models: HATEOAS for the Internet of Things
              • </title>
            • <author initials="M." surname="Kovatsch" fullname="M. Kovatsch">
              • <organization/>
              • </author>
            • <author initials="Y.N." surname="Hassan">
              • <organization/>
              • </author>
            • <author initials="K." surname="Hartke">
              • <organization/>
              • </author>
            • <date/>
            • </front>
          • <seriesInfo name="Proceedings of the IAB IoT Semantic Interoperability Workshop" value="2016"/>
          • </reference>
        • <reference anchor="AllSeen" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/AllSeen-summary-IOTSI.pdf" quote-title="true">
          • <front>
            • <title>
              • Summary of AllSeen Alliance Work Relevant to Semantic Interoperability
              • </title>
            • <author initials="D." surname="Thaler" fullname="D. Thaler">
              • <organization/>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <reference anchor="BridgeTaxonomy" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/DThaler-IOTSI.pdf" quote-title="true">
          • <front>
            • <title>
              • IoT Bridge Taxonomy
              • </title>
            • <author initials="D." surname="Thaler" fullname="D. Thaler">
              • <organization/>
              • </author>
            • <date/>
            • </front>
          • <seriesInfo name="IAB IOTSI Workshop" value="2016"/>
          • </reference>
        • <reference anchor="IOTSIAG" target="https://www.iab.org/activities/workshops/iotsi/agenda/" quote-title="true">
          • <front>
            • <title>
              • IoT Semantic Interoperability Workshop Agenda
              • </title>
            • <author>
              • <organization>
                • IAB
                • </organization>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <--[rfced] Please review our updates to the [IOTSIGIT] and [PYANG]
          reference entries in compliance with
          https://www.rfc-editor.org/styleguide/part2/ and let us know any
          objections. -->
        • <reference anchor="IOTSIGIT" target="https://github.com/iotsi/iotsi" quote-title="true">
          • <front>
            • <title>
              • Starting place for the IoT Semantic Interoperability Workshop (IOTSI) Information Resource
              • </title>
            • <author>
              • <organization/>
              • </author>
            • <date year="2018" month="July"/>
            • </front>
          • <seriesInfo name="commit" value="ff21f74"/>
          • </reference>
        • <reference anchor="IOTSIWS" target="https://www.iab.org/activities/workshops/iotsi/" quote-title="true">
          • <front>
            • <title>
              • IoT Semantic Interoperability Workshop 2016
              • </title>
            • <author>
              • <organization>
                • IAB
                • </organization>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <reference anchor="LWM2M-Schema" quote-title="true">
          • <front>
            • <title>
              • LWM2M XML Schema - LWM2M Editor Schema
              • </title>
            • <author>
              • <organization>
                • OMA
                • </organization>
              • </author>
            • <date year="2018" month="July"/>
            • </front>
          • </reference>
        • <reference anchor="OMNA" quote-title="true">
          • <front>
            • <title>
              • OMA LightweightM2M (LwM2M) Object and Resource Registry
              • </title>
            • <author>
              • <organization>
                • OMA
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="SIG" target="https://www.bluetooth.com/specifications/gatt" quote-title="true">
          • <front>
            • <title>
              • GATT Specifications
              • </title>
            • <author>
              • <organization>
                • Bluetooth SIG
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="PYANG" target="https://github.com/mbj4668/pyang" quote-title="true">
          • <front>
            • <title>
              • An extensible YANG validator and converter in python
              • </title>
            • <author>
              • <organization/>
              • </author>
            • <date year="2018" month="September" day="13"/>
            • </front>
          • <seriesInfo name="commit" value="15c807f"/>
          • </reference>
        • <reference anchor="nRF-Sniffer" quote-title="true">
          • <front>
            • <title>
              • nRF Sniffer: Smart/Bluetooth low energy packet sniffer
              • </title>
            • <author>
              • <organization>
                • Nordic Semiconductor
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="AllJoynExplorer" quote-title="true">
          • <front>
            • <title>
              • AllJoyn
              • </title>
            • <author>
              • <organization>
                • Microsoft
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="OpenDOF" target="https://opendof.org" quote-title="true">
          • <front>
            • <title>
              • The OpenDOF Project
              • </title>
            • <author>
              • <organization>
                • OpenDOF
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • </references>
      • </back>
    • <front>
      • <title abbrev="IOTSI Workshop 2016">
        • Report from the Internet of Things (IoT) Semantic   Interoperability   (IOTSI)   Workshop   2016
        • </title>
      • <--[rfced] *RJS or Stream Manager - please review and approve the
        split of the boilerplate paragraph in the Intro.

        As it appears at https://www.rfc-editor.org/materials/iab-format.txt:

          The following boilerplate paragraph SHOULD appear in the introduction: 

              The Internet Architecture Board (IAB) holds occasional workshops 
              designed to consider long-term issues and strategies for the 
              Internet, and to suggest future directions for the Internet 
              architecture.  This long-term planning function of the IAB is 
              complementary to the ongoing engineering efforts performed by working 
              groups of the Internet Engineering Task Force (IETF).

        How it appears in this document:


           The Internet Architecture Board (IAB) holds occasional workshops
           designed to consider long-term issues and strategies for the
           Internet, and to suggest future directions for the Internet
           architecture.  The investigated topics often require coordinated
           efforts of many organizations and industry bodies to improve an
           identified problem.  One of the targets of the workshops is to
           establish communication between relevant organizations, especially
           when the topics are out of the scope for the Internet Engineering
           Task Force (IETF).  This long-term planning function of the IAB is
           complementary to the ongoing engineering efforts performed by working
           groups of the IETF.

        -->
      • <author initials="J." surname="Jimenez" fullname="Jaime Jimenez">
        • <organization>
          • Ericsson
          • </organization>
        • <address>
          • <email>
            • jaime.jimenez@ericsson.com
            • </email>
          • </address>
        • </author>
      • <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
        • <organization>
          • Arm Ltd.
          • </organization>
        • <address>
          • <email>
            • hannes.tschofenig@arm.com
            • </email>
          • </address>
        • </author>
      • <author initials="D." surname="Thaler" fullname="Dave Thaler">
        • <organization>
          • Microsoft
          • </organization>
        • <address>
          • <email>
            • dthaler@microsoft.com
            • </email>
          • </address>
        • </author>
      • <date year="2018" month="September"/>
      • <-- [rfced] Please insert any keywords (beyond those that appear in 
        the title) for use on https://www.rfc-editor.org/search.
        -->
      • <keyword>
        • example
        • </keyword>
      • <abstract>
        • <t>
          • This document provides a summary of the "Workshop on Internet of Things (IoT) Semantic Interoperability (IOTSI)", which took place in Santa Clara, California March 17-18, 2016. The main goal of the workshop was to foster a discussion on the different approaches used by companies and Standards Developing Organizations (SDOs) to accomplish interoperability at the application layer. This report summarizes the discussions and lists recommendations to the standards community. The views and positions in this report are those of the workshop participants and do not necessarily reflect those of the authors or the Internet Architecture Board (IAB), which organized the workshop.This document provides a summary of the "Workshop on Internet of Things (IoT) Semantic Interoperability (IOTSI)", which took place in Santa Clara, California March 17-18, 2016. The main goal of the workshop was to foster a discussion on the different approaches used by companies and Standards Developing Organizations (SDOs) to accomplish interoperability at the application layer. This report summarizes the discussions and lists recommendations to the standards community. The views and positions in this report are those of the workshop participants and do not necessarily reflect those of the authors or the Internet Architecture Board (IAB), which organized the workshop.
            <--begin DNE text -->
            Note that this document is a report on the proceedings of the workshop. The views and positions documented in this report are those of the workshop participants and do not necessarily reflect IAB views and positions.
            <--end DNE text -->
          • </t>
        • </abstract>
      • </front>
    • <middle>
      • <middle>
        • <section anchor="section-1" title="Introduction" numbered="true" toc="default">
          • <--Begin DNE text -->
          • <t>
            • The Internet Architecture Board (IAB) holds occasional workshops designed to consider long-term issues and strategies for the Internet, and to suggest future directions for the Internet architecture.
              <--End DNE text -->
              The investigated topics often require coordinated efforts from many organizations and industry bodies to improve an identified problem. One of the targets of the workshops is to establish communication between relevant organizations, especially when the topics are out of the scope of the Internet Engineering Task Force (IETF).
              <--Begin DNE text -->
              This long-term planning function of the IAB is complementary to the ongoing engineering efforts performed by working groups of the IETF.
              <--End DNE text -->
            • </t>
          • <t>
            • With the expansion of the Internet of Things (IoT), interoperability becomes more and more important. Standards Developing Organizations (SDOs) have done a tremendous amount of work to standardize new protocols and profile existing protocols.
            • </t>
          • <t>
            • At the application layer and at the level of solution frameworks, interoperability is not yet mature. Particularly, the work on data formats (in the form of data models and information models) has not seen the same level of consistency throughout SDOs.
            • </t>
          • <--[rfced] We're having trouble interpreting the following passage. What is
            it that has a "strong relationship with the underlying communication architecture"?

            ORIGINAL:
            One common problem is the lack of an encoding-independent
            standardization of the information, the so-called information model.
            Another problem is the strong relationship with the underlying
            communication architecture, such as a design in Remote Procedure Call
            (RPC) style or a RESTful design.
            -->
          • <t>
            • One common problem is the lack of an encoding-independent standardization of the information, the so-called information model. Another problem is the strong relationship with between data formats and the underlying communication architecture, such as a design in Remote Procedure Call (RPC) style or a RESTful design. design (where REST refers to Representational State Transfer). Furthermore, groups develop solutions that are very similar on the surface but differ slightly in their standardized outcome, leading to interoperability problems. Finally, some groups favor different encodings for use with various application-layer protocols.
            • </t>
          • <t>
            • Thus, the IAB decided to organize a workshop to reach out to relevant stakeholders to explore the state of the art and identify commonality and gaps <xref target="IOTSIAG" format="default" pageno="false"/><xref target="IOTSIWS" format="default" pageno="false"/>. In particular, the IAB was interested to learn about the following aspects:
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • What is the state of the art in data and information models? What should an information model look like?
                • </t>
              • <t>
                • What is the role of formal languages, such as schema languages, in describing information and data models?
                • </t>
              • <t>
                • What is the role of metadata, which is attached to data to make it self-describing?
                • </t>
              • <t>
                • How can we achieve interoperability when different organizations, companies, and individuals develop extensions?
                • </t>
              • <t>
                • What is the experience with interworking various data models developed from different groups, or with data models that evolved over time?
                • </t>
              • <t>
                • What functionality should online repositories for sharing schemas have?
                • </t>
              • <t>
                • How can existing data models be mapped against each other to offer interworking?
                • </t>
              • <t>
                • Is there room for harmonization, or are the use cases of different groups and organizations so unique that there is no possibility for cooperation?
                • </t>
              • <t>
                • How can organizations better work together to increase awareness and information sharing?
                • </t>
              • </list>
            • </t>
          • </section>
        • <section anchor="section-2" title="Terminology" numbered="true" toc="default">
          • <t>
            • The first roadblock to interoperability at the level of data models is the lack of a common vocabulary to start the discussion. <xref target="RFC3444" format="default" pageno="false"/> provides a starting point by separating conceptual models for designers, or "information models", from concrete detailed definitions for implementers, or "data models". There are concepts that are undefined in that RFC and elsewhere, such as the interaction with the resources of an endpoint, or "interaction model". Therefore Therefore, the three "main" common models that were identified were:
            • </t>
          • <t>
            • <list style="hanging" hangIndent="3">
              • <t hangText="Information Model">
                • <vspace blankLines="0"/> An information model defines an environment at the highest level of abstraction and expresses the desired functionality. Information models can be defined informally (e.g., in plain English) prose) or more
                  <-- [rfced] How should the acronym UML be expanded? As "Unified Modeling Language"?-->
                  formally (e.g., UML, Unified Modeling Language (UML), Entity-Relationship Diagrams, etc.). Implementation details are hidden.
                • </t>
              • </list>
            • </t>
          • <t>
            • <list style="hanging" hangIndent="3">
              • <t hangText="Data Model">
                • <vspace blankLines="0"/>
                  <-- [rfced] How should the acronym LwM2M be expanded? As "Lightweight Machine-to-Machine"?-->
                  A data model defines concrete data representations at a lower level of abstraction, including implementation- and protocol-specific details. Some examples are: are SNMP Management Information Base (MIB) modules, World Wide Web Consortium (W3C) Thing Description (TD) Things, YANG modules, Lightweight Machine-to-Machine models, LwM2M
                  <--[rfced] How may we expand the acronym OCF below?

                  Original:
                  A data model defines concrete data representations at a lower
                  level of abstraction, including implementation- and protocol-
                  specific details.  Some examples are: SNMP Management Information
                  Base (MIB) modules, W3C Thing Description (TD) Things, YANG
                  models, LWM2M Schemas, OCF Schemas, and so on.
                  -->
                  (LwM2M) Schemas, OCF Open Connectivity Foundation (OCF) Schemas, and so on.
                • </t>
              • </list>
            • </t>
          • <t>
            • <list style="hanging" hangIndent="3">
              • <t hangText="Interaction Model">
                • <vspace blankLines="0"/> An interaction model defines how data is accessed and retrieved from the endpoints, being therefore being, therefore, tied to the specific communication pattern that the system has (e.g., REST methods, Publish/Subscribe operations, or RPC calls).
                • </t>
              • </list>
            • </t>
          • <t>
            • Another identified terminology issue is the semantic meaning overload that some terms have. The meaning can vary depending on the context in which the term is used. Some examples of such terms are: are as follows: semantics, models, encoding, serialization format, media types, and encoding types. Due to time constraints, no concrete terminology was agreed upon, but work will continue within each organization to create various terminology documents. The participants agreed to set up a GitHub repository <xref target="IOTSIGIT" format="default" pageno="false"/> for sharing information.
            • </t>
          • </section>
        • <section anchor="section-4" title="What Problems to Solve" numbered="true" toc="default">
          • <t>
            • The participants agreed that there is not simply a single problem to be solved but rather a range. range of problems. During the workshop, the following problems were discussed:
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Formal Languages for Documentation Purposes
                • </t>
              • </list>
            • </t>
          • <t>
            • To simplify review and publication, SDOs need formal descriptions of their data and interaction models. Several of them use a tabular representation found in the specification itself but use a formal language as an alternative way of describing objects and resources for formal purposes. Some examples of formal language use are as follows.
            • </t>
          • <t>
            • The Open Mobile Alliance (OMA), now OMA SpecWorks, used an XML Schema <xref target="LWM2M-Schema" format="default" pageno="false"/> to describe their object and resource definitions. The XML files of standardized objects are available for download at <xref target="OMNA" format="default" pageno="false"/>.
            • </t>
          • <t>
            • The Bluetooth Special Interest Group (SIG) defined Generic Attributes Attribute Profile (GATT) services and characteristics for use with Bluetooth Smart/Low Energy. The services and characteristics are shown in a tabular form on the Bluetooth SIG website <xref target="SIG" format="default" pageno="false"/> and also are defined as XML instance documents.
            • </t>
          • <--[rfced] How should the acronym RAML be expanded?

            Original:
            The Open Connectivity Foundation (OCF) uses JSON Schemas to formally
            define data models and RAML to define interaction models.
            -->
          • <t>
            • The Open Connectivity Foundation (OCF) uses JSON Schemas to formally define data models and RAML RESTful API Modeling Language (RAML) to define interaction models. The standard files are available online at oneIoTa.org. <oneIoTa.org>.
            • </t>
          • <t>
            • The AllSeen Alliance uses AllJoyn Introspection XML to define data and interaction models in the same formal language, tailored for RPC-style interaction. The standard files are available online on the AllSeen Alliance web site, website, but both standard and vendor-defined model files can be obtained by directly querying a device for them at runtime.
            • </t>
          • <t>
            • The World Wide Web Consortium (W3C) uses the Resource Description Framework (RDF) to define data and interaction models using a format tailored for the web.
            • </t>
          • <t>
            • The Internet Engineering Task Force (IETF) uses YANG to define data and interaction models. Other SDOs may use various other formats.
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Formal Languages for Code Generation
                • </t>
              • </list>
            • </t>
          • <t>
            • Code-generation tools that use formal data and information modeling languages are needed by developers. For example, the AllSeen Visual Studio Plugin <xref target="AllSeen-Plugin" format="default" pageno="false"/> offers a wizard to generate code based on the formal description of the data model. Another example of a data modeling language that can be used for code generation is YANG. A popular tool to help with code generation of YANG modules is pyang <xref target="PYANG" format="default" pageno="false"/>. An example of a tool that can generate code for multiple ecosystems is OpenDOF <xref target="OpenDOF" format="default" pageno="false"/>. Use cases discussed for code generation included easing development of server-side device functionality, clients, and compliance tests.
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Debugging Support
                • </t>
              • </list>
            • </t>
          • <t>
            • Debugging tools are needed that implement generic object browsers, which use standard data models and/or retrieve formal language descriptions from the devices themselves. As one example, the nRF Bluetooth Smart sniffer from Nordic Semiconductor <xref target="nRF-Sniffer" format="default" pageno="false"/> can be used to display services and characteristics defined by the Bluetooth SIG. As another example, AllJoyn Explorer <xref target="AllJoynExplorer" format="default" pageno="false"/> can be used to browse and interact with any resource exposed by an AllJoyn device, including both standard and vendor-defined data models, by retrieving the formal descriptions from the device at runtime.
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Translation
                • </t>
              • </list>
            • </t>
          • <t>
            • The working assumption is that devices need to have a common data model with a priori knowledge of data types and actions. However, that would imply that each consortium/organization will try to define their own data model. That would cause a major interoperability problem, possibly a completely intractable one given the number of variations, extensions, compositions, or versioning changes that will happen for each data model.
            • </t>
          • <t>
            • Another potential approach is to have a minimal amount of information on the device to allow for a runtime binding to a specific model, the objective being to require as little prior knowledge as possible.
            • </t>
          • <t>
            • Moreover, gateways, bridges and other similar devices need to dynamically translate (or map) one data model to another one. Complexity will increase as there are also multiple protocols and schemas that make interoperability harder to achieve.
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Runtime Discovery
                • </t>
              • </list>
            • </t>
          • <t>
            • Runtime discovery allows IoT devices to exchange metadata about the data, potentially along with the data exchanged itself. In some cases, the metadata not only describes data but also the interaction model as well. An example of such an approach has been shown with Hypermedia as the Engine of Application State (HATEOAS) <xref target="HATEOAS" format="default" pageno="false"/>. Another example is that all AllJoyn devices support such runtime discovery using a protocol mechanism called "introspection", where the metadata is queried from the device itself <xref target="AllSeen" format="default" pageno="false"/>.
            • </t>
          • <t>
            • There are various models, whether deployed or possible, for such discovery. The metadata might be extracted from a specification, looked up on a cloud repository (e.g., oneIoTa for OCF models), looked up via a vendor's site, or obtained from the device itself (such as in the AllJoyn case). The relevant metadata might be obtained from the same place, place or different pieces might be obtained from different places, such as separately obtaining (a) syntax information, (b) end-user descriptions in a desired language, and (c) developer-specific comments for implementers.
            • </t>
          • </section>
        • <section anchor="section-5" title="Translation" numbered="true" toc="default">
          • <t>
            • In an ideal world where organizations and companies cooperate and agree on a single data model standard, there is no need for gateways that translate from one data model
              <--[rfced] It might be worth clarfying what "n" stands for in the following
              passage.

              ORIGINAL:
              However, this is far from reality today, and there are many proprietary data models
              in addition 
              to the already standardized ones.  As a consequence,
              gateways are needed to translate between data models.  This leads to
              (n^2)-n combinations, in the worst case.

              PERHAPS:
              However, this is far from reality today, and there are many proprietary data models
              in addition to the already standardized ones.  As a consequence,
              gateways are needed to translate between data models.  For n data models, this
              leads to gateways for each of (n^2)-n combinations, in the worst case.
              -->
              to the other
              another one. However, this is far from reality today, and there are many proprietary data models in addition to the already standardized ones. As a consequence, gateways are needed to translate between data models. This leads to (n^2)-n combinations, in the worst case.
            • </t>
          • <t>
            • There are analogies with gateways back in the 1980s that were used to translate between network layer protocols. Eventually, IP took over, providing the necessary end-to-end interoperability at the network layer. Unfortunately, the introduction of gateways leads to the loss of expressiveness due to the translation between data models. The functionality of IP was so valuable in the market that advanced features of other networking protocols became less attractive and were not used anymore.
            • </t>
          • <t>
            • Participants discussed an alternative that they called a "red star", shown in <xref target="red-star" format="default" pageno="false"/>, where data models are translated to a common data model shown in the middle. This reduces the number of translations that are needed down to 2n (in the best case). The problem, of course, is that everyone wants their own data model to be the red star in the center.
            • </t>
          • <figure title="The "Red Star" in Data/Information Models." Models" anchor="red-star" suppress-title="false" align="left" alt="" width="" height="">
            • <artwork {http://www.w3.org/XML/1998/namespace}space="preserve" name="" type="" align="left" alt="" width="" height="">

              •    +-----+                                        +-----+
                   |     |                                        |     |
                   |     |  --                                 -- |     |
                   |     |    --                             --   |     |
                   +-----+      --                         --     +-----+
                                  --                    ---
                                    --                --
                                      --            --
                                        --        --
                     ---                  -- A  --                  ---
                    /   \                ___/ \___                 /   \
                   |     | ---------------',   .'---------------  |     |
                    \   /                 /. ^ .\                  \   /
                     ---                 /'     '\                  ---   
                                        --        --
                                      --            --
                                    --                --
                                  --                    --
                                --                        --
                       /\     --                            --     /\
                      /  \  --                                --  /  \
                     /    \                                      /    \
                    /      \                                    /      \
                   /--------\                                  /--------\
              • </artwork>
            • </figure>
          • <t>
            • While the workshop itself was not a suitable forum to discuss the design of such translation in detail, several questions were raised:
            • </t>
          • <t>
            • <list style="symbols">
              • <t>
                • Do we need a "red star" that does everything, or could we design something that offers a more restricted functionality?
                • </t>
              • <t>
                • How do we handle loss of data and loss of functionality?
                • </t>
              • <t>
                • Should data be translated between data models, or should data models themselves be translated?
                • </t>
              • <t>
                • How can interaction models be translated? They need to be dealt with in addition to the data models.
                • </t>
              • <t>
                • Many (if not all) data and interaction models have some bizarre functionality that cannot be translated easily. How can those be handled?
                • </t>
              • <t>
                • What limitations are we going to accept in these translations?
                • </t>
              • </list>
            • </t>
          • <--[rfced] We recently received guidance from Benoit and the YANG
            Doctors that "YANG module" and "YANG data model" are preferred.
            We have updated the document accordingly.  Please review and let
            us know if further changes are necessary.

            -->
          • <t>
            • <t>
              • The participants also addressed the question of when translation should be done. Two use cases were discussed:The participants also addressed the question of when translation should be done. Two use cases were discussed:
              • </t>
            • </t>
          • <list style="format (%c)">
            • <t>
              • a) Design time: A translation between data model descriptions, such as translating a YANG model module to an a RAML/JSON model, can be performed once, during design time. A single information model might be mapped to a number of different data models.
              • </t>
            • <t>
              • b) Run time: Runtime translation of values in two standard data models can only be algorithmically done when the data model on one side is algorithmically derived from the data model on the other side. This was called a "derived model". It was discussed that the availability of runtime discovery can aid in semantic translation, such as when a vendor-specific data model on one side of a protocol bridge is resolved and the translator can algorithmically derive the semantically equivalent vendor-specific data model on the other side. This situation is discussed in <xref target="BridgeTaxonomy" format="default" pageno="false"/>.
              • </t>
            • </list>
          • <t>
            • The participants agreed that algorithm translation will generally require custom code whenever one is translating to anything other than a derived model.
            • </t>
          • <t>
            • Participants concluded that it is typically easier to translate data between systems that follow the same communication architecture.
            • </t>
          • </section>
        • <section anchor="section-6" title="Dealing with Change" numbered="true" toc="default">
          • <t>
            • A large part of the workshop was dedicated to the evolution of devices and server-side applications. Interactions between devices and services and how their relationship evolves over time is complicated by their respective interaction models.
            • </t>
          • <t>
            • The workshop participants discussed various approaches to deal with change. In the most basic case, a developer might use a description of an API and implement the protocol steps. Sometimes, the data or information model can be used to generate code stubs. Subsequent changes to an API require changes on the clients to upgrade to the new version, which requires some development of new code to satisfy the needs of the new API.
            • </t>
          • <t>
            • These interactions could be made machine understandable in the first place, enabling for changes to happen at runtime. In that scenario, a machine client could discover the possible interactions with a service, adapting to changes as they occur without specific code being developed to adapt to them.
            • </t>
          • <t>
            • The challenge seems to be to code the human-readable specification into a machine-readable format. Machine-readable languages require a shared vocabulary to give meaning to the tags.
            • </t>
          • <t>
            • These types of interactions are often based on the REST architectural style. Its principle is that a device or endpoint only needs a single entry point, with a host providing descriptions of the API in-band by means of web links and forms.
            • </t>
          • <t>
            • By defining IoT-specific relation types, it is possible to drive interactions through links instead of hard-coding URIs into a RESTful client, thus making the system flexible enough for later changes. The definition of the basic hypermedia formats for IoT is still a work in progress. However, some of the existing mechanisms can be reused, such as resource discovery, forms, or links.
            • </t>
          • </section>
        • <--[rfced] FYI - we have added an IANA Considerations to match the
          guidance in RFC 8126 stating that no IANA actions are necessary.
          Please let us know any objections.  -->
        • <section title="IANA Considerations" numbered="true" toc="default">
          • <t>
            • This document has no IANA actions.
            • </t>
          • </section>
        • <section anchor="section-7" title="Security Considerations" numbered="true" toc="default">
          • <t>
            • There were two types of security considerations discussed: use of formal data models for security configuration, configuration and security of data and data models in general.
            • </t>
          • <t>
            • It was observed that the security assumptions and configuration, or "security model", varies by ecosystem today, making the job of a translator difficult. For example, there are different types of security principals (e.g., user vs. device vs. application), the use of Access Control Lists (ACLs) vs. versus capabilities, and what types of policies can be expressed, all vary by ecosystem. As a result, the security model architecture generally dictates where translation can be done.
            • </t>
          • <t>
            • One approach discussed was whether two endpoints might be able to use some overlay security model across a translator between two ecosystems, which only works if the two endpoints agree on a common data model for their communication. Another approach discussed was simply having a translator act as a trusted intermediary, which enables the translator to translate between different data models.
            • </t>
          • <t>
            • One suggestion discussed was either adding metadata into the formal data model language or having it accompany the data values over the wire, tagging the data with privacy levels. However, sometimes even the privacy level of information might itself be sensitive. Still, it was observed that being able to dynamically learn security requirements might help provide better UIs and translators.
            • </t>
          • </section>
        • <section anchor="section-8" title="Collaboration" numbered="true" toc="default">
          • <t>
            • The participants discussed how best to share information among their various organizations. One discussion was around having joint meetings. One current challenge reported was that organizations were not aware of when and where each others' other's meetings were scheduled, and sharing such information could help organizations better collocate meetings. To facilitate this exchange, the participants agreed to add links to their respective meeting schedules from a common page in the IOTSI repository <xref target="IOTSIGIT" format="default" pageno="false"/>.
            • </t>
          • <t>
            • Another challenge reported was that organizations did not know how to find each others' other's published data models, and sharing such information could better facilitate reuse of the same information model. To facilitate this exchange, the participants discussed whether a common repository might be used by multiple organizations. The OCF's oneIoTa repository was discussed as one possibility, but it was reported that its terms of use at the time of the workshop prevented this. The OCF agreed to take this back and look at updating the terms of use to allow other organizations to use it too, it, as the restriction was not the intent. Schema.org <schema.org> was discussed as another possibility. In the meantime, the participants agreed to add links to their respective repositories from a common page in the IOTSI repository <xref target="IOTSIGIT" format="default" pageno="false"/>.
            • </t>
          • <t>
            • It was also agreed that the iotsi@iab.org mailing list would remain open and available for sharing information between all relevant organizations.
            • </t>
          • </section>
        • </middle>
      • <section anchor="section-10" title="Appendix A: Program "Program Committee" numbered="true" toc="default">
        • <t>
          • This workshop was organized by the following individuals: Jari Arkko, Ralph Droms, Jaime Jimenez, Michael Koster, Dave Thaler, and Hannes Tschofenig.
          • </t>
        • </section>
      • <section anchor="section-11" title="Appendix B: Accepted "Accepted Position Papers" numbered="true" toc="default">
        • <--[rfced] FYI, we standardized the capitalization of the paper
          titles from the workshop. Please let us know if that creates any
           
          problems.  -->
        • <t>
          • <list style="symbols">
            • <t>
              • Jari Arkko, "Gadgets and Protocols Come and Go, Data Is Forever"
              • </t>
            • <t>
              • Carsten Bormann, "Noise in Specifications Hurts" hurts"
              • </t>
            • <t>
              • Benoit Claise, "YANG as the Data Modelling Language in the IoT Space" space"
              • </t>
            • <t>
              • Robert Cragie, "The ZigBee Cluster Library over IP"
              • </t>
            • <t>
              • Dee Denteneer, Michael Verschoor, and Teresa Zotti, "Fairhair: Interoperable interoperable IoT Services services for Major major Building Automation and Lighting Control Ecosystems" ecosystems"
              • </t>
            • <t>
              • Universal Devices, "Object Oriented Approach to IoT Interoperability"
              • </t>
            • <t>
              • Bryant Eastham, "Interoperability and the OpenDOF Project"
              • </t>
            • <t>
              • Stephen Farrell and Alissa Cooper, "It's Often True: Security's Ignored (IOTSI) - and Privacy too"
              • </t>
            • <t>
              • Christian Groves, Lui Yan, and Yang Weiwei, "Overview of IoT semantics landscape"
              • </t>
            • <t>
              • Ted Hardie, "Loci of Interoperability for the Internet of Things"
              • </t>
            • <t>
              • Russ Housley, "Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communications"
              • </t>
            • <t>
              • Jaime Jimenez, Michael Koster, and Hannes Tschofenig, "IPSO Smart Objects"
              • </t>
            • <t>
              • David Jones, "IOTDB - Interoperability interoperability Through Semantic Metastandards"
              • </t>
            • <t>
              • Sebastian Kaebisch and Darko Anicic, "Thing Description as Enabler of Semantic Interoperability on the Web of Things"
              • </t>
            • <t>
              • Achilleas Kemos, "Alliance for Internet of Things Innovation Semantic Interoperability Release 2.0, AIOTI WG03 - IoT Standardisation"
              • </t>
            • <t>
              • Ari Keraenen and Cullen Jennings, "SenML: Simple Building Block simple building block for IoT Semantic Interoperability" semantic interoperability"
              • </t>
            • <t>
              • Dongmyoung Kim, Yunchul Choi, and Yonggeun Hong, "Research on Unified Data Model and Framework to Support Interoperability between IoT Applications"
              • </t>
            • <t>
              • Michael Koster, "Model-Based Hypertext Language"
              • </t>
            • <t>
              • Matthias Kovatsch, Yassin N. Hassan, and Klaus Hartke, "Semantic Interoperability Requires Self-Describing Self-describing Interaction Models"
              • </t>
            • <t>
              • Kai Kreuzer, "A Pragmatic Approach to Interoperability in the Internet of Things"
              • </t>
            • <t>
              • Barry Leiba, "Position Paper"
              • </t>
            • <t>
              • Marcello Lioy, "AllJoyn"
              • </t>
            • <t>
              • Kerry Lynn and Laird Dornin, "Modeling RESTful APIs with JSON Hyper-Schema"
              • </t>
            • <t>
              • Erik Nordmark, "Thoughts on IoT Semantic Interoperability: Scope of Security Issues" security issues"
              • </t>
            • <t>
              • Open Geospatial Consortium, "OGC SensorThings API: Communicating 'Where' "Where" in the Web of Things"
              • </t>
            • <t>
              • Jean Paoli and Taqi Jaffri, "IoT Information Model Interoperability: An Open, Crowd-Sourced Approach in Three Parallel Parti"
              • </t>
            • <t>
              • Joaquin Prado, "OMA Lightweight M2M Resource Model"
              • </t>
            • <t>
              • Dave Raggett and Soumya Kanti Datta, "Input Paper paper for IAB Semantic Interoperability Workshop"
              • </t>
            • <t>
              • Pete Rai and Stephen Tallamy, "Semantic Overlays Over Immutable Data to Facilitate Time and Context Specific Interoperability"
              • </t>
            • <t>
              • Jasper Roes and Laura Daniele, "Towards Semantic Interoperability semantic interoperability in the IoT Using using the Smart Appliances REFerence Ontology ontology (SAREF) and Its Extensions" its extensions"
              • </t>
            • <t>
              • Max Senges, "Submission for IAB IoT Sematic Interoperability Workshop" workshop"
              • </t>
            • <t>
              • Bill Silverajan, Mert Ocak and Jaime Jimenez, "Implementation Experiences of Semantic Interoperability for RESTful Gateway Management"
              • </t>
            • <t>
              • Ned Smith, Jeff Sedayao, and Claire Vishik, "Key Semantic Interoperability Gaps in the Internet-of-Things Meta-Models"
              • </t>
            • <t>
              • Robert Sparks and Ben Campbell, "Considerations for Certain IoT-Based Services" certain IoT-based services"
              • </t>
            • <t>
              • J. Clarke Stevens, "Open Connectivity Foundation oneIoTa Tool"
              • </t>
            • <t>
              • J. Clarke Stevens and Piper Merriam, "Derived Models for Interoperability between Between IoT Ecosystems"
              • </t>
            • <t>
              • Ravi Subramaniam, "Semantic Interoperability in Open Connectivity Foundation (OCF) - Formerly formerly Open Interconnect Consortium (OIC)"
              • </t>
            • <t>
              • Andrew Sullivan, "Position Paper paper for IOTSI Workshop" workshop"
              • </t>
            • <t>
              • Darshak Thakore, "IoT Security in the Context context of Semantic Interoperability"
              • </t>
            • <t>
              • Dave Thaler, "IoT Bridge Taxonomy"
              • </t>
            • <t>
              • Dave Thaler, "Summary of AllSeen Alliance Work Relevant to Semantic Interoperability"
              • </t>
            • <t>
              • Mark Underwood, Michael Gruninger, Leo Obrst, Ken Baclawski, Mike Bennett, Gary Berg-Cross, Torsten Hahmann, and Ram Sriram, "Internet of Things: Toward Smart Networked Systems and Societies"
              • </t>
            • <t>
              • Peter van der Stok and Andy Bierman, "YANG-Based Constrained Management Interface (CoMI)"
              • </t>
            • </list>
          • </t>
        • </section>
      • <section anchor="section-12" title="Appendix C: List "List of Participants" numbered="true" toc="default">
        • <?rfc subcompact="yes"?>
        • <t>
          • <list style="symbols">
            • <t>
              • Andy Bierman, YumaWorks
              • </t>
            • <t>
              • Carsten Bormann, Uni Bremen/TZI
              • </t>
            • <t>
              • Ben Campbell, Oracle
              • </t>
            • <t>
              • Benoit Claise, Cisco
              • </t>
            • <t>
              • Alissa Cooper, Cisco
              • </t>
            • <t>
              • Robert Cragie, ARM Limited
              • </t>
            • <t>
              • Laura Daniele, TNO
              • </t>
            • <t>
              • Bryant Eastham, OpenDOF
              • </t>
            • <t>
              • Christian Groves, Huawei
              • </t>
            • <t>
              • Ted Hardie, Google
              • </t>
            • <t>
              • Yonggeun Hong, ETRI
              • </t>
            • <t>
              • Russ Housley, Vigil Security
              • </t>
            • <t>
              • David Janes, IOTDB
              • </t>
            • <t>
              • Jaime Jimenez, Ericsson
              • </t>
            • <t>
              • Shailendra Karody, Catalina Labs
              • </t>
            • <t>
              • Ari Keraenen, Ericsson
              • </t>
            • <t>
              • Michael Koster, SmartThings
              • </t>
            • <t>
              • Matthias Kovatsch, Siemens
              • </t>
            • <t>
              • Kai Kreuzer, Deutsche Telekom
              • </t>
            • <t>
              • Barry Leiba, Huawei
              • </t>
            • <t>
              • Steve Liang, Uni Calgary
              • </t>
            • <t>
              • Marcello Lioy, Qualcomm
              • </t>
            • <t>
              • Kerry Lynn, Verizon
              • </t>
            • <t>
              • Mayan Mathen, Catalina Labs
              • </t>
            • <t>
              • Erik Nordmark, Arista
              • </t>
            • <t>
              • Jean Paoli, Microsoft
              • </t>
            • <t>
              • Joaquin Prado, OMA
              • </t>
            • <t>
              • Dave Raggett, W3C
              • </t>
            • <t>
              • Max Senges, Google
              • </t>
            • <t>
              • Ned Smith, Intel
              • </t>
            • <t>
              • Robert Sparks, Oracle
              • </t>
            • <t>
              • Ram Sriram, NIST
              • </t>
            • <t>
              • Clarke Stevens
              • </t>
            • <t>
              • Ram Subramanian, Intel
              • </t>
            • <t>
              • Andrew Sullivan, DIN
              • </t>
            • <t>
              • Darshak Thakore, CableLabs
              • </t>
            • <t>
              • Dave Thaler, Microsoft
              • </t>
            • <t>
              • Hannes Tschofenig, ARM Limited
              • </t>
            • <t>
              • Michael Verschoor, Philips Lighting
              • </t>
            • </list>
          • </t>
        • <?rfc subcompact="no"?>
        • </section>
      • </middle>
    • <back>
      • <--[rfced] FYI, when the references don't seem to refer to a specific
        version, we removed the year. Please let us know if that's a problem.  -->
      • <references title="Informative References">
        • <reference anchor="RFC3444" target="https://www.rfc-editor.org/info/rfc3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
          • <front {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
            • <title {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • On the Difference between Information Models and Data Models
              • </title>
            • <author initials="A." surname="Pras" fullname="A. Pras" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <organization {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
              • </author>
            • <author initials="J." surname="Schoenwaelder" fullname="J. Schoenwaelder" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <organization {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
              • </author>
            • <date year="2003" month="January" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
            • <abstract {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
              • <section title="IAB Members at the Time of Approval" numbered="no" toc="default">
                • <?rfc subcompact="yes"?>
                • <t>
                  • <list>
                    • <t>
                      • Jari Arkko
                      • </t>
                    • <t>
                      • Alissa Cooper
                      • </t>
                    • <t>
                      • Ted Hardie
                      • </t>
                    • <t>
                      • Christian Huitema
                      • </t>
                    • <t>
                      • Gabriel Montenegro
                      • </t>
                    • <t>
                      • Erik Nordmark
                      • </t>
                    • <t>
                      • Mark Nottingham
                      • </t>
                    • <t>
                      • Melinda Shore
                      • </t>
                    • <t>
                      • Robert Sparks
                      • </t>
                    • <t>
                      • Jeff Tantsura
                      • </t>
                    • <t>
                      • Martin Thomson
                      • </t>
                    • <t>
                      • Brian Trammell
                      • </t>
                    • <t {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml">
                      • There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community. Suzanne Woolf
                      • </t>
                    • </list>
                  • </t>
                • <?rfc subcompact="no"?>
                • </section>
              • </abstract>
            • </front>
          • <seriesInfo name="RFC" value="3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
          • <seriesInfo name="DOI" value="10.17487/RFC3444" {http://www.w3.org/XML/1998/namespace}base="/a/inc-work/refs/bibxml/reference.RFC.3444.xml"/>
          • </reference>
        • <reference anchor="AllSeen-Plugin" target="https://channel9.msdn.com/Blogs/Internet-of-Things-Blog/Using-the-AllJoyn--Studio-Extension" quote-title="true">
          • <front>
            • <title>
              • Using the AllJoyn Studio Extension
              • </title>
            • <author initials="B." surname="Rockwell" fullname="B. Rockwell">
              • <organization/>
              • </author>
            • <date year="2015" month="August" day="17"/>
            • </front>
          • </reference>
        • <reference anchor="HATEOAS" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/2016-IAB-HATEOAS.pdf" quote-title="true">
          • <front>
            • <title>
              • Semantic Interoperability Requires Self-describing Interaction Models: HATEOAS for the Internet of Things
              • </title>
            • <author initials="M." surname="Kovatsch" fullname="M. Kovatsch">
              • <organization/>
              • </author>
            • <author initials="Y.N." surname="Hassan">
              • <organization/>
              • </author>
            • <author initials="K." surname="Hartke">
              • <organization/>
              • </author>
            • <date/>
            • </front>
          • <seriesInfo name="IAB IoT Semantic Interoperability Workshop" value="2016"/>
          • </reference>
        • <reference anchor="AllSeen" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/AllSeen-summary-IOTSI.pdf" quote-title="true">
          • <front>
            • <title>
              • Summary of AllSeen Alliance Work Relevant to Semantic Interoperability
              • </title>
            • <author initials="D." surname="Thaler" fullname="D. Thaler">
              • <organization/>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <reference anchor="BridgeTaxonomy" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/DThaler-IOTSI.pdf" quote-title="true">
          • <front>
            • <title>
              • IoT Bridge Taxonomy
              • </title>
            • <author initials="D." surname="Thaler" fullname="D. Thaler">
              • <organization/>
              • </author>
            • <date/>
            • </front>
          • <seriesInfo name="IAB IOTSI Workshop" value="2016"/>
          • </reference>
        • <reference anchor="IOTSIAG" target="https://www.iab.org/activities/workshops/iotsi/agenda/" quote-title="true">
          • <front>
            • <title>
              • IoT Semantic Interoperability Workshop Agenda
              • </title>
            • <author>
              • <organization>
                • IAB
                • </organization>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <reference anchor="IOTSIGIT" target="https://github.com/iotsi/iotsi" quote-title="true">
          • <front>
            • <title>
              • Starting place for the IoT Semantic Interoperability Workshop (IOTSI) Information Resource
              • </title>
            • <author>
              • <organization/>
              • </author>
            • <date year="2018" month="July"/>
            • </front>
          • <seriesInfo name="commit" value="ff21f74"/>
          • </reference>
        • <reference anchor="IOTSIWS" target="https://www.iab.org/activities/workshops/iotsi/" quote-title="true">
          • <front>
            • <title>
              • IoT Semantic Interoperability Workshop 2016
              • </title>
            • <author>
              • <organization>
                • IAB
                • </organization>
              • </author>
            • <date year="2016"/>
            • </front>
          • </reference>
        • <reference anchor="LWM2M-Schema" target="http://www.openmobilealliance.org/tech/profiles/LWM2M-v1_1.xsd" quote-title="true">
          • <front>
            • <title>
              • LWM2M XML Schema - LWM2M Editor Schema
              • </title>
            • <author>
              • <organization>
                • OMA
                • </organization>
              • </author>
            • <date year="2018" month="July"/>
            • </front>
          • </reference>
        • <reference anchor="OMNA" target="http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html" quote-title="true">
          • <front>
            • <title>
              • OMA LightweightM2M (LwM2M) Object and Resource Registry
              • </title>
            • <author>
              • <organization>
                • OMA
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="SIG" target="https://www.bluetooth.com/specifications/gatt" quote-title="true">
          • <front>
            • <title>
              • GATT Specifications
              • </title>
            • <author>
              • <organization>
                • Bluetooth SIG
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="PYANG" target="https://github.com/mbj4668/pyang" quote-title="true">
          • <front>
            • <title>
              • An extensible YANG validator and converter in python
              • </title>
            • <author>
              • <organization/>
              • </author>
            • <date year="2018" month="September" day="13"/>
            • </front>
          • <seriesInfo name="commit" value="15c807f"/>
          • </reference>
        • <reference anchor="nRF-Sniffer" target="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer" quote-title="true">
          • <front>
            • <title>
              • nRF Sniffer: Smart/Bluetooth low energy packet sniffer
              • </title>
            • <author>
              • <organization>
                • Nordic Semiconductor
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="AllJoynExplorer" target="https://docs.microsoft.com/en-us/windows/iot-core/archive/alljoyn" quote-title="true">
          • <front>
            • <title>
              • AllJoyn
              • </title>
            • <author>
              • <organization>
                • Microsoft
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • <reference anchor="OpenDOF" target="https://opendof.org" quote-title="true">
          • <front>
            • <title>
              • The OpenDOF Project
              • </title>
            • <author>
              • <organization>
                • OpenDOF
                • </organization>
              • </author>
            • <date/>
            • </front>
          • </reference>
        • </references>
      • <section anchor="section-9" title="Acknowledgements" numbered="no" toc="default">
        • <t>
          • We would like to thank all paper authors and participants for their contributions and Ericsson for hosting the workshop.
          • </t>
        • </section>
      • </back>
    • </rfc>
1<?xml version="1.0" encoding="US-ASCII"?>
2  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
3
4<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
5]>
6
7<?rfc compact="yes"?>
8<?rfc text-list-symbols="o*+-"?>
9<?rfc subcompact="no"?>
10<?rfc sortrefs="yes"?>
11<?rfc symrefs="yes"?>
12<?rfc strict="yes"?>
13<?rfc toc="yes"?>
14
15<rfc category="info" submissionType="IAB" number="8477" consensus="yes" ipr="trust200902">
16
17  <front>
18    <title abbrev="IOTSI Workshop 2016">Report from the Internet of Things (IoT) Semantic&nbsp;Interoperability&nbsp;(IOTSI)&nbsp;Workshop&nbsp;2016</title>
19
20
21
22<!--[rfced] *RJS or Stream Manager - please review and approve the
23split of the boilerplate paragraph in the Intro.
24
25As it appears at https://www.rfc-editor.org/materials/iab-format.txt:
26
27  The following boilerplate paragraph SHOULD appear in the introduction: 
28
29      The Internet Architecture Board (IAB) holds occasional workshops 
30      designed to consider long-term issues and strategies for the 
31      Internet, and to suggest future directions for the Internet 
32      architecture.  This long-term planning function of the IAB is 
33      complementary to the ongoing engineering efforts performed by working 
34      groups of the Internet Engineering Task Force (IETF).
35
36How it appears in this document:
37
38
39   The Internet Architecture Board (IAB) holds occasional workshops
40   designed to consider long-term issues and strategies for the
41   Internet, and to suggest future directions for the Internet
42   architecture.  The investigated topics often require coordinated
43   efforts of many organizations and industry bodies to improve an
44   identified problem.  One of the targets of the workshops is to
45   establish communication between relevant organizations, especially
46   when the topics are out of the scope for the Internet Engineering
47   Task Force (IETF).  This long-term planning function of the IAB is
48   complementary to the ongoing engineering efforts performed by working
49   groups of the IETF.
50
51-->
52
53    <author initials="J." surname="Jimenez" fullname="Jaime Jimenez">
54      <organization></organization>
55      <address>
56        <email>jaime.jimenez@ericsson.com</email>
57      </address>
58    </author>
59    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
60      <organization></organization>
61      <address>
62        <email>hannes.tschofenig@arm.com</email>
63      </address>
64    </author>
65    <author initials="D." surname="Thaler" fullname="Dave Thaler">
66      <organization></organization>
67      <address>
68        <email>dthaler@microsoft.com</email>
69      </address>
70    </author>
71
72    <date year="2018" month="September"/>
73
74<!-- [rfced] Please insert any keywords (beyond those that appear in 
75the title) for use on https://www.rfc-editor.org/search.
76-->
77
78<keyword>example</keyword>
79
80
81       <abstract>
82
83<t>This document provides a summary of the "Workshop on Internet of
84Things (IoT) Semantic Interoperability (IOTSI)",
85which took place in Santa Clara, California March 17-18, 2016.  The main
86goal of the workshop was to foster a discussion on the different
87approaches used by companies and Standards Developing Organizations (SDOs)
88to accomplish interoperability at the application layer.  This report
89summarizes the discussions and lists recommendations to the standards
90community.  The views and positions in this report are those of the
91workshop participants and do not necessarily reflect those of the
92authors or the Internet Architecture Board (IAB), which organized
93the workshop.
94<!--begin DNE text -->
95Note that this document is a report on the proceedings of the 
96      workshop.  The views and positions documented in this report are 
97      those of the workshop participants and do not necessarily reflect IAB 
98      views and positions.
99
100<!--end DNE text -->
101</t>
102
103    </abstract>
104
105
106  </front>
107
108  <middle>
109
110
111<section anchor="section-1" title="Introduction">
112
113<!--Begin DNE text -->
114<t>The Internet Architecture Board (IAB) holds occasional workshops
115designed to consider long-term issues and strategies for the
116Internet, and to suggest future directions for the Internet
117architecture.
118<!--End DNE text -->
119The investigated topics often require coordinated
120efforts from many organizations and industry bodies to improve an
121identified problem.  One of the targets of the workshops is to
122establish communication between relevant organizations, especially
123when the topics are out of the scope of the Internet Engineering
124Task Force (IETF).
125<!--Begin DNE text -->
126This long-term planning function of the IAB is
127complementary to the ongoing engineering efforts performed by working
128groups of the IETF.
129<!--End DNE text -->
130</t>
131
132<t>With the expansion of the Internet of Things (IoT), interoperability
133becomes more and more important. Standards Developing Organizations (SDOs)
134have done a tremendous amount of work to standardize new protocols
135and profile existing protocols.</t>
136
137<t>At the application layer and at the level of solution frameworks, 
138interoperability is not yet mature. Particularly, the
139work on data formats (in the form of data models and information
140models) has not seen the same level of consistency throughout
141SDOs.</t>
142
143<t>One common problem is the lack of an encoding-independent standardization
144of the information, the so-called information model. Another problem is
145the strong relationship between data formats and the underlying communication architecture, 
146such as a design in Remote Procedure Call (RPC) style or a RESTful design (where REST refers to Representational State Transfer). Furthermore, groups develop solutions that are very similar on the surface but differ slightly in their standardized outcome, leading to interoperability
147problems. Finally, some groups favor different encodings for use with
148various application-layer protocols.</t>
149
150<t>Thus, the IAB decided to organize a workshop to reach out to relevant
151stakeholders to explore the state of the art and identify
152commonality and gaps <xref target="IOTSIAG"/><xref target="IOTSIWS"/>. In particular, the IAB was
153interested to learn about the following aspects:</t>
154
155<t><list style="symbols">
156  <t>What is the state of the art in data and information models? What should
157an information model look like?</t>
158  <t>What is the role of formal languages, such as schema languages, in
159describing information and data models?</t>
160  <t>What is the role of metadata, which is attached to data to make it self-describing?</t>
161  <t>How can we achieve interoperability when different organizations, companies,
162and individuals develop extensions?</t>
163  <t>What is the experience with interworking various data models developed
164from different groups, or with data models that evolved over time?</t>
165  <t>What functionality should online repositories for sharing schemas have?</t>
166  <t>How can existing data models be mapped against each other to offer interworking?</t>
167  <t>Is there room for harmonization, or are the use cases of different groups
168and organizations so unique that there is no possibility for cooperation?</t>
169  <t>How can organizations better work together to increase awareness and information sharing?</t>
170</list></t>
171
172</section>
173<section anchor="section-2" title="Terminology">
174
175<t>The first roadblock to interoperability at the level of data models is the lack of a
176common vocabulary to start the discussion.
177<xref target="RFC3444"/> provides a starting point by separating conceptual models for designers,
178or "information models", from concrete detailed definitions for implementers, or
179"data models". There are concepts that are
180undefined in that RFC and elsewhere, such as the interaction with the
181resources of an endpoint, or "interaction model".  Therefore, the three
182"main" common models that were identified were:</t>
183
184<t><list style="hanging" hangIndent="3">
185  <t hangText='Information Model'><vspace blankLines='0'/>
186  An information model defines an environment at the highest level of abstraction and
187expresses the desired functionality.
188Information models can be defined informally (e.g., in prose) or more
189formally (e.g., Unified Modeling Language (UML), Entity-Relationship Diagrams, etc.).
190Implementation details are hidden.</t>
191</list></t>
192
193<t><list style="hanging" hangIndent="3">
194  <t hangText='Data Model'><vspace blankLines='0'/>
195  
196
197A data model defines concrete data representations at a lower level of
198abstraction, including implementation- and protocol-specific details.
199Some examples are SNMP Management Information Base (MIB) modules, World Wide
200Web Consortium (W3C) Thing Description (TD) Things, YANG modules, Lightweight Machine-to-Machine (LwM2M) Schemas, Open Connectivity Foundation (OCF) Schemas, and so on.</t>
201</list></t>
202
203<t><list style="hanging" hangIndent="3">
204  <t hangText='Interaction Model'><vspace blankLines='0'/>
205  An interaction model defines how data is accessed and retrieved from the endpoints,
206being, therefore, tied to the specific
207communication pattern that the system has (e.g., REST methods,
208Publish/Subscribe operations, or RPC calls).</t>
209</list></t>
210
211<t>Another identified terminology issue is the semantic meaning overload
212that some terms have.  The meaning can vary depending on the context in which the
213term is used.  Some examples of such terms are as follows: semantics, models,
214encoding, serialization format, media types, and encoding types.  Due
215to time constraints, no concrete terminology was agreed upon, but
216work will continue within each organization to create various
217terminology documents.  The participants agreed to set up a GitHub repository
218<xref target="IOTSIGIT"/> for sharing information.</t>
219
220</section>
221<section anchor="section-4" title="What Problems to Solve">
222
223<t>The participants agreed that there is not simply a single problem to be solved but
224rather a range of problems. During the workshop, the following problems were discussed:</t>
225
226<t><list style="symbols">
227  <t>Formal Languages for Documentation Purposes</t>
228</list></t>
229
230<t>To simplify review and publication, SDOs need
231formal descriptions of their data and interaction models.
232Several of them use a tabular representation found in the specification itself
233but use a formal language as an alternative way of describing objects and resources
234for formal purposes.  Some examples of formal language use are as follows.</t>
235
236<t>The Open Mobile Alliance (OMA), now OMA SpecWorks, used an XML Schema <xref
237target="LWM2M-Schema"/> to describe their object and resource definitions. The
238XML files of standardized objects are available for download at
239<xref target="OMNA"/>.</t>
240
241<t>The Bluetooth Special Interest Group (SIG) defined Generic Attribute Profile (GATT) services and characteristics for use with 
242Bluetooth Smart/Low Energy. The services and characteristics are shown in a tabular form on 
243the Bluetooth SIG website <xref target="SIG"/> and are defined as XML instance documents.</t>
244
245<t>The Open Connectivity Foundation (OCF) uses JSON Schemas to formally define
246data models and RESTful API Modeling Language (RAML) to define interaction models.  The standard files are
247available online at &lt;oneIoTa.org&gt;.</t>
248
249<t>The AllSeen Alliance uses AllJoyn Introspection XML to define data and interaction
250models in the same formal language, tailored for RPC-style interaction.  The standard
251files are available online on the AllSeen Alliance website, but both standard and
252vendor-defined model files can be obtained by directly querying a device for them at runtime.</t>
253
254<t>The World Wide Web Consortium (W3C) uses the Resource Description Framework (RDF)
255to define data and interaction models using a format tailored for the web.</t>
256
257<t>The Internet Engineering Task Force (IETF) uses YANG to define data and interaction models.
258Other SDOs may use various other formats.</t>
259
260<t><list style="symbols">
261  <t>Formal Languages for Code Generation</t>
262</list></t>
263
264<t>Code-generation tools that use formal data and information modeling languages
265are needed by developers. For example, the AllSeen Visual Studio
266Plugin <xref target="AllSeen-Plugin"/> offers a wizard to generate code based on
267the formal description of the data model.  Another example of a data
268modeling language that can be used for code generation is YANG.  A
269popular tool to help with code generation of YANG modules is pyang <xref target="PYANG"/>.
270An example of a tool that can generate code for multiple ecosystems is
271OpenDOF <xref target="OpenDOF"/>. Use cases discussed for code generation included easing
272development of server-side device functionality, clients, and compliance tests.</t>
273
274
275<t><list style="symbols">
276  <t>Debugging Support</t>
277</list></t>
278
279<t>Debugging tools are needed that implement generic object browsers, which
280use standard data models and/or retrieve formal language descriptions
281from the devices themselves. As one example, the
282nRF Bluetooth Smart sniffer from Nordic Semiconductor <xref target="nRF-Sniffer"/> can be
283used to display services and characteristics defined by the Bluetooth SIG.
284As another example, AllJoyn Explorer <xref target="AllJoynExplorer"/> can be used to browse
285and interact with any resource exposed by an AllJoyn device, including both
286standard and vendor-defined data models, by retrieving the formal descriptions
287from the device at runtime.</t>
288
289<t><list style="symbols">
290  <t>Translation</t>
291</list></t>
292
293<t>The working assumption is that devices need to have a common data model 
294with a priori knowledge of data types and actions. However, that would imply 
295that each consortium/organization will try to define their own data
296model. That would cause a major interoperability problem, possibly a completely
297intractable one  given the number of variations, extensions, compositions, or
298versioning changes that will happen for each data model.</t>
299
300
301<t>Another potential approach is to have a minimal amount of information on the
302device to allow for a runtime binding to a specific model, the objective being
303to require as little prior knowledge as possible.</t>
304
305<t>Moreover, gateways, bridges  and other similar devices need to dynamically
306translate (or map) one data model to another one. Complexity will increase 
307as there are also multiple protocols and schemas that make interoperability
308harder to achieve.</t>
309
310<t><list style="symbols">
311  <t>Runtime Discovery</t>
312</list></t>
313
314<t>Runtime discovery allows IoT devices to exchange metadata about the data, potentially along with the
315data exchanged itself. In some cases, the metadata not only describes data but also the interaction model as well. 
316An example of such an approach has been shown with Hypermedia as the Engine of
317Application State (HATEOAS) <xref target="HATEOAS"/>.
318Another example is that all AllJoyn devices support such runtime discovery
319using a protocol mechanism called "introspection", where the metadata is 
320queried from the device itself <xref target="AllSeen"/>.</t>
321
322<t>There are various models, whether deployed or possible, for such discovery.
323The metadata might be extracted from a specification, looked up on a 
324cloud repository (e.g., oneIoTa for OCF models), looked up via a vendor's
325site, or obtained from the device itself (such as in the AllJoyn case).  The 
326relevant metadata might be obtained from the same place or different
327pieces might be obtained from different places, such as separately obtaining (a) syntax information, (b) end-user descriptions in 
328a desired language, and (c) developer-specific comments for implementers.</t>
329
330</section>
331<section anchor="section-5" title="Translation">
332
333<t>In an ideal world where organizations and companies cooperate and agree on a
334single data model standard, there is no need for gateways that translate from one data model
335to another one. However, this is far from reality today, and there are many
336proprietary data models in addition to the already standardized ones. As a 
337consequence, gateways are needed to translate between data models. This leads to 
338(n^2)-n combinations, in the worst case.</t>
339
340<t>There are analogies with gateways back in the 1980s that were used to
341translate between network layer protocols.  Eventually, IP took over, providing
342the necessary end-to-end interoperability at the network layer. Unfortunately,
343the introduction of gateways leads to the loss of expressiveness
344due to the translation between data models. The functionality of IP was so 
345valuable in the market that advanced features of other networking 
346protocols became less attractive and were not used anymore.</t>
347
348<t>Participants discussed an alternative that they called a "red star", shown
349in <xref target="red-star"/>, where data models are translated to a common
350data model shown in the middle. This 
351reduces the number of translations that are needed down to 2n (in the best case). 
352The problem, of course, is that everyone wants their own data model to be the red star in the center.</t>
353
354<figure title="The &quot;Red Star&quot; in Data/Information Models" anchor="red-star"><artwork><![CDATA[
355   +-----+                                        +-----+
356   |     |                                        |     |
357   |     |  --                                 -- |     |
358   |     |    --                             --   |     |
359   +-----+      --                         --     +-----+
360                  --                    ---
361                    --                --
362                      --            --
363                        --        --
364     ---                  -- A  --                  ---
365    /   \                ___/ \___                 /   \
366   |     | ---------------',   .'---------------  |     |
367    \   /                 /. ^ .\                  \   /
368     ---                 /'     '\                  ---   
369                        --        --
370                      --            --
371                    --                --
372                  --                    --
373                --                        --
374       /\     --                            --     /\
375      /  \  --                                --  /  \
376     /    \                                      /    \
377    /      \                                    /      \
378   /--------\                                  /--------\
379]]></artwork></figure>
380
381<t>While the workshop itself was not a suitable forum to discuss the design of 
382such translation in detail, several questions were raised:</t>
383
384<t><list style="symbols">
385  <t>Do we need a "red star" that does everything, or could we design something that 
386offers a more restricted functionality?</t>
387  <t>How do we handle loss of data and functionality?</t>
388  <t>Should data be translated between data models, or should data models themselves be translated?</t>
389  <t>How can interaction models be translated? They need to be dealt with in addition 
390 to the data models.</t>
391  <t>Many (if not all) data and interaction models have some bizarre functionality 
392 that cannot be translated easily. How can those be handled?</t>
393  <t>What limitations are we going to accept in these translations?</t>
394</list></t>
395
396<!--[rfced] We recently received guidance from Benoit and the YANG
397Doctors that "YANG module" and "YANG data model" are preferred.
398We have updated the document accordingly.  Please review and let
399us know if further changes are necessary.
400
401-->
402<t>The participants also addressed the question of when translation should be done.
403Two use cases were discussed:
404<list style="format (%c)">
405<t>Design time: A translation between data model
406descriptions, such as translating a YANG module to a RAML/JSON model,
407can be performed once, during design time.
408A single information model might be mapped to a number of different data models.</t>
409
410<t>Run time: Runtime translation of values in two standard data models can only be
411algorithmically done when the data model on one side is algorithmically derived
412from the data model on the other side.  This was called a "derived model".
413It was discussed that the availability of runtime discovery can aid in
414semantic translation, such as when a vendor-specific data model on one
415side of a protocol bridge is resolved and the translator can algorithmically 
416derive the semantically equivalent vendor-specific data model on the other
417side. This situation is discussed in <xref target="BridgeTaxonomy"/>.</t>
418</list></t>
419<t>The participants agreed that algorithm translation will generally require
420custom code whenever one is translating to anything other than a derived model.</t>
421
422<t>Participants concluded that it is typically easier to translate data between systems that
423follow the same communication architecture.</t>
424
425</section>
426<section anchor="section-6" title="Dealing with Change">
427
428<t>A large part of the workshop was dedicated to the evolution of
429devices and server-side applications.
430Interactions between devices and services and how their relationship
431evolves over time is complicated by their respective interaction models.</t>
432
433<t>The workshop participants discussed various approaches to deal with change.  In the most basic case, a
434developer might use a description of an API and implement 
435the protocol steps.  Sometimes, the data or information model can be used to generate code stubs.  Subsequent changes to an API
436require changes on the clients to upgrade to the new version, which
437requires some development of new code to satisfy the needs of the new
438API.</t>
439
440<t>These interactions could be made machine understandable in the first place,
441enabling for changes to happen at runtime.
442In that scenario, a machine client could discover the possible interactions with a
443service, adapting to changes as they occur without specific code
444being developed to adapt to them.</t>
445
446<t>The challenge seems to be to code the human-readable specification into a machine-readable format.  Machine-readable languages require a shared vocabulary to
447give meaning to the tags.</t>
448
449<t>These types of interactions are often based on the REST architectural
450style. Its principle is that a device or endpoint only needs a
451single entry point, with a host providing descriptions of the API
452in-band by means of web links and forms.</t>
453
454<t>By defining IoT-specific relation types, it is possible to drive
455interactions through links instead of hard-coding URIs into a RESTful
456client, thus making the system flexible enough for later changes.
457The definition of the basic hypermedia formats for IoT is still a work
458in progress. However, some of the existing mechanisms can be reused,
459such as resource discovery, forms, or links.</t>
460
461</section>
462
463<!--[rfced] FYI - we have added an IANA Considerations to match the
464guidance in RFC 8126 stating that no IANA actions are necessary.
465Please let us know any objections.  -->
466
467<section title="IANA Considerations">
468  <t>This document has no IANA actions.</t>
469</section>
470
471<section anchor="section-7" title="Security Considerations">
472
473<t>There were two types of security considerations discussed: use of formal data
474models for security configuration and security of data and data models in general.</t>
475
476<t>It was observed that the security assumptions and configuration, or "security model", varies by ecosystem today,
477making the job of a translator difficult.  For example, there are different types of security
478principals (e.g., user vs. device vs. application), the use of Access Control Lists (ACLs) versus capabilities,
479and what types of policies can be expressed, all vary by ecosystem.  As a result,
480the security model architecture generally dictates where translation can be done.</t>
481
482<t>One approach discussed was whether two endpoints might be able to use some overlay
483security model across a translator between two ecosystems, which only works if
484the two endpoints agree on a common data model for their communication.  Another approach
485discussed was simply having a translator act as a trusted intermediary, which enables
486the translator to translate between different data models.</t>
487
488<t>One suggestion discussed was either adding metadata into the
489formal data model language or having it accompany the data values over the wire, tagging
490the data with privacy levels.  However, sometimes even the privacy level of information
491might itself be sensitive.  Still, it was observed that being able to dynamically
492learn security requirements might help provide better UIs and translators.</t>
493
494</section>
495<section anchor="section-8" title="Collaboration">
496
497<t>The participants discussed how best to share information among their various organizations.
498One discussion was around having joint meetings. One current challenge reported was that
499organizations were not aware of when and where each other's meetings were scheduled,
500and sharing such information could help organizations better collocate meetings.
501To facilitate this exchange, the participants agreed to add links to their respective
502meeting schedules from a common page in the IOTSI repository <xref target="IOTSIGIT"/>.</t>
503
504<t>Another challenge reported was that organizations did not know how to find each other's
505published data models, and sharing such information could better facilitate reuse of the
506same information model.  To facilitate this exchange, the participants discussed whether
507a common repository might be used by multiple organizations.  The OCF's oneIoTa repository
508was discussed as one possibility, but it was reported that its terms of use at the time
509of the workshop prevented this.  The OCF agreed to take this back and look at updating
510the terms of use to allow other organizations to use it, as the restriction was not
511the intent.  &lt;schema.org&gt; was discussed as another possibility.  In the meantime, the
512participants agreed to add links to their respective repositories from a common page in
513the IOTSI repository <xref target="IOTSIGIT"/>.</t>
514
515<t>It was also agreed that the iotsi@iab.org mailing list would remain open and available
516for sharing information between all relevant organizations.</t>
517
518</section>
519
520
521  </middle>
522
523  <back>
524
525
526    <references title='Informative References'>
527
528<?rfc include="reference.RFC.3444" ?>
529
530
531
532<reference anchor="AllSeen-Plugin">
533  <front>
534    <title>Using the AllJoyn Studio Extension</title>
535    <author initials="B." surname="Rockwell" fullname="B. Rockwell">
536      <organization></organization>
537    </author>
538    <date year="2015" month="August" day="17"/>
539  </front>
540</reference>
541
542<reference anchor="HATEOAS" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/2016-IAB-HATEOAS.pdf">
543  <front>
544    <title>Semantic Interoperability Requires Self-describing Interaction Models: HATEOAS for the Internet of Things</title>
545    <author initials="M." surname="Kovatsch" fullname="M. Kovatsch">
546      <organization></organization>
547    </author>
548    <author initials="Y.N." surname="Hassan">
549      <organization></organization>
550    </author>
551    <author initials="K." surname="Hartke">
552      <organization></organization>
553    </author>
554    <date />
555  </front>
556  <seriesInfo name="Proceedings of the IAB IoT Semantic Interoperability Workshop" value="2016"/>
557</reference>
558
559<reference anchor="AllSeen" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/AllSeen-summary-IOTSI.pdf">
560  <front>
561    <title>Summary of AllSeen Alliance Work Relevant to Semantic Interoperability</title>
562    <author initials="D." surname="Thaler" fullname="D. Thaler">
563      <organization></organization>
564    </author>
565    <date year="2016"/>
566  </front>
567</reference>
568
569<reference anchor="BridgeTaxonomy" target="https://www.iab.org/wp-content/IAB-uploads/2016/03/DThaler-IOTSI.pdf">
570  <front>
571    <title>IoT Bridge Taxonomy</title>
572    <author initials="D." surname="Thaler" fullname="D. Thaler">
573      <organization></organization>
574    </author>
575    <date />
576  </front>
577<seriesInfo name="IAB IOTSI Workshop" value="2016" />
578</reference>
579
580<reference anchor="IOTSIAG" target="https://www.iab.org/activities/workshops/iotsi/agenda/">
581  <front>
582    <title>IoT Semantic Interoperability Workshop Agenda</title>
583    <author >
584      <organization>IAB</organization>
585    </author>
586    <date year="2016"/>
587  </front>
588</reference>
589
590<!--[rfced] Please review our updates to the [IOTSIGIT] and [PYANG]
591reference entries in compliance with
592https://www.rfc-editor.org/styleguide/part2/ and let us know any
593objections. -->
594
595<reference anchor="IOTSIGIT" target="https://github.com/iotsi/iotsi">
596  <front>
597    <title>Starting place for the IoT Semantic Interoperability Workshop
598    (IOTSI) Information Resource</title>
599    <author >
600      <organization></organization>
601    </author>
602    <date year="2018" month="July"/>
603  </front>
604<seriesInfo name='commit' value="ff21f74"/>
605</reference>
606
607<reference anchor="IOTSIWS" target="https://www.iab.org/activities/workshops/iotsi/">
608  <front>
609    <title>IoT Semantic Interoperability Workshop 2016</title>
610    <author >
611      <organization>IAB</organization>
612    </author>
613    <date year="2016"/>
614  </front>
615</reference>
616
617<reference anchor="LWM2M-Schema" >
618  <front>
619    <title>LWM2M XML Schema - LWM2M Editor Schema</title>
620    <author >
621      <organization>OMA</organization>
622    </author>
623    <date year="2018" month="July"/>
624  </front>
625</reference>
626
627<reference anchor="OMNA">
628  <front>
629    <title>OMA LightweightM2M (LwM2M) Object and Resource Registry</title>
630    <author >
631      <organization>OMA</organization>
632    </author>
633    <date />
634  </front>
635</reference>
636
637<reference anchor="SIG" target="https://www.bluetooth.com/specifications/gatt">
638  <front>
639    <title>GATT Specifications</title>
640    <author >
641      <organization>Bluetooth SIG</organization>
642    </author>
643    <date />
644  </front>
645</reference>
646
647<reference anchor="PYANG" target="https://github.com/mbj4668/pyang">
648  <front>
649    <title>An extensible YANG validator and converter in python</title>
650    <author>
651      <organization></organization>
652    </author>
653    <date year="2018" month="September" day="13"/>
654  </front>
655<seriesInfo name="commit" value="15c807f" />
656</reference>
657
658<reference anchor="nRF-Sniffer">
659  <front>
660    <title>nRF Sniffer: Smart/Bluetooth low energy packet sniffer</title>
661    <author >
662      <organization>Nordic Semiconductor</organization>
663    </author>
664    <date />
665  </front>
666</reference>
667
668<reference anchor="AllJoynExplorer">
669  <front>
670    <title>AllJoyn</title>
671    <author >
672      <organization>Microsoft</organization>
673    </author>
674    <date />
675  </front>
676</reference>
677
678<reference anchor="OpenDOF" target="https://opendof.org">
679  <front>
680    <title>The OpenDOF Project</title>
681    <author >
682      <organization>OpenDOF</organization>
683    </author>
684    <date />
685  </front>
686</reference>
687
688
689</references>
690
691
692<section title="Program Committee" >
693
694<t>This workshop was organized by the following individuals: Jari Arkko,
695Ralph Droms, Jaime Jimenez, Michael Koster, Dave Thaler, and Hannes
696Tschofenig.</t>
697
698</section>
699<section title="Accepted Position Papers">
700
701<!--[rfced] FYI, we standardized the capitalization of the paper
702titles from the workshop. Please let us know if that creates any
703problems.  -->
704
705<t><list style="symbols">
706  <t>Jari Arkko, "Gadgets and Protocols Come and Go, Data Is Forever"</t>
707  <t>Carsten Bormann, "Noise in Specifications hurts"</t>
708  <t>Benoit Claise, "YANG as the Data Modelling Language in the IoT space"</t>
709  <t>Robert Cragie, "The ZigBee Cluster Library over IP"</t>
710  <t>Dee Denteneer, Michael Verschoor, and Teresa Zotti, "Fairhair: interoperable IoT services for major Building Automation and Lighting Control ecosystems"</t>
711  <t>Universal Devices, "Object Oriented Approach to IoT Interoperability"</t>
712  <t>Bryant Eastham, "Interoperability and the OpenDOF Project"</t>
713  <t>Stephen Farrell and Alissa Cooper, "It's Often True: Security's Ignored (IOTSI) - and Privacy too"</t>
714  <t>Christian Groves, Lui Yan, and Yang Weiwei, "Overview of IoT semantics landscape"</t>
715  <t>Ted Hardie, "Loci of Interoperability for the Internet of Things"</t>
716  <t>Russ Housley, "Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communications"</t>
717  <t>Jaime Jimenez, Michael Koster, and Hannes Tschofenig, "IPSO Smart Objects"</t>
718  <t>David Jones, "IOTDB - interoperability Through Semantic Metastandards"</t>
719  <t>Sebastian Kaebisch and Darko Anicic, "Thing Description as Enabler of Semantic Interoperability on the Web of Things"</t>
720  <t>Achilleas Kemos, "Alliance for Internet of Things Innovation Semantic Interoperability Release 2.0, AIOTI WG03 - IoT Standardisation"</t>
721  <t>Ari Keraenen and Cullen Jennings, "SenML: simple building block for IoT semantic interoperability"</t>
722  <t>Dongmyoung Kim, Yunchul Choi, and Yonggeun Hong, "Research on Unified Data Model and Framework to Support Interoperability between IoT Applications"</t>
723  <t>Michael Koster, "Model-Based Hypertext Language"</t>
724  <t>Matthias Kovatsch, Yassin N.  Hassan, and Klaus Hartke, "Semantic Interoperability Requires Self-describing Interaction Models"</t>
725  <t>Kai Kreuzer, "A Pragmatic Approach to Interoperability in the Internet of Things"</t>
726  <t>Barry Leiba, "Position Paper"</t>
727  <t>Marcello Lioy, "AllJoyn"</t>
728  <t>Kerry Lynn and Laird Dornin, "Modeling RESTful APIs with JSON Hyper-Schema"</t>
729  <t>Erik Nordmark, "Thoughts on IoT Semantic Interoperability: Scope of security issues"</t>
730  <t>Open Geospatial Consortium, "OGC SensorThings API: Communicating "Where" in the Web of Things"</t>
731  <t>Jean Paoli and Taqi Jaffri, "IoT Information Model Interoperability: An Open, Crowd-Sourced Approach in Three Parallel Parti"</t>
732  <t>Joaquin Prado, "OMA Lightweight M2M Resource Model"</t>
733  <t>Dave Raggett and Soumya Kanti Datta, "Input paper for IAB Semantic Interoperability Workshop"</t>
734  <t>Pete Rai and Stephen Tallamy, "Semantic Overlays Over Immutable Data to Facilitate Time and Context Specific Interoperability"</t>
735  <t>Jasper Roes and Laura Daniele, "Towards semantic interoperability in the IoT using the Smart Appliances REFerence ontology (SAREF) and its extensions"</t>
736  <t>Max Senges, "Submission for IAB IoT Sematic Interoperability workshop"</t>
737  <t>Bill Silverajan, Mert Ocak and Jaime Jimenez, "Implementation Experiences of Semantic Interoperability for RESTful Gateway Management"</t>
738  <t>Ned Smith, Jeff Sedayao, and Claire Vishik, "Key Semantic Interoperability Gaps in the Internet-of-Things Meta-Models"</t>
739  <t>Robert Sparks and Ben Campbell, "Considerations for certain IoT-based services"</t>
740  <t>J. Clarke Stevens, "Open Connectivity Foundation oneIoTa Tool"</t>
741  <t>J. Clarke Stevens and Piper Merriam, "Derived Models for Interoperability Between IoT Ecosystems"</t>
742  <t>Ravi Subramaniam, "Semantic Interoperability in Open Connectivity Foundation (OCF) - formerly Open Interconnect Consortium (OIC)"</t>
743  <t>Andrew Sullivan, "Position paper for IOTSI workshop"</t>
744  <t>Darshak Thakore, "IoT Security in the context of Semantic Interoperability"</t>
745  <t>Dave Thaler, "IoT Bridge Taxonomy"</t>
746  <t>Dave Thaler, "Summary of AllSeen Alliance Work Relevant to Semantic Interoperability"</t>
747  <t>Mark Underwood, Michael Gruninger, Leo Obrst, Ken Baclawski, Mike
748  Bennett, Gary Berg-Cross, Torsten Hahmann, and Ram Sriram, "Internet of Things: Toward Smart Networked Systems and Societies"</t>
749  <t>Peter van der Stok and Andy Bierman, "YANG-Based Constrained Management Interface (CoMI)"</t>
750</list></t>
751
752</section>
753
754<section title="List of Participants">
755<?rfc subcompact="yes"?>
756<t><list>
757  <t>Andy Bierman, YumaWorks</t>
758  <t>Carsten Bormann, Uni Bremen/TZI</t>
759  <t>Ben Campbell, Oracle</t>
760  <t>Benoit Claise, Cisco</t>
761  <t>Alissa Cooper, Cisco</t>
762  <t>Robert Cragie, ARM Limited</t>
763  <t>Laura Daniele, TNO</t>
764  <t>Bryant Eastham, OpenDOF</t>
765  <t>Christian Groves, Huawei</t>
766  <t>Ted Hardie, Google</t>
767  <t>Yonggeun Hong, ETRI</t>
768  <t>Russ Housley, Vigil Security</t>
769  <t>David Janes, IOTDB</t>
770  <t>Jaime Jimenez, Ericsson</t>
771  <t>Shailendra Karody, Catalina Labs</t>
772  <t>Ari Keraenen, Ericsson</t>
773  <t>Michael Koster, SmartThings</t>
774  <t>Matthias Kovatsch, Siemens</t>
775  <t>Kai Kreuzer, Deutsche Telekom</t>
776  <t>Barry Leiba, Huawei</t>
777  <t>Steve Liang, Uni Calgary</t>
778  <t>Marcello Lioy, Qualcomm</t>
779  <t>Kerry Lynn, Verizon</t>
780  <t>Mayan Mathen, Catalina Labs</t>
781  <t>Erik Nordmark, Arista</t>
782  <t>Jean Paoli, Microsoft</t>
783  <t>Joaquin Prado, OMA</t>
784  <t>Dave Raggett, W3C</t>
785  <t>Max Senges, Google</t>
786  <t>Ned Smith, Intel</t>
787  <t>Robert Sparks, Oracle</t>
788  <t>Ram Sriram, NIST</t>
789  <t>Clarke Stevens</t>
790  <t>Ram Subramanian, Intel</t>
791  <t>Andrew Sullivan, DIN</t>
792  <t>Darshak Thakore, CableLabs</t>
793  <t>Dave Thaler, Microsoft</t>
794  <t>Hannes Tschofenig, ARM Limited</t>
795  <t>Michael Verschoor, Philips Lighting</t>
796</list></t>
797<?rfc subcompact="no"?>
798
799</section>
800
801<section title="IAB Members at the Time of Approval" numbered="no">
802<?rfc subcompact="yes"?>
803  <t><list>
804  <t>Jari Arkko</t>
805  <t>Alissa Cooper</t>
806  <t>Ted Hardie</t>
807  <t>Christian Huitema</t>
808  <t>Gabriel Montenegro</t>
809  <t>Erik Nordmark</t>
810  <t>Mark Nottingham</t>
811  <t>Melinda Shore</t>
812  <t>Robert Sparks</t>
813  <t>Jeff Tantsura</t>
814  <t>Martin Thomson</t>
815  <t>Brian Trammell</t>
816  <t>Suzanne Woolf</t>
817  </list></t>
818<?rfc subcompact="no"?>
819  </section>
820
821<section title="Acknowledgements" numbered="no">
822
823<t>We would like to thank all paper authors and participants for their
824contributions and Ericsson for hosting the workshop.</t>
825
826</section>
827
828
829  </back>
830
831
832</rfc>
833
1<?xml version='1.0' encoding='UTF-8'?>
2
3<reference  anchor='RFC3444' target='https://www.rfc-editor.org/info/rfc3444'>
4<front>
5<title>On the Difference between Information Models and Data Models</title>
6<author initials='A.' surname='Pras' fullname='A. Pras'><organization /></author>
7<author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder'><organization /></author>
8<date year='2003' month='January' />
9<abstract><t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management.  This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin.  This memo provides information for the Internet community.</t></abstract>
10</front>
11<seriesInfo name='RFC' value='3444'/>
12<seriesInfo name='DOI' value='10.17487/RFC3444'/>
13</reference>