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

Merge named-graph-expansion feature #274

Merged
merged 3 commits into from
Nov 1, 2024
Merged

Merge named-graph-expansion feature #274

merged 3 commits into from
Nov 1, 2024

Conversation

ashleysommer
Copy link
Collaborator

Added

  • When validating a Dataset instead of a bare Graph, PySHACL will now expand RDFS and OWL-RL inferences into
    a separate named graph, to avoid polluting the datagraph.
  • When using SHACL Triple Rules from SHACL-AF spec, PySHACL will now add the expressed triples into
    a separate named graph. This allows you to more easily get the expanded triples back out again afterward.

Changed

  • PySHACL no longer supports older RDFLib versions
    • PySHACL relies on the latest OWL-RL version, that in-turn relies on the latest RDFLib version
    • Therefore PySHACL now requires RDFLib v7.1.1 or newer
  • Dropped Python 3.8 support.
    • Python developers discontinued Python 3.8 last month
    • The next version of RDFLib and OWL-RL will not support Python 3.8
    • Removed Python 3.8 from the RDFLib test suite
    • Python 3.9-specific typing changes will be incrementally introduced

…d into a separate named graph if you are working with an RDFLib Dataset instead of a Graph.
@ashleysommer ashleysommer merged commit baf0e65 into master Nov 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant