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

Add Redirects for reused Schema Files #166

Closed sebbader-sap closed 7 months ago

sebbader-sap commented 8 months ago

We reference a small number of general schemas files through external JSON Schema references, e.g.:

"dspace:agreement": {
    "$ref": "https://w3id.org/dspace/schemas/v0.8/contract-schema.json#/definitions/Agreement"
}

Obviously, the link to the contract-schema.json does not work yet. Therefore the following redirects need to be added:

sebbader-sap commented 8 months ago

Solved by https://github.com/International-Data-Spaces-Association/w3id.org/pull/3

sebbader-sap commented 8 months ago

I don't remember why we would need https://w3id.org/dspace/shapes/v0.8/catalog-shapes.ttl, .../dcat-shapes.ttl, https://w3id.org/dspace/shapes/v0.8/contract-shapes.ttl, or .../odrl-shapes.ttl. So let's ignore those ones.

sebbader-sap commented 7 months ago

Required links work, closing the issue.