Datasets are a dynamic construct, built out of a collection of graphs. You define the dataset that you're querying from in a query or with the protocol.
To get a list of graphs you can use the following:
SELECT ?g WHERE { GRAPH ?g { ?s ?p ?o } }
Paul
On Wed, Apr 3, 2013 at 9:32 AM, Site Guo <[email protected]> wrote:
> How can I get a list of datasets in a TDB store, just like the 'Show
> Databases' command in MySQL? Is there a API method for doing that?
>
> Thanks,
> Site (Victor) Guo
>
>
