Skip to content

Commit 03a3881

Browse files
authored
Merge pull request #8 from one-data-model/publication-9880
Mention RFC 9880
2 parents 58b0b6e + 866ba36 commit 03a3881

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

_pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In case of trouble joining, please contact [Carsten Bormann](mailto:cabo@tzi.org
4949

5050
[ASDF][] is the IETF working group that is governing the work on SDF.
5151

52-
Progress and specifications can be found at [IETF SDF][].
52+
The SDF base specification can be found at [IETF SDF][].
5353

5454
[SDF language][] is the GitHub repository for the specification of the SDF syntax.
5555

@@ -58,7 +58,7 @@ Progress and specifications can be found at [IETF SDF][].
5858
-->
5959

6060
[SDF language]: https://github.com/ietf-wg-asdf/SDF
61-
[IETF SDF]: https://datatracker.ietf.org/doc/draft-ietf-asdf-sdf/
61+
[IETF SDF]: https://www.rfc-editor.org/rfc/rfc9880
6262
[ASDF]: https://datatracker.ietf.org/wg/asdf/about/
6363

6464
[2020 Spring conference]: https://github.com/one-data-model/Conference2020

_pages/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ one data model<sup>TM</sup>
8484

8585

8686
[SDF language]: https://github.com/ietf-wg-asdf/SDF
87-
[IETF SDF]: https://datatracker.ietf.org/doc/draft-ietf-asdf-sdf/
87+
[IETF SDF]: https://www.rfc-editor.org/rfc/rfc9880
8888
[ASDF]: https://datatracker.ietf.org/wg/asdf/about/
8989

9090

_pages/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ To achieve that goal the first step to take is to have a common way how to write
8585
Since all participating organizations are currently doing this
8686
in their own ways, it makes sense to develop a single way to describe models.
8787
Hence, the Semantic Definition Format (SDF) is created.
88-
The syntax and semantics of the SDF format are described in the [SDF][] repository.
88+
The syntax and semantics of the base SDF format are described in the [IETF SDF][] RFC.
8989
The easy readable version [SDF language][].
9090

91-
To track the updates in the IETF version see the [IETF draft of SDF](https://www.ietf.org/id/draft-onedm-t2trg-sdf-00.html).
91+
To track the updates in the IETF specifications that depend on the base SDF specification, see the [ASDF][] working group.
9292

9393
SDF is representing the models in JSON.
9494
Using JSON as a representation language has a few advantages:
@@ -154,7 +154,7 @@ Next steps for OneDM (conducted in parallel):
154154
[unit_test]: https://github.com/one-data-model/unit_test
155155

156156
[SDF language]: https://github.com/ietf-wg-asdf/SDF
157-
[IETF SDF]: https://datatracker.ietf.org/doc/draft-ietf-asdf-sdf/
157+
[IETF SDF]: https://www.rfc-editor.org/rfc/rfc9880
158158
[ASDF]: https://datatracker.ietf.org/wg/asdf/about/
159159
[IETF editors version of SDF]: https://github.com/ietf-wg-asdf/SDF
160160

_pages/sdflanguage.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ toc_sticky : true
1414
---
1515
## Introduction
1616

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.
1818
SDF conveys abstract meta-model for IoT device affordances, behavior, and context,
1919
decoupled from communication details. SDF provides:
20+
2021
- Common categories for affordances
2122
- Common categories for constraints
2223
- Common format for definitions
@@ -48,7 +49,8 @@ Using JSON as a representation language has a few advantages:
4849
so tooling to work with SDF models can be created efficiently.
4950

5051
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].
5254
The [terminology][] page relates the SDF terms against terms used in other SDOs.
5355

5456
## Verification of SDF
@@ -73,7 +75,7 @@ repositories tolerate (or deliberately contain) deviations.
7375
[unit_test]: https://github.com/one-data-model/unit_test
7476

7577
[SDF language]: https://github.com/ietf-wg-asdf/SDF
76-
[IETF SDF]: https://datatracker.ietf.org/doc/draft-ietf-asdf-sdf/
78+
[IETF RFC]: https://www.rfc-editor.org/rfc/rfc9880
7779
[ASDF]: https://datatracker.ietf.org/wg/asdf/about/
7880
[RFC8610]: https://tools.ietf.org/html/rfc8610
7981

0 commit comments

Comments
 (0)