We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2925f commit e0cd19bCopy full SHA for e0cd19b
2 files changed
config/authorization/config.ttl
@@ -1,3 +1,6 @@
1
+# For more details in writing authorisation policies in ODRL, see
2
+# sparql-parser's README.
3
+# <https://github.com/mu-semtech/sparql-parser/tree/feature/odrl-configuration?tab=readme-ov-file#defining-an-authorization-policy-in-odrl>
4
@prefix adms: <http://www.w3.org/ns/adms#> .
5
@prefix besluit: <http://data.vlaanderen.be/ns/besluit#> .
6
@prefix cms: <http://mu.semte.ch/vocabulary/cms/> .
config/authorization/decide.lisp
+;; WARNING
+;; This configuration is no longer used, any changes should be applied in `./config.ttl'. This file is kept as backup/reference configuration.
+;;
(in-package :acl)
(define-prefixes
0 commit comments