Skip to content

Commit

Permalink
testing inference fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 9, 2023
1 parent c5a924f commit 8b3c553
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions reasoning/blogic/good-cobbler.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,19 @@ _:x a (:good :Cobbler).
:test :is _:something.
}.
}.

# invalid inference "x is good. x is a cobbler. therefore, x is a good cobbler".
# uncommenting the following 2 triples will blow a inference fuse
#_:x a :good.
#_:x a :Cobbler.

# maybe this is too strong in general
(_:a _:b _:c) log:onNegativeSurface {
_:a a _:b.
_:a a _:c.
() log:onNegativeSurface {
() log:onNegativeSurface {
_:a a (_:b _:c).
}.
}.
}.

0 comments on commit 8b3c553

Please sign in to comment.