I should know the answer to this but is there a way to preserve prefixes
when using graph PUT/GET operations on a TDB-backed fuseki instance?
The set up is a vanilla TDB-backed fuseki with default union set.
If I take a turtle file with prefixes and PUT it to a graph in the
dataset then GET it back prefixes are lost, or at least not used in the
turtle serialization of the response.
I realise, of course, that I can manage prefixes just fine if access via
Java API (or could likely use SPARQL CONSTRUCTS) but in this case I'm
restricted to the Sparql Graph API.
Dave