You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2018/01/07 19:52:50 UTC

[GitHub] jena issue #340: JENA-1461: JavaScript custom functions

Github user afs commented on the issue:

    https://github.com/apache/jena/pull/340
  
    This works to pick up a javascript library in `library.js`
    
    ```
    sparql --set arq:js-library=library.js --data data.ttl  --query query.rq
    ```


---