[jira] [Created] (JENA-1367) Property function apf:strSplit is not well-behaved

2017-06-23 Thread Richard Cyganiak (JIRA)
Richard Cyganiak created JENA-1367: -- Summary: Property function apf:strSplit is not well-behaved Key: JENA-1367 URL: https://issues.apache.org/jira/browse/JENA-1367 Project: Apache Jena Issu

[GitHub] jena pull request #266: JENA-1367: Improve apf:strSplit corner cases

2017-06-23 Thread cygri
GitHub user cygri opened a pull request: https://github.com/apache/jena/pull/266 JENA-1367: Improve apf:strSplit corner cases This is a patch to improve the behaviour of `apf:strSplit` in cases where it is invoked with inputs other than the obvious node types. The general s

[jira] [Commented] (JENA-1367) Property function apf:strSplit is not well-behaved

2017-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060718#comment-16060718 ] ASF GitHub Bot commented on JENA-1367: -- GitHub user cygri opened a pull request:

org.apache.jena.sparql.util.Iso Question

2017-06-23 Thread Claude Warren
{noformat} public static boolean nodeIso(Node n1, Node n2, NodeIsomorphismMap isoMap) { if ( isoMap != null ) { if ( n1.isBlank() && n2.isBlank() ) return isoMap.makeIsomorphic(n1, n2) ; if ( Var.isBlankNodeVar(n1) && Var.isBlankNodeVar(n2) )

Re: org.apache.jena.sparql.util.Iso Question

2017-06-23 Thread Andy Seaborne
On 23/06/17 22:11, Claude Warren wrote: {noformat} public static boolean nodeIso(Node n1, Node n2, NodeIsomorphismMap isoMap) { if ( isoMap != null ) { if ( n1.isBlank() && n2.isBlank() ) return isoMap.makeIsomorphic(n1, n2) ; if ( Var.is

Re: org.apache.jena.sparql.util.Iso Question

2017-06-23 Thread Andy Seaborne
On 23/06/17 22:16, Andy Seaborne wrote: On 23/06/17 22:11, Claude Warren wrote: {noformat} public static boolean nodeIso(Node n1, Node n2, NodeIsomorphismMap isoMap) { if ( isoMap != null ) { if ( n1.isBlank() && n2.isBlank() ) return isoMap.make

Re: org.apache.jena.sparql.util.Iso Question

2017-06-23 Thread Claude Warren
I'm working on the Union-of-one problem and for the solution trying to get rid of the regex comparisons. So it is not in current code and I worked around it by creating a proper var. I was just wondering if it was incorrect. thx for the answer. Claude On Fri, Jun 23, 2017 at 11:12 PM, Andy S

[GitHub] jena issue #265: JENA-1366: Fuseki embedded as a standalone server

2017-06-23 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/265 Planning to test it this weekend, but in case I take too long, the pull request is only adding code, that seems good to me. I want to give it a try so that I learn what it is doing, and can also perhaps

[jira] [Commented] (JENA-1366) Command line tool to run the embedded Fuseki server.

2017-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061677#comment-16061677 ] ASF GitHub Bot commented on JENA-1366: -- Github user kinow commented on the issue: