JENA-650 - Define SPARQL commands in Jena rules (syntax)

2014-06-03 Thread Miguel Bento Alves
Hi all, I'm working on JENA-650 - Define SPARQL commands in Jena rules, under GSoC project. Right now, I need to define the syntax to declare a SPARQL command in a rule. My proposal is to do as in rules, enclosed between parenthesis (some examples listed below). I need some feedback from you abou

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016801#comment-14016801 ] Rob Vesse commented on JENA-707: Note that I am running Java 8 on my Macbook and could not r

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016798#comment-14016798 ] Andy Seaborne commented on JENA-707: What's the full path? Can you try java7? Or 6? > H

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016789#comment-14016789 ] Rick Moynihan commented on JENA-707: Hi Rob, Thanks for the advice, that's very useful

[jira] [Comment Edited] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016608#comment-14016608 ] Rob Vesse edited comment on JENA-707 at 6/3/14 3:29 PM: I can't repr

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016608#comment-14016608 ] Rob Vesse commented on JENA-707: I can't reproduce this on OS X 10.9.3 (and I have multiple

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016632#comment-14016632 ] Rob Vesse commented on JENA-707: To clarify the second half of my previous comment If you u

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016579#comment-14016579 ] Rick Moynihan commented on JENA-707: Strange, that's exactly the code I have and it fail

Re: Configuration implementation

2014-06-03 Thread Claude Warren
I think it will work with an assembler. I'll fire up a jena-commons (things that make jena useful outside of standard stuff) as opposed to jena-utils (which sounds like things that are used across jena modules) Claude On Tue, Jun 3, 2014 at 3:18 PM, Andy Seaborne wrote: > On 02/06/14 17:24, C

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016566#comment-14016566 ] Andy Seaborne commented on JENA-707: Your config works for me (loaded with tdbloader, qu

[jira] [Updated] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-707: --- Description: When using the Jena API and TDBFactory.assembleDataset("config.ttl") if the storage locat

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016555#comment-14016555 ] Rick Moynihan commented on JENA-707: I get exactly the same behaviour with or without th

Re: Configuration implementation

2014-06-03 Thread Andy Seaborne
On 02/06/14 17:24, Claude Warren wrote: I have an implementation of Apache Configuration [1] that sites on top of a Resource. This allows simple java access to configuration options specified in RDF documents. I was thinking of contributing it to the com.hp.hpl.jena.util package. Does anyone o

[jira] [Commented] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016537#comment-14016537 ] Andy Seaborne commented on JENA-707: Works for me (on Ubuntu) - TDB passes the string to

[jira] [Updated] (JENA-707) Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Moynihan updated JENA-707: --- Summary: Hyphens in tdb:location path cause dataset querys to return empty resultsets when using TDBFac

[jira] [Comment Edited] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016507#comment-14016507 ] Rick Moynihan edited comment on JENA-707 at 6/3/14 1:43 PM: Sorr

[jira] [Commented] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016507#comment-14016507 ] Rick Moynihan commented on JENA-707: Sorry, by "prevents querying" and "failure" I meant

[jira] [Commented] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016487#comment-14016487 ] Andy Seaborne commented on JENA-707: Could you say in what way "it prevents querying at

[jira] [Updated] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Moynihan updated JENA-707: --- Description: When using the Jena API and TDBFactory.assembleDataset("config.ttl") if the storage locat

[jira] [Updated] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
[ https://issues.apache.org/jira/browse/JENA-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Moynihan updated JENA-707: --- Description: When using the Jena API and TDBFactory.assembleDataset("config.ttl") if the storage locat

[jira] [Created] (JENA-707) Hyphens in tdb:location path prevent dataset querying when using TDBFactory

2014-06-03 Thread Rick Moynihan (JIRA)
Rick Moynihan created JENA-707: -- Summary: Hyphens in tdb:location path prevent dataset querying when using TDBFactory Key: JENA-707 URL: https://issues.apache.org/jira/browse/JENA-707 Project: Apache Jen

Re: [VOTE] Release Jena 2.11.2

2014-06-03 Thread Rob Vesse
My vote is a +1 Checking carried out + does everything work on MS Windows? Not tested + does everything work on OS X? Tested as working + is the GPG signature fine? Yes for all artifacts + are the checksums correct? Yes for all artifacts + is there a source archive?

Re: [VOTE] Release Jena 2.11.2

2014-06-03 Thread Andy Seaborne
Please vote to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open to the end of Thursday, 5th June 2014, 23:59 UTC (72 hours from the same hour tonight UTC). +1 --- + does everything wor