OpenCS-ontology / OpenCS

Main OpenCS ontology repository
Creative Commons Attribution 4.0 International
5 stars 7 forks source link

Run SHACL validation with something faster #23

Closed Ostrzyciel closed 8 months ago

Ostrzyciel commented 1 year ago

Currently we are using pySHACL which is horribly slow, limiting how many rules we can implement. It is also too slow to implement any SPARQL-based rules.

We could move instead to using something faster, like Jena: https://jena.apache.org/documentation/shacl/index.html