Skip to content

Commit

Permalink
docs(bpngroups): update supported operators (#1117)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Reuter <[email protected]>
  • Loading branch information
domreuter and dom-reuter authored Mar 9, 2024
1 parent e913a44 commit 1ec3225
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions edc-extensions/bpn-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ Both previously mentioned evaluation functions are bound to the following scopes

This policy states, that a certain BPN must, may or must not be member of a certain group. Groups may be represented as
scalar, or as comma-separated lists. For semantic expression, the following ODRL operators are
supported: `eq`, `neq`, `in`, `isAllOf`, `isAnyOf`, `isNoneOf`. The following example demonstrates a full JSON-LD
structure in expanded form, containing such a constraint.
supported:
- `eq`
- `neq`
- `isPartOf`
- `isAllOf`
- `isAnyOf`
- `isNoneOf`

The following example demonstrates a full JSON-LD structure in expanded form, containing such a constraint.

### Example

Expand Down

0 comments on commit 1ec3225

Please sign in to comment.