Github user kinow commented on a diff in the pull request:
https://github.com/apache/jena/pull/340#discussion_r160112461
--- Diff: jena-arq/src/main/java/org/apache/jena/sparql/ARQConstants.java
---
@@ -67,6 +67,13 @@
/** XML Schema namespace */
public static final String XML_SCHEMA_NS =
"http://www.w3.org/2001/XMLSchema#" ;
+ /** The URI prefix that triggers JavaScript functions */
+ public static final String JavaScriptURI =
"http://jena/apache.org/ARQ/jsFunction#" ;
--- End diff --
Probably `jena.apache.org` instead of `jena/apache.org`?
---