0

I'm doing a small task on SPARQL.

I don't have a query but I just want to know is there a way to write a SPARQL query to : 'Get the list of Dataset' ?

I'm using DBpedia Endpoint.

Gilles-Antoine Nys
  • 1,481
  • 16
  • 21
Aziz Mumtaz
  • 95
  • 1
  • 6
  • What do you mean by "dataset". DBPedia is a dataset.. https://wiki.dbpedia.org/develop/datasets – Gilles-Antoine Nys Jul 13 '18 at 16:19
  • There is no concept of dataset in SAPRQL language. The only thing that might be related is the concept of `graphs`. how to query for all graphs in a triple store was answered already, just use the search function – UninformedUser Jul 13 '18 at 19:29
  • 1
    Possible duplicate of [What is the SPARQL query to get the name of all graphs existing in my triplestore?](https://stackoverflow.com/questions/32274562/what-is-the-sparql-query-to-get-the-name-of-all-graphs-existing-in-my-triplestor) – Jeen Broekstra Jul 13 '18 at 20:03
  • Ok. I was searching this http://void.rkbexplorer.com/sparql/. This will allow me to list the dataset for any endpoint. – Aziz Mumtaz Jul 13 '18 at 23:23
  • But anyways thanks for letting me know guys – Aziz Mumtaz Jul 13 '18 at 23:24
  • Some endpoints store and make available voiD data; many (I daresay, most) do not. The query you found at will not let you list the dataset for "any endpoint" -- only for those which have stored and made that data queryable. – TallTed Jul 17 '18 at 20:59

1 Answers1

0

RKBexplorer is a mirror of some LOD datasets, it's partial and I don't know whether it's still maintained. You can get bigger lists of LOD datasets eg at:

Vladimir Alexiev
  • 2,477
  • 1
  • 20
  • 31