Skip to content
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

Specify requirements for ODRL policies (templates) #18

Open
jdsika opened this issue Dec 4, 2024 · 1 comment
Open

Specify requirements for ODRL policies (templates) #18

jdsika opened this issue Dec 4, 2024 · 1 comment

Comments

@jdsika
Copy link
Contributor

jdsika commented Dec 4, 2024

EVES-005 defines the process for a contract negotiation. We need to specify the requirements for the ODRL policy. e.g. minimum content and how to verify it.

@lenasauermann
Copy link

There are three main types of an ODRL policy:

odrl:Set:

Represents a collection of policies (Permissions, Duties, Constraints).
It is the most general type and is often used to define a policy that consists of several elements.
--> We could use it as a policy template

odrl:Offer:

A policy that describes an offer to use a specific target.
Used when an entity (e.g. a licensor) provides an offer to potential users.
--> We could use this in the context of negotiation

odrl:Agreement:

Represents an agreement between parties that shows formal agreement to the terms of the policy.
--> We could use this as part of the agreement.

Here a policy template as an example:

odrl-example.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants