TopQuadrant / shacl

SHACL API in Java based on Apache Jena
Apache License 2.0
215 stars 61 forks source link

Support for serialization formats other than Turtle? #146

Closed wkjds closed 7 months ago

wkjds commented 1 year ago

Are there plans to introduce support for serialization formats other than Turtle?

HolgerKnublauch commented 1 year ago

I guess you are referring to the command line tools. This currently only supports Turtle, but other programmatic use may of course use Jena Models loaded by other means and serializations.

Moving forward, I personally do not have plans to make further changes to this repo because it has diverged quite a bit from the code base that we use in the product, and SHACL is now supported by many other libraries including built-in support for Jena.

However, it is an open source project that anyone can fork off and continue changes.

afs commented 1 year ago

https://jena.apache.org/documentation/shacl/

wkjds commented 1 year ago

OK, thanks for your comments!