On 02/04/17 09:31, Laura Morales wrote:
There's no built in support for inference over a dataset as a
whole. There's no support for rules which test which graph a triple is
in or which assert results into difference graphs etc.
- no inference over the whole graph, only inference on a single graph
No inference support over the whole *Dataset*.
- no support to test which graph a triple is in
Is this by design, or are there technical limitations to not have these, or
simply nobody has implemented them yet?
The latter. The inference system was designed before Sparql and Datasets
and named graphs existed. Over the years Datasets, rather than single
Graphs, have been the central concept for a lot of RDF processing and if
you were designing an inference system now you would take that into account.
Dave