Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SPARQL CSV result serialization of blank nodes #1979

Merged
merged 1 commit into from Jun 23, 2022

Commits on Jun 17, 2022

  1. Fix SPARQL CSV result serialization of blank nodes

    This patch fixes SPARQL CSV result serialization of blank nodes.
    Previously blank nodes were serialized the same as normal nodes, but
    blank nodes should be prefixed with `_:` as per
    <https://www.w3.org/TR/sparql11-results-csv-tsv/#csv-terms>:
    
    > Blank nodes use the `_:label` form from Turtle and SPARQL.
    > Use of the same label indicates the same blank node within
    > the results but has no significance outside the results.
    aucampia committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    762cb3f View commit details
    Browse the repository at this point in the history