-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the ability for PySHACL to use baked in graphs instead of fetch…
…ing them from a HTTP endpoint when a known graph is imported using owl:imports - This allows for time savings on graph-load and saves a HTTP request - Also allows us to embed fixed errata versions of files in place of release-time ones online With new features, comes new bugs With the ability to now load SPARQLFunctions, this removes the barrier for loading Schema.org SHACL in advanced mode But when doing so revealed more issues. They are now fixed: Fixed SPARQLConstraintComponent getting confused when `shacl.ttl` was loaded into your Shapes file using owl:imports Fixed #61 Refactored `SPARQLConstraintComponent` code, to allow for other custom constraint components in the future - This prevented SPARQLConstraintComponent getting confused when `shacl.ttl` was loaded into the Shapes file using owl:imports
- Loading branch information
1 parent
e6f388f
commit c04ad9c
Showing
10 changed files
with
239 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.