Re: [Virtuoso-users] phantom graph V7.0.0.

2013-10-07 Thread Erich Bremer
Hi Hugh, Explicitly or implicitly created, I would think that if a graph containing triples existed in the system, that: select distinct ?g where {?graph ?g {?s ?p ?o}} would list that graph. Some of the triples make it in and those triples are query able such as in: select ?g ?s ?o w

Re: [Virtuoso-users] phantom graph V7.0.0.

2013-10-06 Thread Hugh Williams
Hi Erich, it seems as if the graph was not explicitly created as a result of the error in the turtle file, thus it was silently created. The following document details the use of create graph to explicitly create a graph: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtT

Re: [Virtuoso-users] phantom graph V7.0.0.

2013-10-05 Thread Erich Bremer
After calling: CREATE GRAPH The graph now shows up in the list of graphs (and the one triple). - Erich On 10/4/2013 12:40 PM, Erich Bremer wrote: > Hi, > > I'm been loading and reloading graphs in V7.0.0 and on one > particular load, the graph would not load.