#shacl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #shacl, aggregated by home.social.
-
Today, I had the great pleasure of giving an introductory lecture on knowledge graphs at the #BILAI Summer School 2025 in Klagenfurt. Great energy and engagement!
#knowledgeGraphs #RDF #SHACL #SPARQL #LLMhttps://www.bilateral-ai.net/doctoral-school/summer-school-2025
-
Version 1.0 of the JavaScript #shacl library shacl-engine is out [1]! There are no breaking changes, only new features, but to indicate that this package is production ready, the version was lifted from 0.x to 1.x. Thanks to the #comunica library [2], support for #sparql constraints was added. Along with that feature, custom validation support was added.
[1] https://github.com/rdf-ext/shacl-engine
[2] https://comunica.dev/ -
I'm working on #sparql support for shacl-engine, the fastest and most feature-rich #shacl engine for JavaScript.
You can try the current state in your browser at the playground.
Playground: http://tinyurl.com/5c3knh97
GitHub: https://github.com/rdf-ext/shacl-engine/tree/sparqlThere are a few Edge cases that do not yet work, but this is in progress.
A big thanks goes to the #comunica developers, who developed the SPARQL engine, which does the heaving lifting behind the scenes.