Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mandalm/6f20c4b539b93168ce65f4c9ce050956 to your computer and use it in GitHub Desktop.
Save mandalm/6f20c4b539b93168ce65f4c9ce050956 to your computer and use it in GitHub Desktop.
check virtuoso load list
./isql 1111 dba dba exec="SELECT * from DB.DBA.load_list;"
./isql 1111 dba dba exec="SPARQL SELECT DISTINCT ?g WHERE {GRAPH ?g {?s ?p ?o}};"
./isql 1111 dba dba exec="SELECT count(*) FROM <http://graph.com> where {?s ?p ?o};"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment