weso / hercules-ontology

Development of the Ontology and its Continuos Integration for the Hercules project.
https://herculescrue.github.io/ib-hercules-ontology/current/asio.html
GNU General Public License v3.0
0 stars 5 forks source link

Implement validation for each test case. #111

Closed thewillyhuman closed 4 years ago

thewillyhuman commented 4 years ago

Once we defined each test case a the set of paths to the corresponding files for each needed element we can continue by calling the validation process. This validation process is intended to use @labra shex validation library.

The library requires 3 arguments, the graph, the schema and the shape map. In this case we have 5, and the way to match them is the following.

And the result that returns this validation process is another shape map that is the one that must be equal to the expectedShapeMapFile.

thewillyhuman commented 4 years ago

Hey @mistermboy can u try to implement this?

mistermboy commented 4 years ago

Okay

thewillyhuman commented 4 years ago

Closed at #102