sparql-gremlin icon indicating copy to clipboard operation
sparql-gremlin copied to clipboard

Results 9 sparql-gremlin issues
Sort by recently updated
recently updated
newest added

Hello, What is the status of this project? Best

Hi, I try to use this library. It would be great for my project if it works :) My running env: Ubuntu 16.04, Java: openjdk version "1.8.0_111" I succeeded at...

Hi, I'm interested to make some queries from SPARQL and translate it to gremlin. So I'm trying to compile sparql-gremlin using eclipse (after mvn eclipse:eclipse) and I got this exception....

Sorry just a beginner in this . So lot of confusion .

running gremlin-console-3.1.0-incubating on ububtu 14 java 1.8 gremlin> :install com.datastax sparql-gremlin 0.1 ==>Error grabbing Grapes -- [unresolved dependency: com.datastax#sparql-gremlin;0.1: not found]

I don't know if this will break the SPARQL specification, but it would be nice to be able to do: ``` SELECT ?x WHERE { 1 e:knows ?x } ```...

https://github.com/dkuppitz/sparql-gremlin/blob/master/src/main/java/com/datastax/sparql/gremlin/plugin/SparqlRemoteAcceptor.java#L49-L53 Currently, it looks like SPARQL-Gremlin only works for OLTP.

These are valid property names. Provide another selector for the tokens, like: ``` SELECT ?id ?label WHERE { ?element t:id ?id . ?element t:label ?label } ```