w3c / shacl

SHACL Community Group (Post-REC activitities)
32 stars 5 forks source link

SHACL Test ontology unavailable #86

Closed MaillPierre closed 1 month ago

MaillPierre commented 1 month ago

The SHACL-test (sht:) ontology used in the implementation test to complement the Test Manifest ontology is unavailable online. https://www.w3.org/ns/shacl-test# is not dereferenceable in RDF XML, Turtle, or Ntriples. It is not registered on Linked Open Vocabularies or even prefix.cc.

To implement a new test runner for a new Corese implementation, I need to know the definitions of the classes used in the tests as replacements for mf:ManifestEntry.

Is there a copy of the definition file of the ontology that I missed?

HolgerKnublauch commented 1 month ago

I cannot find that either and suspect it was never formally created. It probably should have been at https://github.com/w3c/data-shapes/tree/gh-pages/data-shapes-test-suite

I guess the intent back then was that an informal definition of the used terms in the test suite document was enough?

MaillPierre commented 1 month ago

Thank you. I will suppose that sht:Validate is a subclass of mf:ManifestEntry and retro-engineer the rest.