Communities:
SHACL :
https://lists.w3.org/Archives/Public/public-shacl/2021Nov/0007.html
Discord invite:https://discord.gg/RTbGfJqdKB
ShEx: https://gitter.im/shapeExpressions/Lobby
----
SHACL reports say what validation found; Jena has a similar reports for
ShEx (ShEx does not define so much in this area).
Also Jena feature emerging:
If you could look at PR 1256 and see if that can be used for your
"informative" validation if not covered by validation reports.
https://github.com/apache/jena/pull/1256 (Florian Kleedorfer)
Andy
On 27/06/2022 17:51, Paul Tyson wrote:
Can anyone point to websites, mailing lists, or other forum where users
are discussing questions, use cases, and solutions involving RDF shapes
(ShEx or SHACL)? There is plenty of technical information about both
languages, but not so much real-world practical discussion.
I recently started exploring the shex and shacl features of jena, using
the command-line interface to begin with. I have a basic conceptual
understanding of RDF shapes, but have never implemented any applications
with them, so am just learning the technical details.
My use cases go beyond simple validation. I need "informative"
validation that will report not only conformance, but specific defects.
I also want to generate graphs from a shape and variable bindings.
Thanks in advance for advice and pointers.
Best,
--Paul