On 30/07/14 10:54, Wang Darrell wrote:
Hi there

I want to add some rules to jena.
Here is my "act.rules"

*@PREFIX yago: <http://yago-knowledge.org/resource/
<http://yago-knowledge.org/resource/>>.*

Like Andy says that should be:

@prefix yago: <http://yago-knowledge.org/resource/>

*[rule1:*
*(?x yago:actedIn yago:Boycott_(film)) *

The rule parser can't cope with "(" and ")" in URIs or local names. This is a bug.

Dave

Reply via email to