This seems like something that might be well-handled by a filter or other processing element outside of Fuseki itself, which could just add a PREFIXes header to all incoming requests.
Otherwise, are you using TDB? (Because I believe that it does maintain some information about prefixes used.) ajs6f > On Feb 25, 2018, at 12:53 PM, Laura Morales <[email protected]> wrote: > > When querying Fuseki, is it possible to have it use all prefixes by default > without having to specify them all the time with "PREFIX ..."? What I have in > mind is something like this: > > - have a list of default PREFIXes, somewhere in the Fuseki config files > - send queries without any PREFIX instructions, but tell Fuseki to > automatically use all the PREFIXes it knows > - if the query specifies any PREFIX, these will override any default PREFIX > with the same name defined in the "defaults" list > > does this make sense? Is it possible to do this?
