Claude,
Do you mean prefixes in the UI?
At one point you seem to be talking about sending the query by API.
On 01/04/17 12:20, Claude Warren wrote:
I see that the qonsole-config.js where the prefixes for the queries is
defined.
Is qonsole-config.js evenloaded? It comes from qonsole which the UI does
not currently use [*].
However, I want to know if there is a configuration option that
would allow me to change the list without modification of the source code.
For the UI, no.
Specifically we have a data-driven problem whereby the prefixes are not
known until query time. Is there a method that will allow us to set them
for the fuseki queries?
So changing the prefixes used by the UI aren't going to help anyway.
(who is "we"?)
A mechanism to gather prefixes over time and persist them would be
sufficient I think, provided we could add prefixes programatically.
This bit makes me think it is not about the UI.
If programmatically is involved, what's the relationship to the UI?
All queries are self-contained with PREFIX on the front.
yasqe makes the query sticky so the prefixes are sticky.
No UI can be universal to all use cases - maybe you need to have your
own with features that are specific to your needs. Maybe some features
turn out to be sufficiently general to migrate to the open source code.
Claude
[*] I'd like to see qonsole return - first as an alternative "query2"
interface, along side the "query" tab.
The storage-sticky yasqe query pane is nice. My usage is as a dev-admin
is to jump from dataset to dataset though and its stickiness is at best
no help and needs to be avoided. I'd like a query UI that is more
neutral to the dataset. A browser-side history mechanism would be really
helpful.