Skip to content

Intelligent SPARQL query editor #36

@ddeboer

Description

@ddeboer

A web UI (and perhaps CLI) based on dataset summaries such as those produced by the NDE Dataset Knowledge Graph Pipeline (parts of which will be ported to LDE), we can create an intelligent SPARQL editor helps people write SPARQL queries against the dataset.

  1. Enter the URL of any SPARQL endpoint or dataset known from any DCAT Dataset Register.
  2. Look up a dataset summary of the endpoint in the Dataset Knowledge Graph. If it doesn’t exist yet, create one on the fly (asynchronously).
  3. When the summary is available, we can do things like:
    • write ?s a … and we can auto-complete classes
    • write ?s a schema:Person ; … and we can auto-complete predicates that apply to the Person class
    • auto-insert only the relevant prefixes used by the dataset, such as PREFIX schema etc.
  4. Additionally, in a side panel, we can show dataset information derived from the Dataset Register, such as name, license etc. of the dataset alongside the dataset summary (with statistics, distributions etc.). This makes https://killer-app-sparql-query-editor.com/http://my-dataset.com/sparql a good landing page for (technical) users.

All in all, this solves part of the dataset exploration problem: if you have an RDF dataset, how do you know what’s in it, particularly, which queries you can write for it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions