Re: [DRAFT] Jena board report for July 2015

2015-07-03 Thread Rob Vesse
+1 LGTM On 03/07/2015 09:40, Andy Seaborne a...@apache.org wrote: Report from the Apache Jena project [Andy Seaborne] ## Description: A framework for developing Semantic Web and Linked Data applications in Java. ## Activity: The project is working towards a major release. The most

[GitHub] jena pull request: Removing out-of-date comment and empty @Overrid...

2015-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/83 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Query parameterization.

2015-07-03 Thread Andy Seaborne
On 01/07/15 05:27, Holger Knublauch wrote: Hi Andy, this looks great, and is just in time for the ongoing discussions in the SHACL group. I apologize in advance for not having the bandwidth yet to try this out from your branch, but this topic will definitely bubble up in the priorities soon...

[jira] [Commented] (JENA-978) jena-text: store original literals

2015-07-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613316#comment-14613316 ] ASF subversion and git services commented on JENA-978: -- Commit

[jira] [Commented] (JENA-966) LazyIterator

2015-07-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613322#comment-14613322 ] ASF subversion and git services commented on JENA-966: -- Commit

Random error named broken line for same data, same query and same code.

2015-07-03 Thread Ankur Padia
Hello everyone, I am trying to execute a SPARQL query by making a call to fuseki server running at default port 3030. The query is as follows. PREFIX univ: http://example.com# PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# SELECT ?subject ?predicate ?object FROM

[jira] [Updated] (JENA-978) jena-text: store original literals

2015-07-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-978: --- Assignee: Osma Suominen (was: Andy Seaborne) jena-text: store original literals

[jira] [Resolved] (JENA-978) jena-text: store original literals

2015-07-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-978. Resolution: Done Fix Version/s: Jena 3.0.0 jena-text: store original literals

[jira] [Commented] (JENA-982) Concurrent Modification Exception on DatasetGraphMem.clear()

2015-07-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14612981#comment-14612981 ] ASF subversion and git services commented on JENA-982: -- Commit

Re: Query parameterization.

2015-07-03 Thread Andy Seaborne
On 01/07/15 07:17, Claude Warren wrote: SelectBuilder sb = new SelectBuilder() .addVar( * ) .addWhere( ?s, ?p, ?o ); sb.setVar( Var.alloc( ?o ), NodeFactory.createURI( http://xmlns.com/foaf/0.1/Person; ) ) ;Query q = sb.build(); Hi Claude, Should that be one of Var.alloc( o )

[DRAFT] Jena board report for July 2015

2015-07-03 Thread Andy Seaborne
Report from the Apache Jena project [Andy Seaborne] ## Description: A framework for developing Semantic Web and Linked Data applications in Java. ## Activity: The project is working towards a major release. The most significant user-visible is converting to org.apache.jena package names

[jira] [Created] (JENA-982) Concurrent Modification Exception on DatasetGraphMem.clear()

2015-07-03 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-982: -- Summary: Concurrent Modification Exception on DatasetGraphMem.clear() Key: JENA-982 URL: https://issues.apache.org/jira/browse/JENA-982 Project: Apache Jena

[jira] [Closed] (JENA-982) Concurrent Modification Exception on DatasetGraphMem.clear()

2015-07-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne closed JENA-982. -- Resolution: Fixed Concurrent Modification Exception on DatasetGraphMem.clear()