Skip to content

Commit e0cd19b

Browse files
committed
chore: add comments to clarify ODRL configuration is now used
1 parent cc2925f commit e0cd19b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/authorization/config.ttl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
14
@prefix adms: <http://www.w3.org/ns/adms#> .
25
@prefix besluit: <http://data.vlaanderen.be/ns/besluit#> .
36
@prefix cms: <http://mu.semte.ch/vocabulary/cms/> .

config/authorization/decide.lisp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
;; WARNING
2+
;; This configuration is no longer used, any changes should be applied in `./config.ttl'. This file is kept as backup/reference configuration.
3+
;;
14
(in-package :acl)
25

36
(define-prefixes

0 commit comments

Comments
 (0)