You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/sdflanguage.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ toc_sticky : true
14
14
---
15
15
## Introduction
16
16
17
-
Semantic Definition Format (SDF) is a new description format to describe abstract data models.
17
+
Semantic Definition Format (SDF) is a description format to describe abstract data models.
18
18
SDF conveys abstract meta-model for IoT device affordances, behavior, and context,
19
19
decoupled from communication details. SDF provides:
20
+
20
21
- Common categories for affordances
21
22
- Common categories for constraints
22
23
- Common format for definitions
@@ -48,7 +49,8 @@ Using JSON as a representation language has a few advantages:
48
49
so tooling to work with SDF models can be created efficiently.
49
50
50
51
The syntax and semantics of SDF are described in the SDF specification.
51
-
After the initial development at the OneDM group, the SDF standardization continues now in the [IETF ASDF Working Group][ASDF]. Information about the latest published draft of SDF is available in the [IETF Data Tracker][IETF SDF]. The latest editor draft is available in the [SDF language] repository.
52
+
The Base SDF specification has been published as an [IETF RFC].
53
+
Further work on SDF-based standardization continues in the [IETF ASDF Working Group][ASDF].
52
54
The [terminology][] page relates the SDF terms against terms used in other SDOs.
0 commit comments