Skip to content
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

Construct Query Result Renderer #12

Open
BenjaminHofstetter opened this issue Mar 18, 2022 · 3 comments
Open

Construct Query Result Renderer #12

BenjaminHofstetter opened this issue Mar 18, 2022 · 3 comments
Labels
ideation Collect Ideas

Comments

@BenjaminHofstetter
Copy link
Collaborator

Phase: Ideation

Construct Query Results are forced to TTL (accept header). The output is displayed just as Text.

Ideas

  • Provide a way to convert RDF from a serialisation to another (nt to ttl)
  • Don't depend on TTL (no accept header)
  • Sketch (https://sketch.zazuko.com)
  • Flux bubbles

To check

  • GraphDB
  • Stardog
  • YasGui
  • DBPedia
  • Wikidata
@BenjaminHofstetter BenjaminHofstetter added enhancement New feature or request ideation Collect Ideas and removed enhancement New feature or request labels Mar 18, 2022
@ktk
Copy link
Member

ktk commented Mar 18, 2022

These things might be nice to have but we should reflect where they should be done. IMO it would make sense to:

  • have a generic RDF converter extension (based on what @tpluscode did for https://converter.zazuko.com/)
  • have a generic sketch visualizer (that will work up to a certain size but not for all data)
  • have a flux bubble visualizer, which might work for the use-cases where the sketch one explodes

@kvistgaard
Copy link

It would be nice to be able to configure the default result format, even now, among the currently available ones.

@BenjaminHofstetter BenjaminHofstetter changed the title SELECT Query Result Renderer Construct Query Result Renderer Jun 9, 2022
@BenjaminHofstetter
Copy link
Collaborator Author

  • @ktk all good. Just to be clear. Right now CONSTRUCT results use a built in markdown renderer.
  • Conversion between RDF serialisations is something we should have a look at it (independent of notebook)
  • Sketch is a must for me. But I think we have to check if we can add a renderer to vscode sketch to avoid code duplication or turn it to a web-component.
  • Flux was in my mind too. But where is the entry point like what is the starting bubble.
  • and btw. ASK queries are handled by the sparql-result+json renderer. And it has to stay like this because it's the same mime-type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ideation Collect Ideas
Projects
None yet
Development

No branches or pull requests

3 participants