exploratory SPARQL queries?
- by significance
whenever i start using sql i tend to throw a couple of exploratory statements at the database in order to understand what is avaliable, and what form the data takes.
eg.
show tables
describe table
select * from table
could anyone help me understand the way to complete a similar exploration of an rdf datastore using a SPARQL endpoint?
Thanks :)