Skip to content

Commit

Permalink
Making everything true
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jul 27, 2024
1 parent e6e8c35 commit 87135ed
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions test/pure/universal_statement3.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,13 @@
@prefix log: <http://www.w3.org/2000/10/swap/log#> .

# From
# \forall x: x is Perfect
# \forall x: x is true
# Follows:
# bob is Perfect
# test is true

(_:X) log:onNegativeSurface {
() log:onNegativeSurface {
_:X :is :Perfect .
} .
} .

() log:onNegativeSurface {
:bob :is :Perfect .

() log:onNegativeSurface {
:test :is true .
_:X :is true .
} .
} .

Expand Down

0 comments on commit 87135ed

Please sign in to comment.