https://github.com/solidlabresearch/odrl-test-conflicts
A collection of test cases for conflicting ODRL policies.
https://github.com/solidlabresearch/odrl-test-conflicts
Last synced: 6 months ago
JSON representation
A collection of test cases for conflicting ODRL policies.
- Host: GitHub
- URL: https://github.com/solidlabresearch/odrl-test-conflicts
- Owner: SolidLabResearch
- Created: 2025-06-26T11:25:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T10:55:17.000Z (6 months ago)
- Last Synced: 2025-07-31T12:57:44.666Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Conflicts
This repository contains a collection of [ODRL](https://www.w3.org/TR/odrl-model/) test cases investigating various forms of policy conflicts.
Using [ODRL Vocabulary & Expression 2.2](https://www.w3.org/TR/odrl-vocab/).
See [documentation](https://github.com/SolidLabResearch/ODRL-Test-Conflicts/tree/main/data/documentation) for an overview of the test cases.
See [quiz](https://github.com/SolidLabResearch/ODRL-Test-Conflicts/tree/main/quiz) for a (growing) collection of deontic quizzes for which no hints are provided.
## Dependencies
```
npm install
```
## Layout
- **data/policies** : test policies
- **data/test_case** : test cases for the policies
- **quiz/** : test cases without hints which type of conflict is the result
## Conflicts
- `NonConflict` : no conflict found
- `Conflict` : rules that contradict each other
- `Ambiguous` : rules that permit an action in one state of the world but deny it in another
- `Underspecified` : rules that never will trigger