AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

sh:node and sh:and return subresults #79

Closed jimkont closed 3 years ago

jimkont commented 6 years ago

Referenced shapes from constraints such as sh:node and sh:and should report only one high level failing result and not detailed results Example from RDFUnit and expected result from SHACL.

RDFUnit should return the high level results and mark the detailed results as subresults with sh:detail (Other implementations does not report detailed results at all AFAIK)

jimkont commented 3 years ago

fixed by @chile12 in master branch