-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use with local Blazegraph #32
Comments
Hi! The query that is issued is:
So it should work. It seems that the endpoint does not return data: |
Hi :) and thank you for your query. This query forces the Triple Store to be in Quad mode. In my case I have a triple store in triple mode. java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.bigdata.rdf.sparql.ast.QuadsOperationInTriplesModeException: Use of WITH and GRAPH constructs in query body is not supported in triples mode. So maybe you might want to think on that ? Pfuirti |
Hi. SKOSjs is always assuming that contexts/graphs exists (so that it is a quadstore). As you can see in https://github.com/tkurz/skosjs/blob/master/js/skos-client.js it is included in many queries. SKOSjs is currently not in development, but it would be great if you can to contribute here ! |
Hi
thank you for your message.
SKOS Shuttle is not assuming that and actually you do not need a graph to retrieve triples.
There is something like a “default-graph” you might consider :)
Ok, so I will wait until I will have something inside a graph.
Thank you and enjoy
Fabio
… On 21 Mar 2017, at 09:17, Thomas Kurz ***@***.***> wrote:
Hi. SKOSjs is always assuming that contexts/graphs exists (so that it is a quadstore). As you can see in https://github.com/tkurz/skosjs/blob/master/js/skos-client.js <https://github.com/tkurz/skosjs/blob/master/js/skos-client.js> it is included in many queries. SKOSjs is currently not in development, but it would be great if you can to contribute here !
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#32 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA7rrTFLxDerHCiE5DXrRBhD2Fl1DlIJks5rn4eggaJpZM4Mhbe4>.
|
Hi Thomas
I have my Blazegraph server under a local url like http://10.0.1.130:8888/bigdata/namespace/GETTY_AAT/sparql (blazegraph 2.1.4) which is de facto a SPARQL 1.1 endpoint.
The repository is: triples with text index (no quads, no graphs)
when I use your demo and I give this in both fields (select and update) skosjs throw a warning and says "could not list graphs" ...
This repository is used already by SKOS Shuttle - https://skosshuttle.ch so it should contain something like SKOS in a default graph...
What am I missing to get it running?
Thanks (and my compliments)
Cheers
Fabio
The text was updated successfully, but these errors were encountered: