jena
jena copied to clipboard
Passing multiple --data arguments to `shacl v`
Version
4.9.0
Feature
When I run shacl v --data data1.ttl --data data2.ttl --shapes shapes.ttl only the last data graph is validated
I expected that all values of --data would be merged and validated together
Are you interested in contributing a solution yourself?
None
Merge would be one option - some people might read it as "validate each one separately".
--data has multiple possible expectations.
One way to resolve this would be allow --data to be stdin and then use riot to parse/merge files.