Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 12, 2024
1 parent 472e811 commit 5b38cd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reasoning/deontic/deontic-query.n3
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix log: <http://www.w3.org/2000/10/swap/log#>.

# query
{ ?Q log:isObligatoryIn ?W } log:query { ?Q log:isObligatoryIn ?W }.
{ ?Q log:isPermittedIn ?W } log:query { ?Q log:isPermittedIn ?W }.
{ ?Q log:isForbiddenIn ?W } log:query { ?Q log:isForbiddenIn ?W }.
{ ?Q log:isObligatoryIn ?W } => { ?Q log:isObligatoryIn ?W }.
{ ?Q log:isPermittedIn ?W } => { ?Q log:isPermittedIn ?W }.
{ ?Q log:isForbiddenIn ?W } => { ?Q log:isForbiddenIn ?W }.

0 comments on commit 5b38cd3

Please sign in to comment.