list_graphs
List named graphs in a dataset with a triple count for each, and report the default graph separately, so you can see which graphs hold data.
Instructions
List the named graphs in a dataset, with a triple count for each.
Only graphs holding at least one triple appear, and on TDB2 that is the whole story: an empty graph is indistinguishable from one that was never created. If a graph you just made is missing, it has no triples yet.
The default graph is reported separately, because a query without a GRAPH clause reads that one -- and on a store without a union default graph it is often empty while the named graphs are full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | Dataset name. Defaults to the configured one. |