-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odrl:write was deprecated #1
Comments
The specification indeed states that How I understand it is that they can be used interchangeable. Now that I think about it a bit further, does to the transitive property of ( Another question that I do not have the answer to is, which semantics take priority for ODRL: skos or owl? |
IMHO, at least in "general" programming libraries/languages:
So, for example, you can be 2.1 and 2.2 compliant, whilst someone else is only 2.2 (ignoring deprecations is not breaking 2.2). owl/skos, in this case, are defining properties for
To answer your question about interchangeability: anything that is skos:exactMatch is interchangeable (in the direction defined: a -exMatch -> b / c -exMatch-> b ... but a and c are not necessarily "interchangeable" as when they were defined (but yes after the exactMatch).
|
Source: https://github.com/SolidLabResearch/ODRL-Test-Suite/blob/main/data/requests/request-3.ttl
odrl:action odrl:write;
should be
odrl:action odrl:modify;
I thought the same thought but in 2.2 it was deprecated:
The text was updated successfully, but these errors were encountered: