The SPARQL graph concept is still abstract for me.
Are graphs similar to SQL Tables? Does one triple could belong to more than one graph?
Is there a way to get the URI of the graph to which belongs a triple?
Is there a way to get the URI of every graph stored in a GraphDB repository? To get the URI of the default graph?
Thanks,
In addition of the answers of UninformedUser, graphs also could be listed using the following cURL command
curl 'http://<host>:<port>/repositories/<your_repo>/contexts'.One could easily explore and export the content of graphs in GraphDB repository using Workbench.
Here could be found the value of the default graph as well.