-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Stéphane Campinas edited this page May 8, 2014
·
23 revisions
SPARQLed is a SPARQL query editor that assists users in writing queries by providing auto-completion suggestions for different part of a query. Read here for a description of the various kind of suggestions.
SPARQLed relies on a pre-computed graph schema
which is a graph that describes the structure of the data. The graph schema needs then to be loaded into a SPARQL endpoint. There exists two implementations for creating a graph schema: a SPARQL-based one and a Hadoop-based one. Read the instructions that will step you through the creation of a graph schema.
Once the graph schema is loaded into a SPARQL endpoint, the editor is nearly ready. Follow those instructions for deploying the application.