@@ -99,9 +99,9 @@ The output will be something like:
9999 "@id" : " cb701b36-48ee-4132-8436-dba7b83c606c" ,
100100 "@type" : " dcat:DataService" ,
101101 "dcat:endpointDescription" : " dspace:connector" ,
102- "dcat:endpointUrl" : " http://provider:19194/protocol" ,
102+ "dcat:endpointUrl" : " http://provider:19194/protocol/2025-1 " ,
103103 "dct:terms" : " dspace:connector" ,
104- "dct:endpointUrl" : " http://provider:19194/protocol"
104+ "dct:endpointUrl" : " http://provider:19194/protocol/2025-1 "
105105 }
106106 },
107107 {
@@ -113,9 +113,9 @@ The output will be something like:
113113 "@id" : " cb701b36-48ee-4132-8436-dba7b83c606c" ,
114114 "@type" : " dcat:DataService" ,
115115 "dcat:endpointDescription" : " dspace:connector" ,
116- "dcat:endpointUrl" : " http://provider:19194/protocol" ,
116+ "dcat:endpointUrl" : " http://provider:19194/protocol/2025-1 " ,
117117 "dct:terms" : " dspace:connector" ,
118- "dct:endpointUrl" : " http://provider:19194/protocol"
118+ "dct:endpointUrl" : " http://provider:19194/protocol/2025-1 "
119119 }
120120 }
121121 ],
@@ -128,7 +128,7 @@ The output will be something like:
128128 "dcat" : " http://www.w3.org/ns/dcat#" ,
129129 "dct" : " http://purl.org/dc/terms/" ,
130130 "odrl" : " http://www.w3.org/ns/odrl/2/" ,
131- "dspace" : " https://w3id.org/dspace/v0.8 /"
131+ "dspace" : " https://w3id.org/dspace/2025/1 /"
132132 }
133133}
134134
@@ -217,7 +217,7 @@ which has to be stored in the root folder of this sample as well. The only addit
217217 WEB_HTTP_MANAGEMENT_AUTH_KEY : password
218218 WEB_HTTP_PROTOCOL_PORT : 9292
219219 WEB_HTTP_PROTOCOL_PATH : /protocol
220- EDC_DSP_CALLBACK_ADDRESS : http://consumer:9292/protocol
220+ EDC_DSP_CALLBACK_ADDRESS : http://consumer:9292/protocol/2025-1
221221 EDC_PARTICIPANT_ID : consumer
222222 entrypoint : java
223223 -javaagent:/resources/opentelemetry-javaagent.jar
0 commit comments