Inference is provided via Python module since 2.0.1. Validation as independent step should be provided next, e.g.
import skosify
if not skosify.validate.labels(rdf):
print("your vocabulary is ugly!")
Should validation throw an error or just log exception? How can an application catch the error report?
Inference is provided via Python module since 2.0.1. Validation as independent step should be provided next, e.g.
Should validation throw an error or just log exception? How can an application catch the error report?