devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

List datasets that are loaded in endpoint. #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to know which datasets are fully loaded in the sparql endpoint? 

Original issue reported on code.google.com by tim...@gmail.com on 11 Oct 2010 at 4:52

GoogleCodeExporter commented 8 years ago
was there any update on this question? Is running the sparql query as below at 
http://logd.tw.rpi.edu/sparql return the complete list of loaded datasets?

PREFIX conversion: <http://purl.org/twc/vocab/conversion/>
SELECT ?g sum( ?triples ) as ?estimated_triples
WHERE {
  GRAPH ?g  {
   ?g void:subset ?subdataset .
   ?subdataset conversion:num_triples ?triples .
filter regex(?g, "data-gov")
  }
} 
GROUP BY ?g

Original comment by myju...@gmail.com on 24 Nov 2010 at 4:21

GoogleCodeExporter commented 8 years ago
https://github.com/timrdf/csv2rdf4lod-automation/wiki/Querying-datasets-created-
by-csv2rdf4lod

Original comment by tim...@gmail.com on 22 Jan 2011 at 1:43