Hi all,
What is the syntax for adding an OR condition for edge property based queries. For example the below restricts source edges with property :HR.
:Pete a { :since 2010 } :Engineer ;
:worksAt { :source :HR } :Stardog
I need to add an "in" clause, like :source IN (:HR, :IT) but that syntax does not work
Thanks