-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object in blank node of testCase is artificial for SHACL NodeShapes #121
Comments
thanks for the reposrt, can you post an example input of a shapes/data graph that showcases the problem? |
data.ttl:
shape.ttl:
Result:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
java -jar /app/rdfunit-validate.jar -A -v -d ./data.ttl -s shape.ttl -r shacl -o turtle -C -f /tmp/
Specifications
latest aksw/rdfunit docker image on docker hub.
The text was updated successfully, but these errors were encountered: