You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OntoWiki User Discussion
I'm now working on a navigation box component for ontowiki and I use
query object to modify search query.
There is a method
$query->addTriple($s, $p, $o);
It adds a new triplet to query like "?s ?p ?o ."
But I need to add few triplets with UNION option (like " {?s ?p ?o.}
UNION {?s1 ?p1 ?o1. }") - is there a way to do that now?