You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands like @query predicate and @query predicate[2]should work like@query predicate(?X,?Y)```. If no arity is given, then the command should complain if there are several predicates of the same name and distinct arities. For this to work, there needs to be some way of accessing all predicates in the KnowledgeBase, which could also include other filtering options; to be designed.
The text was updated successfully, but these errors were encountered:
mkroetzsch
changed the title
Client: @query should support "predicate" and "predicate[arity]"
[client] @query should support "predicate" and "predicate[arity]"
Oct 2, 2020
Commands like
@query predicate
and @query predicate[2]should work like
@query predicate(?X,?Y)```. If no arity is given, then the command should complain if there are several predicates of the same name and distinct arities. For this to work, there needs to be some way of accessing all predicates in the KnowledgeBase, which could also include other filtering options; to be designed.The text was updated successfully, but these errors were encountered: