-
Notifications
You must be signed in to change notification settings - Fork 165
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
SHACL - sh:PropertyShape with target #1362
Labels
📦 SHACL
affects the SHACL validator
Comments
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 25, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 25, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 25, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
Should really handle this in Java code rather than with SPARQL! For performance. |
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 25, 2019
* develop: eclipse-rdf4j/rdf4j#1362 normalised targets with SPARQL Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 3, 2019
* develop: (35 commits) fixes eclipse-rdf4j/rdf4j#1377 and fixes eclipse-rdf4j/rdf4j#1376 eclipse-rdf4j/rdf4j#1290 diff shapes and implement equals/hashcode eclipse-rdf4j/rdf4j#1374 log unsupported shacl features with test eclipse-rdf4j/rdf4j#1290 fixed typo and reformat eclipse-rdf4j/rdf4j#1290 added benchmakr eclipse-rdf4j/rdf4j#1290 multithreaded test eclipse-rdf4j/rdf4j#1290 detect deadlock when modifying shapes in single thread from multiple connections eclipse-rdf4j/rdf4j#1290 deadlock detection cleanup #211 read/write lock formatter eclipse-rdf4j/rdf4j#1290 locking and isolation formatter eclipse-rdf4j/rdf4j#1290 handle concurrency better eclipse-rdf4j/rdf4j#1290 initial implementation eclipse-rdf4j/rdf4j#1290 tests Use commons-lang3 and commons-text instead of commons-lang Signed-off-by:Bart Hanssens <[email protected]> eclipse-rdf4j/rdf4j#1362 normalised targets with SPARQL eclipse-rdf4j/rdf4j#1359 bug fix and benchmark eclipse-rdf4j/rdf4j#1359 some documentation ... Signed-off-by: Håvard Ottestad <[email protected]> # Conflicts: # shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ShaclSailConnection.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eg.
Not sure how to handle this. Was thinking SPARQL.
The text was updated successfully, but these errors were encountered: