for instance, the sort tests provide results as rdf (eg., :dawg-sort-1 uses result-sort-1.rdf) and the solution-seq tests provide results as turtle (eg., :limit-1 uses slice-results-01.ttl ).
the rdf media type is included as https://www.w3.org/TR/rdf-sparql-XMLres/ in the sparql query recommendations, but use of solution indices is not described in its recommendation and its schema defines them as attributes, rather than sibling elements to bindings.
the turtle media type may be analogous to the rdf encoding, but necessarily diverges from the rdf xml schema, as it does not permit attributes.
while to switch to a solution media type introduced by 1.1 could be a backwards compatibility issue, how significant is it at this point to support testing a strictly 1.0 implementation?
for instance, the sort tests provide results as rdf (eg., :dawg-sort-1 uses result-sort-1.rdf) and the solution-seq tests provide results as turtle (eg., :limit-1 uses slice-results-01.ttl ).
the rdf media type is included as https://www.w3.org/TR/rdf-sparql-XMLres/ in the sparql query recommendations, but use of solution indices is not described in its recommendation and its schema defines them as attributes, rather than sibling elements to bindings.
the turtle media type may be analogous to the rdf encoding, but necessarily diverges from the rdf xml schema, as it does not permit attributes.
while to switch to a solution media type introduced by 1.1 could be a backwards compatibility issue, how significant is it at this point to support testing a strictly 1.0 implementation?