Jena on Cassandra

2017-01-05 Thread Claude Warren
I posted this on the Dev list but ment to post it here. Sorry for the x-post. Jena on Cassandra (https://github.com/Claudenw/jena-on-cassandra) now has a complete Graph implementation and passes all the contract tests. It is now possible to use a Cassandra cluster as the storage layer for Jena.

Re: Code for SpinRDF for Jena

2017-01-05 Thread Martynas Jusevičius
https://github.com/spinrdf/spinrdf/pull/4 On Thu, Jan 5, 2017 at 12:23 AM, Martynas Jusevičius wrote: > I have opened an issue for this: https://github.com/spinrdf/spinrdf/issues/2 > > Any comments? > > On Fri, Dec 30, 2016 at 5:34 PM, Martynas Jusevičius >

Re: Code for SpinRDF for Jena

2017-01-05 Thread Martynas Jusevičius
https://github.com/spinrdf/spinrdf/pull/5 On Thu, Jan 5, 2017 at 2:16 PM, Andy Seaborne wrote: > > > On 04/01/17 23:58, Martynas Jusevičius wrote: >> >> Looks like Java was repackaged under "org.spinrdf" but the Maven >> artifact is still under TopBraid namespace? Is that

Re: Compile Forked Version

2017-01-05 Thread Samur Araujo
Thank you Andy, your suggestion worked but I got this new error: NFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jena-fuseki-core ---

Re: Compile Forked Version

2017-01-05 Thread Andy Seaborne
On 05/01/17 15:26, Samur Araujo wrote: <<< FAILURE! - in org.apache.jena.riot.tokens.TS_Tokens tokenUnit_iri18(org.apache.jena.riot.tokens.TestTokenizer) Time elapsed: 0.004 sec <<< ERROR! java.lang.Exception: Unexpected exception, expected but was at

Re: Compile Forked Version

2017-01-05 Thread A. Soroka
I get the same error. I don't think there is any problem with Maven here and you should not be spending time with Maven. The fork just doesn't build. You will have to take this up with the maintainer of that fork, Jean-Marc Vanel (jmvanel), and the dev@ list might be more appropriate at this

Re: Compile Forked Version

2017-01-05 Thread Samur Araujo
I follow your suggestion: --- T E S T S --- Running org.apache.jena.web.TS_Web Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec - in org.apache.jena.web.TS_Web Running

Re: Rules

2017-01-05 Thread javed khan
Hello Lorenz, thanks a lot for kind cooperation. It means I will have three queries for NetworkingScore, Cryptographyscore and SEscore? On Thu, Jan 5, 2017 at 1:27 PM, Lorenz B. < buehm...@informatik.uni-leipzig.de> wrote: > The query I showed returns the highest value for one subject as I

Re: Compile Forked Version

2017-01-05 Thread A. Soroka
If you have cloned that fork, try just doing a simple `mvn clean install` in the project root, then look in jena-fuseki2/apache-jena-fuseki/target. You should find a Fuseki distribution there with the forked code. --- A. Soroka The University of Virginia Library > On Jan 5, 2017, at 10:13 AM,

Re: Compile Forked Version

2017-01-05 Thread Samur Araujo
I want to run fuseki with lucene 5 or higher. There is a fork for it here : https://github.com/jmvanel/jena/commits/master I download it and I am trying to compile/package it. I did no change in the code of this fork. For know only trying to make it to work. Any suggestion? On 5 January 2017

Re: Compile Forked Version

2017-01-05 Thread A. Soroka
Can you explain a little more about what you are trying to do? When you say "compile a forked version of Jena", if you have actually forked the entire codebase, you should be able to just compile the entire codebase to get SNAPSHOT version artifacts of your forked code. Why are you trying to

Re: Compile Forked Version

2017-01-05 Thread Samur Araujo
I run the sequence of commands below but it still failures. mvn release:update-versions -DdevelopmentVersion=3.1.1-myfork-SNAPSHOT mvn clean mvn install -Pbootstrap mvn install -Pdev -DskipTests=true [INFO] [INFO] Building

Re: Custom SERVICE HTTP requests

2017-01-05 Thread Andy Seaborne
On 03/01/17 14:41, james anderson wrote: good evening; On 2017-01-03, at 15:34, Martynas Jusevičius wrote: […] As for the original Sesame protocol, it's hard to find the spec these days (maybe it is deprecated?), but here's a short note about variable bindings with

Re: Code for SpinRDF for Jena

2017-01-05 Thread Andy Seaborne
On 05/01/17 07:27, Claude Warren wrote: Perhaps the version should be 3.0.1-SNAPSHOT? The last version was 2.0.0 On Wed, Jan 4, 2017 at 11:58 PM, Martynas Jusevičius wrote: Looks like Java was repackaged under "org.spinrdf" but the Maven artifact is still under

Re: Code for SpinRDF for Jena

2017-01-05 Thread Andy Seaborne
On 04/01/17 23:58, Martynas Jusevičius wrote: Looks like Java was repackaged under "org.spinrdf" but the Maven artifact is still under TopBraid namespace? Is that intended? No. Open an issue and do a PR. 4.0.0 org.topbraid spin jar 3.0.0 TopBraid SPIN API http://spinrdf.org/ BTW,

Re: Rules

2017-01-05 Thread Lorenz B.
The query I showed returns the highest value for one subject as I said. Executing three SPARQL queries should therefore be rather simple. PREFIX ex: SELECT (MAX(?score) AS ?topScore) WHERE { ?student ex:CryptographyScore ?score . } So what's wrong with this query? If

Re: Compile Forked Version

2017-01-05 Thread Andy Seaborne
On 05/01/17 09:49, Rob Vesse wrote: As others have already noted in this thread you will need to do a mvn install rather than a package. Yes - it is looking for "jena-core/3.1.1-myfork-SNAPSHOT" as specificed in the jena-arq POM. Rob On 05/01/2017 07:45, "Samur Araujo"

Re: Compile Forked Version

2017-01-05 Thread Rob Vesse
As others have already noted in this thread you will need to do a mvn install rather than a package. Rob On 05/01/2017 07:45, "Samur Araujo" wrote: Hi Rob, I tried your approach but I got this error when packing: It still cannot solve the dependencies. Am I