Skip to content

Commit

Permalink
Replace v0.8 version tag (#237)
Browse files Browse the repository at this point in the history
* replace v0.8 in schemas, shapes, and markdown files

* replace v0.8 in catalog class diagrams

* replace v0.8 in negotiation class diagrams

* replace v0.8 in negotiation class diagrams

* replace v0.8 in transfer class diagrams
  • Loading branch information
sebbader-sap authored Feb 23, 2024
1 parent 3a1ecb9 commit 3cf2868
Show file tree
Hide file tree
Showing 113 changed files with 195 additions and 195 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
## About versions of the Dataspace Protocol

This specification [version 2024-1](https://github.com/International-Data-Spaces-Association/ids-specification/releases/tag/v0.8) of the Dataspace Protocol is the release candidate and considered to be stable. Further changes shall not affect conformity.
Since [version 0.8](https://github.com/International-Data-Spaces-Association/ids-specification/releases/tag/v0.8) the specification is stable with changes in details. All changes made to the specification can be reviewed in the [GitHub repository](https://github.com/International-Data-Spaces-Association/ids-specification/).
This version ([2024-1](https://github.com/International-Data-Spaces-Association/ids-specification/tree/main/releases/2024-1)) of the Dataspace Protocol specification is the release candidate and considered to be stable. Further changes shall not affect conformity.
Since [version 0.8](https://github.com/International-Data-Spaces-Association/ids-specification/tree/main/releases/v0.8) the specification is stable with changes in details. All changes made to the specification can be reviewed in the [GitHub repository](https://github.com/International-Data-Spaces-Association/ids-specification/).

> __NOTE:__ A versioning scheme beside the commits to the repository is not available but will be provided in the future.
Expand Down
6 changes: 3 additions & 3 deletions catalog/catalog.binding.https.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ POST https://provider.com/catalog/request
Authorization: ...
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:CatalogRequestMessage",
"dspace:filter": {}
}
Expand Down Expand Up @@ -74,7 +74,7 @@ GET https://provider.com/catalog/datasets/{id}
Authorization: ...
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:DatasetRequestMessage",
"dspace:dataset": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88"
}
Expand All @@ -99,7 +99,7 @@ The following request sequence demonstrates pagination:
Link: <https://provider.com/catalog?continuationToken=f59892315ac44de8ab4bdc9014502d52>; rel="next"
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dcat:Catalog",
...
}
Expand Down
Binary file modified catalog/message/diagram/catalog-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions catalog/message/diagram/catalog-error.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@startuml "catalog-error-message"
@startuml "catalog-error"
!pragma layout smetana

!include ../../../common/style/diagram.styles.puml
Expand All @@ -7,7 +7,7 @@ hide empty description


class "dspace:CatalogError" {
@context : "https://w3id.org/dspace/v0.8/context.json"
@context : "https://w3id.org/dspace/2024/1/context.json"
@type : "dspace:CatalogError"
dspace:code : String
dspace:reason : Array
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/diagram/catalog-request-message.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide empty description


class "dspace:CatalogRequestMessage" {
@context : "https://w3id.org/dspace/v0.8/context.json"
@context : "https://w3id.org/dspace/2024/1/context.json"
@type : dspace:CatalogRequestMessage
dspace:filter : Object
}
Expand Down
Binary file modified catalog/message/diagram/catalog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion catalog/message/diagram/catalog.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide empty description


class dcat:Catalog {
@context : "https://w3id.org/dspace/v0.8/context.json"
@context : "https://w3id.org/dspace/2024/1/context.json"
@type : "dcat:Catalog"
foaf:homepage : String
dcat:theme : Array<String>
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/diagram/dataset-request-message.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide empty description


class "dspace:DatasetRequestMessage" {
@context : "https://w3id.org/dspace/v0.8/context.json"
@context : "https://w3id.org/dspace/2024/1/context.json"
@type : dspace:DatasetRequestMessage
dspace:dataset : String
}
Expand Down
Binary file modified catalog/message/diagram/dataset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion catalog/message/diagram/dataset.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
hide empty description

class dcat:Dataset {
@context : "https://w3id.org/dspace/v0.8/context.json"
@context : "https://w3id.org/dspace/2024/1/context.json"
@type : "dcat:Dataset",
dcat:theme : Array<String>
dcat:keyword : Array<String>
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/catalog-error.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:CatalogError",
"dspace:code": "123:A",
"dspace:reason": [
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/catalog-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:CatalogRequestMessage",
"dspace:filter": [
"some-filter"
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57",
"@type": "dcat:Catalog",
"dct:title": "Data Provider A Catalog",
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/dataset-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:DatasetRequestMessage",
"dspace:dataset": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88"
}
2 changes: 1 addition & 1 deletion catalog/message/example/dataset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57",
"@type": "dcat:Dataset",
"dct:title": "Traffic Data",
Expand Down
4 changes: 2 additions & 2 deletions catalog/message/schema/catalog-error-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"$ref": "#/definitions/CatalogError"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/CatalogErrorSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/CatalogErrorSchema",
"definitions": {
"CatalogError": {
"type": "object",
"properties": {
"@context": {
"type": "string",
"const": "https://w3id.org/dspace/v0.8/context.json"
"const": "https://w3id.org/dspace/2024/1/context.json"
},
"@type": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions catalog/message/schema/catalog-request-message-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"$ref": "#/definitions/CatalogRequestMessage"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/CatalogRequestMessageSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/CatalogRequestMessageSchema",
"definitions": {
"CatalogRequestMessage": {
"type": "object",
"properties": {
"@context": {
"type": "string",
"const": "https://w3id.org/dspace/v0.8/context.json"
"const": "https://w3id.org/dspace/2024/1/context.json"
},
"@type": {
"type": "string",
Expand Down
10 changes: 5 additions & 5 deletions catalog/message/schema/catalog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"$ref": "#/definitions/Catalog"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/CatalogSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/CatalogSchema",
"definitions": {
"Catalog": {
"type": "object",
"allOf": [
{
"$ref": "https://w3id.org/dspace/schemas/v0.8/dataset-schema.json#/definitions/Dataset"
"$ref": "https://w3id.org/dspace/schemas/2024/1/dataset-schema.json#/definitions/Dataset"
},
{
"properties": {
"@context": {
"type": "string",
"const": "https://w3id.org/dspace/v0.8/context.json"
"const": "https://w3id.org/dspace/2024/1/context.json"
},
"@type": {
"type": "string",
Expand All @@ -28,14 +28,14 @@
"dcat:dataset": {
"type": "array",
"items": {
"$ref": "https://w3id.org/dspace/schemas/v0.8/dataset-schema.json#/definitions/Dataset"
"$ref": "https://w3id.org/dspace/schemas/2024/1/dataset-schema.json#/definitions/Dataset"
},
"minItems": 1
},
"dcat:service": {
"type": "array",
"items": {
"$ref": "https://w3id.org/dspace/schemas/v0.8/dataset-schema.json#/definitions/DataService"
"$ref": "https://w3id.org/dspace/schemas/2024/1/dataset-schema.json#/definitions/DataService"
},
"minItems": 1
},
Expand Down
4 changes: 2 additions & 2 deletions catalog/message/schema/dataset-request-message-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"$ref": "#/definitions/DatasetRequestMessage"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/DatasetRequestMessageSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/DatasetRequestMessageSchema",
"definitions": {
"DatasetRequestMessage": {
"type": "object",
"properties": {
"@context": {
"type": "string",
"const": "https://w3id.org/dspace/v0.8/context.json"
"const": "https://w3id.org/dspace/2024/1/context.json"
},
"@type": {
"type": "string",
Expand Down
6 changes: 3 additions & 3 deletions catalog/message/schema/dataset-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"$ref": "#/definitions/Dataset"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/DatasetSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/DatasetSchema",
"definitions": {
"Dataset": {
"type": "object",
Expand All @@ -20,7 +20,7 @@
"odrl:hasPolicy": {
"type": "array",
"items": {
"$ref": "https://w3id.org/dspace/schemas/v0.8/contract-schema.json#/definitions/Offer"
"$ref": "https://w3id.org/dspace/schemas/2024/1/contract-schema.json#/definitions/Offer"
},
"minItems": 1
},
Expand Down Expand Up @@ -101,7 +101,7 @@
"odrl:hasPolicy": {
"type": "array",
"items": {
"$ref": "https://w3id.org/dspace/schemas/v0.8/contract-schema.json#/definitions/Offer"
"$ref": "https://w3id.org/dspace/schemas/2024/1/contract-schema.json#/definitions/Offer"
},
"minItems": 1
},
Expand Down
6 changes: 3 additions & 3 deletions catalog/message/shape/catalog-error-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@prefix cred: <https://www.w3.org/2018/credentials#> .
@prefix sec: <https://w3id.org/security#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -21,7 +21,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
6 changes: 3 additions & 3 deletions catalog/message/shape/catalog-request-message-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@prefix cred: <https://www.w3.org/2018/credentials#> .
@prefix sec: <https://w3id.org/security#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -21,7 +21,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
6 changes: 3 additions & 3 deletions catalog/message/shape/dataset-request-message-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@prefix cred: <https://www.w3.org/2018/credentials#> .
@prefix sec: <https://w3id.org/security#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -21,7 +21,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
6 changes: 3 additions & 3 deletions catalog/message/shape/dataset-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
@prefix sec: <https://w3id.org/security#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -22,7 +22,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
6 changes: 3 additions & 3 deletions catalog/message/shape/dcat-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -24,7 +24,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
2 changes: 1 addition & 1 deletion common/common.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A [Connector](../model/terminology.md#connector--data-service-) must respond to

```json
{
"@context": "https://w3id.org/dspace/v0.8/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"protocolVersions": [
{
"version": "1.0",
Expand Down
2 changes: 1 addition & 1 deletion common/schema/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cc": "http://creativecommons.org/ns#",
"dct": "http://purl.org/dc/terms/",
"dcat": "http://www.w3.org/ns/dcat#",
"dspace": "https://w3id.org/dspace/v0.8/",
"dspace": "https://w3id.org/dspace/2024/1/",

"dct:title": { "@language": "en" },
"dct:creator": { "@type": "@id" },
Expand Down
4 changes: 2 additions & 2 deletions common/schema/version-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"$ref": "#/definitions/Version"
}
],
"$id": "https://w3id.org/dspace/schemas/v0.8/VersionSchema",
"$id": "https://w3id.org/dspace/schemas/2024/1/VersionSchema",
"definitions": {
"Version": {
"type": "object",
"properties": {
"@context": {
"type": "string",
"const": "https://w3id.org/dspace/v0.8/context.json"
"const": "https://w3id.org/dspace/2024/1/context.json"
},
"protocolVersions": {
"type": "array",
Expand Down
6 changes: 3 additions & 3 deletions common/shape/odrl-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@prefix cred: <https://www.w3.org/2018/credentials#> .
@prefix sec: <https://w3id.org/security#> .

@prefix dspace: <https://w3id.org/dspace/v0.8/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/v0.8/> .
@prefix dspace: <https://w3id.org/dspace/2024/1/> .
@prefix dspace_shapes: <https://w3id.org/dspace/shapes/2024/1/> .

@prefix sh: <http://www.w3.org/ns/shacl#> .

Expand All @@ -21,7 +21,7 @@ dspace_shapes:
] ;
sh:declare [
sh:prefix "dspace" ;
sh:namespace "https://w3id.org/dspace/v0.8/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/dspace/2024/1/"^^xsd:anyURI ;
] ;
.

Expand Down
Loading

0 comments on commit 3cf2868

Please sign in to comment.