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: EVES/EVES-003/eves-003.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This EVES addresses the need for clear guidelines to onboard assets and synchron
31
31
32
32
The `envited-x:SimulationAsset` defines a digital asset within the domain of simulation including the core simulation data and all necessary files for describing, evaluating, and visualizing the dataset.
33
33
All simulation assets MUST be derived from a common `envited-x` ontology defined in the [Gaia-X 4 PLC-AAD Ontology Management Base][1].
34
-
A data space portal SHALL display the currently supported version of the ontologies like e.g.: `https://ontologies.envited-x.net/envited-x/v2/ontology#`.
34
+
A data space portal SHALL display the currently supported version of the ontologies such as: `https://ontologies.envited-x.net/envited-x/v2/ontology#`.
35
35
Each simulation asset SHALL be compliant with the [Gaia-X Ontology and SHACL shapes 2210][2].
36
36
The `gx` turtle shacle shapes are derived from the [Gaia-X Trust Framework Schema][3] and the respective application/ld+json [Gaia-X Trust Framework Shapes][4].
37
37
A [GaiaX Compliant Claims Example][5] MAY be generated using the [GaiaX 4 PLC-AAD Claim Compliance Provider][6].
@@ -54,15 +54,15 @@ Tooling such as the [ENVITED-X Simulation Asset Tools][20] MAY automate the crea
54
54
55
55
Every `asset.zip` MUST contain the following top-level folders mapped to `envited-x` artifact categories:
|_(root)_|`envited-x:isLicense`| MUST |`envited-x:isPublic`| LICENSE file at the asset root |
65
+
|_(root)_|`envited-x:isManifest`| MUST |`envited-x:isPublic`|`manifest_reference.json` at the asset root |
66
66
67
67
> **Note:** The `envited-x` categories and access roles are formally defined in the [ENVITED-X Ontology][21] which extends the generic [Manifest Ontology][22].
68
68
> The `envited-x:ExtendedLinkShape` constrains the allowed values for both `manifest:hasCategory` and `manifest:hasAccessRole`.
@@ -146,12 +146,12 @@ IPFS is a peer-to-peer content delivery network built around the innovation of c
146
146
147
147
#### CID v1
148
148
149
-
Artifacts uploaded to IPFS e.g. using services like [Pinata][9] MUST use the content identifier version [CID v1][11].
149
+
Artifacts uploaded to IPFS, for example using services like [Pinata][9] MUST use the content identifier version [CID v1][11].
150
150
In Pinata this is achievable through the API using the `pinataOptions` parameter, as outlined in the [documentation][10].
151
151
152
152
#### File Naming
153
153
154
-
Uploaded file names MUST exclude extensions (e.g., use `file` instead of `file.json`) to avoid issues such as double extensions during downloads (e.g., `file.json.json`).
154
+
Uploaded file names MUST exclude extensions (for example, use `file` instead of `file.json`) to avoid issues such as double extensions during downloads (for example, `file.json.json`).
155
155
156
156
### 3. Privacy Layer
157
157
@@ -294,46 +294,47 @@ The compatibility with the current release of the [Gaia-X Policy Rules Complianc
294
294
295
295
## References
296
296
297
-
-[Gaia-X 4 PLC-AAD Ontology Management Base][1]
298
-
-[Gaia-X Ontology and SHACL shapes 2210][2]
297
+
-[ASCS Ontology Management Base][1]
298
+
-[Gaia-X Ontology and SHACL shapes][2]
299
299
-[Gaia-X Trust Framework Schema][3]
300
300
-[Gaia-X Trust Framework Shapes][4]
301
301
-[GaiaX Compliant Claims Example][5]
302
-
-[GaiaX 4 PLC-AAD Claim Compliance Provider][6]
302
+
-[GaiaX Claim Compliance Provider][6]
303
303
-[ASCS HD-Map Asset Example][7]
304
304
-[IPFS][8]
305
-
-[Pinata Documentation][10]
305
+
-[Pinata][9]
306
+
-[Pinata API Documentation][10]
307
+
-[CID v1 Content Addressing][11]
306
308
-[ENVITED-X Data Space Portal][12]
307
309
-[EIP-712][13]
310
+
-[SPDX License List][15]
308
311
-[RFC 2119: Key Words for Use in RFCs to Indicate Requirement Levels][16]
0 commit comments