From: Stas M. <sma...@wi...> - 2017-06-15 22:35:35
|
Hi! Blazegraph implements virtual graphs via special syntax: https://wiki.blazegraph.com/wiki/index.php/VirtualGraphs Also, it is possible to set default graphs for queries via default-graph-uri and named graphs via named-graph-uri. However, these match "FROM" and "FROM NAMED" - are there parameters that match "FROM VIRTUAL GRAPH" and "FROM NAMED VIRTUAL GRAPH"? Using virtual graphs could be really helpful if one needs to use aliasing for graphs, however if it's not supported for REST API it may be less useful. Thanks, -- Stas Malyshev sma...@wi... |