Hi,

I created a graph group [1] and added a graph [2]. Now when I query [3]
the graph group I get no results. The individual graph however does
produce results.

I am missing something here but I don't understand what it is; What is
going wrong here?

Thanks,

Roland


[1] DB.DBA.RDF_GRAPH_GROUP_CREATE ('graphgroup', 0);

[2] DB.DBA.RDF_GRAPH_GROUP_INS ('graphgroup','graph');

[3] select distinct ?Concept
from <graphgroup>
where {[] a ?Concept} LIMIT 100



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to