[
https://issues.apache.org/jira/browse/JENA-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316088#comment-16316088
]
ASF GitHub Bot commented on JENA-1461:
--------------------------------------
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`?
> Allow ARQ custom functions to be written in JavaScript
> ------------------------------------------------------
>
> Key: JENA-1461
> URL: https://issues.apache.org/jira/browse/JENA-1461
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ
> Affects Versions: Jena 3.6.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
>
> Provide execution of JavaScript for SPARQL extension functions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)