Currently the policy json-ld context for 2025/9 describe the odrl term as
"odrl": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld"
https://github.com/catenax-eV/catenax-ev.github.io/blob/main/docs/standards/CX-0152-PolicyConstrainsForDataExchange/assets/context/context.jsonld#L4
Also in the cx-odrl-profile
https://github.com/catenax-eV/cx-odrl-profile/blob/main/schema/context/context.jsonld
When used in a DSP request with DSP 2025/1 this might make the JSON-LD processor not working depending on the order of the JSON-LD context since it might redefine an already define term if in a @protected environment.
For example
Probably it should be
"odrl": "http://www.w3.org/ns/odrl/2/"
Currently the policy json-ld context for 2025/9 describe the odrl term as
"odrl": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld"https://github.com/catenax-eV/catenax-ev.github.io/blob/main/docs/standards/CX-0152-PolicyConstrainsForDataExchange/assets/context/context.jsonld#L4
Also in the cx-odrl-profile
https://github.com/catenax-eV/cx-odrl-profile/blob/main/schema/context/context.jsonld
When used in a DSP request with DSP 2025/1 this might make the JSON-LD processor not working depending on the order of the JSON-LD context since it might redefine an already define term if in a
@protectedenvironment.For example
Probably it should be
"odrl": "http://www.w3.org/ns/odrl/2/"