-
Notifications
You must be signed in to change notification settings - Fork 166
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 - support sh:targetNode #1306
Comments
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Feb 24, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 1, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 1, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 1, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 1, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 1, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Mar 7, 2019
* develop: (25 commits) eclipse-rdf4j/rdf4j#1319 added a test eclipse-rdf4j/rdf4j#1319 super.prepare() as final step to stop it from locking until commit() fix init and fix test eclipse-rdf4j/rdf4j#1315 make parallel validation disabled by default and log warning typo Jeen found restore javadocs fixup pom initialize() still needs to call init() even though initialize() is deprecated eclipse-rdf4j/rdf4j#1314 support for NativeStore eclipse-rdf4j/rdf4j#1312 more caching eclipse-rdf4j/rdf4j#1312 fix copyright headers and cleanup reuse code in nodeshape eclipse-rdf4j/rdf4j#1306 support for sh:class and sh:or eclipse-rdf4j/rdf4j#1306 support in maxCount eclipse-rdf4j/rdf4j#1306 support minCount eclipse-rdf4j/rdf4j#1306 initial implementation optimized imports eclipse-rdf4j/rdf4j#1307 some cleanup eclipse-rdf4j/rdf4j#1307 fix erronous close eclipse-rdf4j/rdf4j#1307 fix close issues eclipse-rdf4j/rdf4j#1307 fixed illegalstateexception ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support sh:targetNode.
This can be either IRI or literal. Literal can only be used with nodeshape restrictions and not with propertyshape restrictions (AFAIK).
Figure out what to do with
getTypeFilterPlan()
, maybe we should rename ittargetFilterPlan
instead and make each type of target implement it.The text was updated successfully, but these errors were encountered: