Re: Extending SPARQL XML result format

Other hacks:

1) Wrap the result in a custom format and strip it off before passing the results to a results processor
	Pro: pretty easy and clean
	Con: Clients which are unaware of this will bork hard

2) Dork the schema to allow for the meta data and dork the schema location to point to your dorked schema
	Pro: Lets you use the format of choice. Should work with most processors even validating ones
	Con: If the process makes assumptions about the PSVI you could get borkage.

I think link with datauri is likely to be the most robust if a bit unpleasant for e.g. inspecting the results by hand.

Received on Wednesday, 11 July 2018 13:50:08 UTC