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?
