Tomasz Pluskiewicz
Tomasz Pluskiewicz
The problem is that a resource's `getProperties()` method looks for supported properties of declared type and not other predicates. Unless `hydra:collection` is used as a supported property of a class,...
Uh, yea, essentially the same problem that was #248. Sorry about that To be honest I'm less sure how I'd want to tackle this. The general idea behind rdfine is...
If you intend to access the graph in the most generic way then maybe you don't really need the object model that much? rdfine, which sits inside alcaeus works best...
It would be valuable to see an example. tl;dr; the spec requires values of certain properties to be lists. If it's any of those cases, we'd likely. just trade the...
Hey. Thank you fo reaching out. I would like to hear how big your data and shapes graphs are. Are you able to provide an example?
The idea I proposed would to add an option to return `[] sh:severity sh:Info` results for every visited location in the data graph. Might get quite verbose though
Given additional dependencies might go for a separate package? `rdf-validate-shacl-cli` is a big long but logical?
Thank you for that. I like this idea
Another idea: add `--data-graph` and `--shapes-graph` options. This would allow loading a trig/n-quads file and selecting graph(s) for validating portion of the data All those options should be allowed multiple...
From the perspective of SHACL I think the key step is determining the Focus Nodes which conform shapes. Once you know that it is simple to extract the subgraph by...