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
In writing a query where I had to create a new IRI manually I noticed that the BINDkeyword doesn't seem to be supported in CSPARQL. Any plans for supporting this in the near future, along with the commonly used functions (IRI, CONCAT, STR) ? Is there some workaround for cases where, for example, the name of a generated event needs to be created in the WHERE clause? Perhaps I can register my own custom function in some way?
The text was updated successfully, but these errors were encountered:
In writing a query where I had to create a new IRI manually I noticed that the
BIND
keyword doesn't seem to be supported in CSPARQL. Any plans for supporting this in the near future, along with the commonly used functions (IRI
,CONCAT
,STR
) ? Is there some workaround for cases where, for example, the name of a generated event needs to be created in theWHERE
clause? Perhaps I can register my own custom function in some way?The text was updated successfully, but these errors were encountered: