Replies: 4 comments 2 replies
-
+1 from me. Not sure if we might want to cache it to avoid accessing the server for every query (maybe have a way in the UI to ask it to be refreshed from the server). But this can be refined later. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Just to be clear: A PR is best practice - we don't take material from elsewhere when a PR can be done. Random material on the web isn't necessarily "released". PR content is under the contributor license.
Is using a little-known Jena extension necessary? The query UI should work with any SPARQL endpoint, any compliant triple store, and if read-only or if the target service does not exist. (and it will break when #1678 is fixed) |
Beta Was this translation helpful? Give feedback.
-
I created #1793 without knowing this discussion. The possible implementation I thought of is configuration via local files. This could also be used to other customization such as title and logo. As far as what I've seen example queries and prefixes are not part of Yasgui interface so hijacking the https://yasgui.triply.cc/config# namespace would not be ok. Yasr, part of Yasgui supports configuration of prefixes for a different purpose but configuration is JSON so I'd stick to plain JSON files and |
Beta Was this translation helpful? Give feedback.
-
See https://github.com/gbv/jena/commit/cd5c2e2d21ec385a2b15c2aa2b1da611c21c8320 for a working patch to configure prefixes and example queries via a config file. |
Beta Was this translation helpful? Give feedback.
-
could be nice to have it configurable
I have a sample patch here :
AKSW@ff4af60
however I would like to know if this would be a good feature and how it would be good to implement before I pursue a Pull request
in this patch, you could create a config but the dataset needs to be named yasgui-config, with such a content:
Beta Was this translation helpful? Give feedback.
All reactions