- From: Yosi Scharf <syosi@MIT.EDU>
- Date: Fri, 26 Aug 2005 11:25:40 -0400
- To: Yarden Katz <yarden@umd.edu>
- CC: public-cwm-talk@w3.org
Given the file a.n3:
----------------------------
:a :b :c .
{:a :b :c} => {:The :Rule :Fired} .
----------------------------
cwm a.n3 --pythink
does not have the triple ``:The :Rule :Fired''
This bug seems to result from pychinko having some pretty fundemental
assumptions that an AlphaNode or BetaNode must have at least one
variable to match.
Yosi
Received on Friday, 26 August 2005 15:25:53 UTC