Giter VIP home page Giter VIP logo

Comments (8)

simeonackermann avatar simeonackermann commented on July 19, 2024 1

Done with b50ced9

Requests are made as asynchronous ajax requests with https://github.com/github/fetch, but are specified to Virtuoso 7.x by now.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

@k00ni rdfstore-js acts as a standalone store. Its not possible to use it with Virtuoso as backend.
But its not a big thing to do ajax requests to the virtuoso sparql endpoint and still have rdfstore-js as alternative local store.

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

@simeonackermann i think you can use the rdfstore-js to query any RDF source: files or SPARQL endpoints. Its not a store itself i think. As i remember it, @GeorgesAlkhouri once told me, that you can pass it a SPARQL endpoint and it will handle all the communication with it.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

I dont see any documented way to do this. It's only possible to load resources from remote uri. And cubevizjs uses either local rdfstore or remote store via Ajax requests.

Am 23. November 2016 14:24:46 MEZ, schrieb Konrad Abicht [email protected]:

@simeonackermann i think you can use the rdfstore-js to query any RDF
source: files or SPARQL endpoints. Its not a store itself i think. As i
remember it, @GeorgesAlkhouri once told me, that you can pass it a
SPARQL endpoint and it will handle all the communication with it.

You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#15 (comment)

Diese Nachricht wurde von meinem CyanogenMod Android-Mobiltelefon mit K-9 Mail gesendet.

from building-navigator.

GeorgesAlkhouri avatar GeorgesAlkhouri commented on July 19, 2024

@simeonackermann is right, cubeviz handles the queries to the store. Thats what I meant when I said that

you can pass it a
SPARQL endpoint and it will handle all the communication

I meant cubeviz, not rdfstore-js

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

Ok @GeorgesAlkhouri and @simeonackermann, please correct me, if i am wrong: my understanding of the rdfstore-js is, that you give him some SPARQL and it will fire it on a SPARQL endpoint. Furthermore, it will return the result back to you. So you dont have to care about any endpoint in particular, you just focusing on writing your SPARQL and compute returned results.

If you need to deal with Virtuoso by yourself, why bother using rdfstore-js after all?

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

Rdfstore-js is a javascript implementation of an rdf-store with sparql endpoint. For cubevizjs its used to load uploaded data or a file into a local rdf store. I just used it because we didn't wanted an extra virtuoso server and its good and easy to use.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

But for our case: having a big dataset and don't need any write or change actions a remote server like Virtuoso is of cause the better solution.

from building-navigator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.