rdflib icon indicating copy to clipboard operation
rdflib copied to clipboard

Issue 2283: Add type-review support for SPARQL query results from Graph.query

Open ajnelson-nist opened this issue 3 years ago • 5 comments

Summary of changes

Checklist

  • [x] Checked that there aren't other open pull requests for the same change.
    • It's possible PR 2301 and/or PR 2267 will have some impact on this implementation. That's a guess from seeing the wide-ranging set of type signature complaints encountered in this PR's initial patch.
  • [x] Added tests for any changes that have a runtime impact.
    • [x] Added tests for SELECT and CONSTRUCT queries
    • [x] Added tests for DESCRIBE and ASK queries
  • [ ] Checked that all tests and type checking passes. (Submitter: Known to not pass yet; will pass before PR is requested to be merged.)
  • For changes that have a potential impact on users of this project:
    • [ ] Updated relevant documentation to avoid inaccuracies.
    • [ ] Considered adding additional documentation.
    • [ ] Considered adding an example in ./examples for new features.
    • [ ] Considered updating our changelog (CHANGELOG.md).
  • [x] Considered granting push permissions to the PR branch, so maintainers can fix minor issues and keep your PR up to date.

ajnelson-nist avatar Mar 27 '23 15:03 ajnelson-nist

PRs to V6 is closed until further notice. See this for more details:

  • https://github.com/RDFLib/rdflib/discussions/2395

aucampia avatar May 21 '23 18:05 aucampia

PRs to V6 is closed until further notice. See this for more details:

We will be open for PRs again once this is resolved:

  • https://github.com/RDFLib/rdflib/pull/2402

aucampia avatar May 22 '23 22:05 aucampia

@ajnelson-nist do you want to continue with this PR not that v7.x is out and we are merging PRs again?

nicholascar avatar Jul 25 '24 02:07 nicholascar