Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow LQML extension function names to be URIs or namespace/localname pairs. #13

Open
clange opened this issue Nov 4, 2015 · 0 comments
Assignees

Comments

@clange
Copy link
Member

clange commented Nov 4, 2015

For better extensibility it should be possible to have LQML extension functions in multiple namespaces. We say that we are inspired by http://www.w3.org/TR/sparql11-query/#extensionFunctions http://www.w3.org/TR/xpath-30/ – there, function names are URIs (SPARQL) or namespace/localname pairs (XPath). This would require a prefix-binding syntax in LQML, so that functions could be invoked as prefix:functionName. I'd give this a low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants