International-Data-Spaces-Association / ids-specification

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 in a data space
https://docs.internationaldataspaces.org/dataspace-protocol/
Apache License 2.0
26 stars 14 forks source link

Upgrade @context Link to the Pre-Release Version #224

Closed sebbader-sap closed 4 months ago

sebbader-sap commented 4 months ago

Currently, we use "@context": "https://w3id.org/dspace/v0.8/context.json". However, as the "v0.8" is not the version that we will publish, we need to find a proper version tag and then use it to replace it everywhere.

sebbader-sap commented 4 months ago

Proposals:

  1. https://w3id.org/dspace/v0.9/context.json
  2. https://w3id.org/dspace/0/9/context.json
  3. https://w3id.org/dspace/2024/context.json
  4. https://w3id.org/dspace/pre-release/context.json
sebbader-sap commented 4 months ago

I think Option 3 is a good compromise to prevent conflicts with later versions but also prevent a "pre-release" path segment.

ssteinbuss commented 4 months ago

https://w3id.org/dspace/2024/1/context.json it is as decided in the meeting today

need to create a release and tag it as a release

@sebbader-sap will make a PR towards the w3id fork

sebbader-sap commented 4 months ago

Required steps: