Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 4, 2024
1 parent 729c193 commit 4e8e5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reasoning/deontic/example1.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@

# K axiom
(_:Proposition1 _:Proposition2 _:World) log:onNegativeSurface {
_:Proposition1 :implies _:Proposition2.
_:Proposition1 :isObligatoryIn _:World.
() log:onNegativeSurface {
_:Proposition2 :isObligatoryIn _:World.
}.
_:Proposition1 :implies _:Proposition2.
_:Proposition1 :isObligatoryIn _:World.
}.

# query
Expand Down

0 comments on commit 4e8e5e1

Please sign in to comment.