-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
100 lines (84 loc) · 3.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class="remove" src="https://cdn.jsdelivr.net/gh/w3c/[email protected]/dist/main.js"></script>
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
latestVersion: null,
postProcess: [window.respecMermaid.createFigures],
editors: [{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
company: "International Dataspaces Association",
companyURL: "https://internationaldataspaces.org/",
}],
github: {
branch: "main",
repoURL: "eclipse-dataspace-protocol-base/DataspaceProtocol",
},
xref: "web-platform",
lint: { "no-unused-dfns": false, "local-refs-exist": true },
format: "markdown",
maxTocLevel: 3,
};
</script>
<title>Dataspace Protocol Release 2024-1</title>
</head>
<body>
<p class="copyright">
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
</p>
<h1 id="title">Dataspace Protocol</h1>
<section id='abstract'>
<p>
The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between
entities governed by usage control and based on Web technologies. These specifications define the schemas and
protocols required for entities to publish data, negotiate Agreements, and access data as part of a federation
of technical systems termed a Dataspace.
</p>
</section>
<section id='sotd'>
<p>
This version (2024-1) of the Dataspace Protocol specification is the release candidate and considered to be
stable. Further changes shall not affect conformity. Since <a href="https://github.com/International-Data-Spaces-Association/ids-specification/tree/main/releases/v0.8">version 0.8</a>
the specification is stable with changes in details. All changes made to the specification can be reviewed in
the GitHub repository.
</p>
</section>
<section class="notoc" data-include="specifications/common/foreword.md" data-include-format="markdown">
</section>
<section class="notoc" data-include="specifications/common/introduction.md" data-include-format="markdown">
</section>
<section data-include="specifications/common/scope.md" data-include-format="markdown">
</section>
<section data-include="specifications/common/normative.references.md" data-include-format="markdown">
</section>
<section data-include="specifications/model/terminology.md" data-include-format="markdown">
</section>
<section data-include="specifications/model/model.md" data-include-format="markdown">
</section>
<section data-include="specifications/common/common.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/common/common.binding.https.md" data-include-format="markdown">
</section>
<section data-include="specifications/catalog/catalog.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/catalog/catalog.binding.https.md" data-include-format="markdown">
</section>
<section data-include="specifications/negotiation/contract.negotiation.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/negotiation/contract.negotiation.binding.https.md" data-include-format="markdown">
</section>
<section data-include="specifications/transfer/transfer.process.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/transfer/transfer.process.binding.https.md" data-include-format="markdown">
</section>
<section id='conformance'></section>
<section id="tof" class="appendix">
<h1>Notes</h1>
</section>
</body>
</html>