Replies: 3 comments 1 reply
-
|
I've not tried it. Seems that they very recently added support for RDF and SPARQL. https://gdotv.com/blog/gdotv-rdf-triplestore-support-announcement/ If there is a tutorial that you can follow then I would pick one for GraphDB, since that would be the most compatible with RDF4J. Did you write your own SPARQL query or did G.V() generate it? |
Beta Was this translation helpful? Give feedback.
-
|
G.V() generated it - just the simplest query i.e. SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 250 |
Beta Was this translation helpful? Give feedback.
-
|
make sure you're pointing to rdf4j-server endpoint and not rdf4j-workbench and it should work |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have set up RDF NativeStore and SPARQL Endpoint using RDFD4J and I am trying to access store using G.V() . Anyone else had experience using G.V() successfully? I can set up connection but any SPARQL query results in :
Failed to execute query, see error details below:
[line: 19, col: 2 ] Triples not terminated by DOT
Beta Was this translation helpful? Give feedback.
All reactions