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

Fuseki UI: custom SPARQL query prefixes or examples #1793

Open
nichtich opened this issue Mar 9, 2023 · 2 comments
Open

Fuseki UI: custom SPARQL query prefixes or examples #1793

nichtich opened this issue Mar 9, 2023 · 2 comments
Labels
enhancement Incrementally add new feature

Comments

@nichtich
Copy link

nichtich commented Mar 9, 2023

Version

4.7.0

Feature

The default SPARQL query

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE {
  ?sub ?pred ?obj .
} LIMIT 10

Should be extendable with custom prefixes used in a database or graph. An optional set of sample queries would also help. Open question is where to store these configuration. Fuseki and database configurations beyond list of services are not made available other than via http://localhost:3030/$/datasets. An option would be to introduce a JSON configuration file in the webapp root at http://localhost:3030/config.json. This would allow for additional run-time configuration of the user interface (no need to rebuild) such as custom CSS, title, logo etc.

Are you interested in contributing a solution yourself?

Yes

@nichtich nichtich added the enhancement Incrementally add new feature label Mar 9, 2023
@nichtich
Copy link
Author

nichtich commented Mar 17, 2023

Looks like this is covered by #1683 and discussed at #1680 as well.

@afs
Copy link
Member

afs commented Mar 17, 2023

@nichtich If you think it is covered elsewhere, please close the issue.

@rvesse rvesse mentioned this issue Jun 17, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Incrementally add new feature
Projects
None yet
Development

No branches or pull requests

2 participants