Replies: 1 comment 3 replies
-
RDF4J SHACL Engine might be a better name since we now have both the ShaclSail and the ShaclValidator. Our SHACL implementation isn't complete. We are missing the disjoint feature of the qualified shapes and also the oneOrMorePath, zeroOrMorePath and zeroOrOnePath. I'm currently working on those last three path implementations. The biggest feature of our SHACL implementation is that it can be used as a wrapper (ShaclSail) around a database for incremental validation. If your database has a hundred million triples in it and you add 10 more in a transaction, then we can efficiently validate just those changes and abort the transaction if it would leave the database in an invalid state. Same is true for updating/deleting data. |
Beta Was this translation helpful? Give feedback.
-
Hello!
We are gathering an initial version the w3c-cg/awesome-semantic-shapes list. It's not published yet. "First pull requests" stage.
Current entry format for the SHACL Validators list is like this one:
[link_to_the_docs_or_repostory] activity_bage - Supports parts of SHACL spec; optional other worth mentioning; [optional-playground-link];
LICENSE
ProgrammingLanguage
.Examples:
Apache-2.0
Java
.BSD-3-Clause
Java
.BSD-3-Clause
Java
.BSD-3-Clause
Java
.MIT
JavaScript
.The questions are:
As far as I know, RDF4J Shacl does not participate in SHACL Test Suite and Implementation Report?
Beta Was this translation helpful? Give feedback.
All reactions