-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (117 loc) · 5.18 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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/respec-mermaid@1.1.0/dist/main.js"></script>
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
latestVersion: "https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol",
postProcess: [window.respecMermaid.createFigures],
editors: [{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
company: "International Dataspaces Association",
companyURL: "https://internationaldataspaces.org/",
}],
authors: [
{
name: "Peter Koen",
url: "https://github.com/PeterKoen-MSFT",
company: "Microsoft"
},
{
name: "Maarten Kollenstart",
url: "https://github.com/mkollenstart",
company: "TNO"
},
{
name: "James Marino",
url: "https://github.com/jimmarino",
company: "Metaform Systems"
},
{
name: "Julia Pampus",
url: "https://github.com/juliapampus",
company: "Fraunhofer ISST"
},
{
name: "Anil Turkmayali",
url: "https://github.com/anilturkmayali",
company: "International Dataspaces Association"
},
{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
company: "International Dataspaces Association"
},
{
name: "Arno Weiß",
url: "https://github.com/arnoweiss",
company: "SAP SE"
},
],
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 2025-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 (2025-1) of the Dataspace Protocol specification is a release of the specification and considered to be
stable. Further changes shall not affect conformity. All changes made to the specification can be reviewed in
the GitHub repositories - up to and including `2024-1` under the governance of the <a href="https://github.com/International-Data-Spaces-Association/ids-specification">IDSA</a>
and with the <a href="https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol">EDWG</a> ever since.
</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/common/terminology.md" data-include-format="markdown">
</section>
<section data-include="specifications/common/common.protocol.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>