Skip to content

select results appear as graphs in the 1.0 test suite #341

@lisp

Description

@lisp

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions