Old Release

This documentation relates to an old version of VIVO, version 1.9.x. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Listing the graphs used by VIVO

To list the graphs being used by your VIVO, you can run the SPARQL query shown below.  Caution:  If you have a signficant amount of data in your VIVO, the qury may take quite a while to run.  With tens of thousands of entities in your VIVO, the query should complete in a few minutes.

SPARQL query to list the graphs in a VIVO
SELECT ?g
WHERE
{
    GRAPH ?g {
        ?s ?p ?o .
    }
}
GROUP BY ?g
ORDER BY ?g

 

The graphs used by VIVO

  • No labels