Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 9, 2023
1 parent baaca5b commit 677c8a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reasoning/sequents/model.n3
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ----------------------------
# Policy model finding example
# ----------------------------
#
# Using sequents like in https://en.wikipedia.org/wiki/Sequent
# A sequent is a log:implies with a set of possible conclusions e.g.
#

@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix list: <http://www.w3.org/2000/10/swap/list#>.
Expand All @@ -22,7 +26,7 @@
}
$).

# if X is an individual who can do A then X can do C or D
# if X is an individual who can do A then X can do E or D
{
?X a vcard:Individual.
?X :canDo :A.
Expand Down

0 comments on commit 677c8a2

Please sign in to comment.