diff --git a/docs/tutorials/e2e/boost/consumeData.md b/docs/tutorials/e2e/boost/consumeData.md index b6828ccd342..7215ee8ef45 100644 --- a/docs/tutorials/e2e/boost/consumeData.md +++ b/docs/tutorials/e2e/boost/consumeData.md @@ -74,7 +74,7 @@ The response should look like this: "@id": "65356596-dd7c-4ad4-8fc6-8512be6f0ec2", "edc:createdAt": 1715669329095, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -117,7 +117,7 @@ curl --location 'http://dataconsumer-1-controlplane.tx.test/management/v2/contra "edc:createdAt": 1715669329095, "edc:contractAgreementId": "Mw==:Mw==:N2RhZGI3OGMtYzUxNC00OTkzLWI3MzktNDE3YmJhMDNkMDU4", "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -176,7 +176,7 @@ The response in this case looks like this: "@id": "9d6a0507-25f5-4a81-8885-a47bc3809451", "edc:createdAt": 1715669899367, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -225,7 +225,7 @@ curl --location 'http://dataconsumer-1-controlplane.tx.test/management/v2/transf }, "edc:connectorId": "BPNL00000003AYRE", "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", diff --git a/docs/tutorials/e2e/boost/dtrTutorial.md b/docs/tutorials/e2e/boost/dtrTutorial.md index b559477a64d..bfe269a315c 100644 --- a/docs/tutorials/e2e/boost/dtrTutorial.md +++ b/docs/tutorials/e2e/boost/dtrTutorial.md @@ -49,7 +49,7 @@ Action (Bob): Create a data asset using the following command: "edc":"https://w3id.org/edc/v0.0.1/ns/", "cx-common":"https://w3id.org/catenax/ontology/common#", "cx-taxo":"https://w3id.org/catenax/taxonomy#", - "dct":"https://purl.org/dc/terms/" + "dct":"http://purl.org/dc/terms/" }, "@id":"{{ASSET_ID}}", "properties":{ diff --git a/docs/tutorials/e2e/boost/provideData.md b/docs/tutorials/e2e/boost/provideData.md index 58330a35eea..c5a4c33309d 100644 --- a/docs/tutorials/e2e/boost/provideData.md +++ b/docs/tutorials/e2e/boost/provideData.md @@ -68,7 +68,7 @@ The result shows the already existing assets and the newly created asset. "edc:baseUrl": "http://umbrella-dataprovider-dtr:8080/api/v3.0" }, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -93,7 +93,7 @@ The result shows the already existing assets and the newly created asset. "edc:baseUrl": "http://umbrella-dataprovider-submodelserver:8080" }, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -114,7 +114,7 @@ The result shows the already existing assets and the newly created asset. "edc:baseUrl": "https://jsonplaceholder.typicode.com/todos/3" }, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -251,7 +251,7 @@ The requested catalog looks like this: }, "edc:participantId": "BPNL00000003AYRE", "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -297,7 +297,7 @@ The policy was successfully created, if the response is something like this "@id": "3-1", "edc:createdAt": 1715627034106, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -375,7 +375,7 @@ And again the policy was successfully created "@id": "3-2", "edc:createdAt": 1715627218849, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -414,7 +414,7 @@ As a check, the result should look like this: "@id": "3", "edc:createdAt": 1715627302307, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", diff --git a/docs/tutorials/e2e/boost/restrictData.md b/docs/tutorials/e2e/boost/restrictData.md index 79a8e562d42..73349b7cee0 100644 --- a/docs/tutorials/e2e/boost/restrictData.md +++ b/docs/tutorials/e2e/boost/restrictData.md @@ -71,14 +71,13 @@ curl --location 'http://dataprovider-controlplane.tx.test/management/v2/policyde The policydefinition is created with the ID `41` - ```json { "@type": "edc:IdResponse", "@id": "41", "edc:createdAt": 1715674423858, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -138,7 +137,7 @@ The response should be something like this "@id": "42", "edc:createdAt": 1715674546763, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -180,7 +179,7 @@ A response should look like this "@id": "4", "edc:createdAt": 1715674670136, "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/", @@ -346,7 +345,7 @@ The response doesnt include the cataolog entry for the asset/offer with id4 }, "edc:participantId": "BPNL00000003AYRE", "@context": { - "dct": "https://purl.org/dc/terms/", + "dct": "http://purl.org/dc/terms/", "tx": "https://w3id.org/tractusx/v0.0.1/ns/", "edc": "https://w3id.org/edc/v0.0.1/ns/", "dcat": "https://www.w3.org/ns/dcat/",