Expected Behavior
When using SHACL as manual written test cases, the predicate testCase should link to the SHACL NodeShape.
Actual Behavior
Example:
rut:testCase [ a <urn:uuid:57cd8615-c40e-403a-b186-ffad62238c64> ] ;
While the NodeShape is
<https://github.com/AKSW/rdf-maturitylevel-pipeline/Metadata/OntologyShape>
For ManualTestCase it does link to the existing URI.
Steps to Reproduce the Problem
- Write a basic NodeShape
- Execute RDFUnit with some data
java -jar /app/rdfunit-validate.jar -A -v -d ./data.ttl -s shape.ttl -r shacl -o turtle -C -f /tmp/
- Print result file
Specifications
latest aksw/rdfunit docker image on docker hub.