epimorphics / qonsole

A simple console for running SPARQL queries and displaying results
Other
16 stars 2 forks source link

Prefixes per query #3

Closed afs closed 11 years ago

afs commented 11 years ago

If a set of queries share prefixes, the per-page prefix management is very nice. I have a database which has a diverse set of data so there are quite a lot of data-specific prefixes but only some apply to each query.

Instead of including all the default prefixes, two possibilities occurred to me:

  1. If the query already has PREFIX don't add the default set.
  2. Optionally allow prefixes; per query to replace the page-global default set.