We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update benchmarks and fix requiresEvaluation for sh:class
The text was updated successfully, but these errors were encountered:
eclipse-rdf4j/rdf4j#1297 update benchmarks
6d6210f
Signed-off-by: Håvard Ottestad <[email protected]>
eclipse-rdf4j/rdf4j#1297 change SPARQL order to improve performance
7a746f3
eclipse-rdf4j/rdf4j#1297 implement requiresEvaluation
f6e3436
Merge branch 'develop' into feature/101_shacl_w3c_tests
46b646f
* develop: (80 commits) eclipse-rdf4j/rdf4j#1298 performance enhancement eclipse-rdf4j/rdf4j#1298 made rdfs reasoner configurable and added back tests eclipse-rdf4j/rdf4j#1298 minor cleanup eclipse-rdf4j/rdf4j#1298 fix for dedupes eclipse-rdf4j/rdf4j#1298 initial implementation of a rdfs reasoner for the shacl engine eclipse-rdf4j/rdf4j#1297 implement requiresEvaluation eclipse-rdf4j/rdf4j#1297 change SPARQL order to improve performance eclipse-rdf4j/rdf4j#1297 update benchmarks eclipse-rdf4j/rdf4j#1111 hot fix caching broken after merging sh:class and also fix some tests hotfix benchmark eclipse-rdf4j/rdf4j#1111 optimizations for empty sail and bulk joining for previousStateConnection eclipse-rdf4j/rdf4j#1111 removed use of getPreviousStateConnection because it doesn't handle deleted, will need to think of something smarter here. Also fixed printing of plans. eclipse-rdf4j/rdf4j#1111 fixes for blank node support Moved test from testsuite to storage Fixes #1293 Allow Regex calls with non Var arguments be replaced with other string functions eclipse-rdf4j/rdf4j#1111 optimized imports eclipse-rdf4j/rdf4j#1111 fixed last edge case eclipse-rdf4j/rdf4j#1111 better support for OR eclipse-rdf4j/rdf4j#1111 fixed sh:or by doing a two pass for sh:or. Not quite done yet though. documentation and code cleanup ... Signed-off-by: Håvard Ottestad <[email protected]> # Conflicts: # shacl/src/test/java/org/eclipse/rdf4j/sail/shacl/Utils.java
hmottestad
No branches or pull requests
Update benchmarks and fix requiresEvaluation for sh:class
The text was updated successfully, but these errors were encountered: