Re: Help with apache: Big data and apacheCon: Core

2015-06-01 Thread Andy Seaborne
Good question: I was more approaching from the LD angle. I guess big data is more specifc to the big data memes in Apache and LD isn't there (Elephas aside!). core seems more natural - does that make sense? Andy On 01/06/15 09:52, Rob Vesse wrote: Would this be for Core or Big Data

[GitHub] jena pull request: Add (?uri ?score) to jena-text

2015-06-01 Thread osma
Github user osma commented on the pull request: https://github.com/apache/jena/pull/72#issuecomment-107341239 Thanks a lot Andy for your review! I will address your points soon and push a new version. Thank you also for pointing out Iter.map(), I actually wanted something

Re: Help with apache: Big data and apacheCon: Core

2015-06-01 Thread Rob Vesse
Would this be for Core or Big Data track? Rob On 31/05/2015 18:01, Andy Seaborne a...@apache.org wrote: One idea that occurs to me is a linked data (half)track with introductions to all the apache projects in the space. A specialist linked data track might not get that many people whereas the

[GitHub] jena pull request: Jena-text multilingual alternative implementati...

2015-06-01 Thread amiara514
Github user amiara514 commented on the pull request: https://github.com/apache/jena/pull/64#issuecomment-107572459 The direct reflection of site/trunk is http://jena.staging.apache.org/ and the button should work there as well. Humm, this link leads to the same wrong

[jira] [Commented] (JENA-949) DISTINCT spilling to a data bag leads to wrong answers.

2015-06-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567408#comment-14567408 ] Andy Seaborne commented on JENA-949: In the current implementation, the data bag

[GitHub] jena pull request: Add (?uri ?score) to jena-text

2015-06-01 Thread amiara514
Github user amiara514 commented on the pull request: https://github.com/apache/jena/pull/72#issuecomment-107581689 Maybe @amiara514 would have a comment as I understood he is using jena-text via Java code? @osma : Not exactly, I execute Sparql queries via java code which

[GitHub] jena pull request: Jena-text multilingual alternative implementati...

2015-06-01 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/64#issuecomment-107605937 Hmm indeed. I'll trying making a small change to see if it flushes the correct mdtext file. --- If your project is set up for it, you can reply to this email and have your

[jira] [Created] (JENA-952) Make the URI string visible in all jena.vocabulary classes.

2015-06-01 Thread Claude Warren (JIRA)
Claude Warren created JENA-952: -- Summary: Make the URI string visible in all jena.vocabulary classes. Key: JENA-952 URL: https://issues.apache.org/jira/browse/JENA-952 Project: Apache Jena

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

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

[jira] [Commented] (JENA-938) Clean up dead code

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

[jira] [Commented] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567333#comment-14567333 ] ASF GitHub Bot commented on JENA-869: - Github user asfgit closed the pull request at:

[GitHub] jena pull request: JENA-869 Fuseki2: Can't reuse dataset name afte...

2015-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/66 --- 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: A couple pull requests in the pending tray.

2015-06-01 Thread Andy Seaborne
On 31/05/15 21:54, Claude Warren wrote: Andy, I did a review and the changes make sense (the structure is a holdover from a very early incarnation). I would do the merge but I don't know. .. how to do that? a) what id to use on github to do the merge? or do I do the merge elsewhere? b) I

[jira] [Commented] (JENA-938) Clean up dead code

2015-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567284#comment-14567284 ] ASF GitHub Bot commented on JENA-938: - Github user asfgit closed the pull request at:

[jira] [Resolved] (JENA-869) Fuseki2: Can't reuse dataset name after DELETE

2015-06-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-869. Resolution: Fixed Fix Version/s: (was: Fuseki 2.0.0) Fuseki 2.3.0

[GitHub] jena pull request: Add (?uri ?score) to jena-text

2015-06-01 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/72#issuecomment-107516262 Re: Map1Iterator -- yes is it similar (and older). `Iter` works on any iterators, not just `ExtendedIterator`. Re: naming of search - your choice. It is alwayss

[GitHub] jena pull request: Add (?uri ?score) to jena-text

2015-06-01 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/72#issuecomment-107519784 `Iter` is also a good choice because it provides access to transform-behavior as well as many other forms of iterator-processing. `Map1Iterator` is more of an implementation

[GitHub] jena pull request: Jena-text multilingual alternative implementati...

2015-06-01 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/64#issuecomment-107519936 Thank for pointing that out. The direct reflection of `site/trunk` is http://jena.staging.apache.org/ and the button should work there as well. The website gets published

Re: [jira] [Commented] (JENA-952) Make the URI string visible in all jena.vocabulary classes.

2015-06-01 Thread Claude Warren
I need them for annotation usage, annotations can't use functions (even static ones). On Mon, Jun 1, 2015 at 6:51 PM, Andy Seaborne (JIRA) j...@apache.org wrote: [

[jira] [Commented] (JENA-952) Make the URI string visible in all jena.vocabulary classes.

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

[jira] [Commented] (JENA-952) Make the URI string visible in all jena.vocabulary classes.

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

[jira] [Commented] (JENA-952) Make the URI string visible in all jena.vocabulary classes.

2015-06-01 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567645#comment-14567645 ] Andy Seaborne commented on JENA-952: Use {{getURI()}} - they seem to all provide that.