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 where {graph ?g  {?s :knownpredicateinphantomgraph ?o}}

will list the URI of the phantom graph with this query, just not in the first SPARQL query above.

Is there a table that keeps a list of named graphs or does DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS() actually query the quad store to determine this list?

- Erich

On 10/06/13 8:24 PM, Hugh Williams wrote:
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/VirtTipsAndTricksGuideCreateGraph


Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      // http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 6 Oct 2013, at 06:09, Erich Bremer <er...@ebremer.com <mailto:er...@ebremer.com>> wrote:

After calling:

CREATE GRAPH <http://www.ebremer.com/ips>

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.  It turned out that I had an
error in the turtle file I was loading, but, it seems one triple from
the file loaded.  I can see this triple if I sparql for it, but, the
graph that I was loading it into does not show in the conductor list of
graphs, nor does it show up in the query:

select distinct ?g where {graph ?g {?s ?p o}}

but, it I query for the named graph:

select * where {graph <http://www.ebremer.com/ips> {?s ?p ?o}}

the one triple will show up.  - Erich

Erich Bremer
http://www.ebremer.com

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to