.. _SPARQLLibraryPanel: SPARQL Library Panel ^^^^^^^^^^^^^^^^^^^^ The SPARQL Library Panel displays any SPARQL queries that have been saved for the current asset collection - either by yourself or co-workers who have shared their queries. **Toolbar Buttons** * **Execute query** runs the currently selected query, typically rendering the results to the :ref:`SPARQLResultsTablePanel`. * **Show query in SPARQL Query panel** copies the currently selected query into the :ref:`SPARQLQueryPanel`. .. warning:: This operation will replace whatever other query was in the :ref:`SPARQLQueryPanel` before. Thankfully, you can open any number of new browser tabs for the same asset collection to have individual playgrounds while writing queries. * **Show link to query URL...** opens a dialog that displays a URL from which other applications can access the selected query. **Settings** * **Show Creator Column** adds a column showing the user who has saved each query to the library. * **Show Date Column** adds a column showing the time stamp when the query was saved to the library. * **Show Scope Column** adds a column showing whether each query is local to the current asset collections or can be applied to any collection of its type. * **Show Type Column** adds a column showing whether a query is ASK, CONSTRUCT, SELECT or UPDATE. **See Also** * :ref:`SPARQLEndpointPage` * :ref:`SPARQLQueryPanel` * :ref:`SPARQLResultsTablePanel` **Further Reading on TopBraid** * :ref:`introduction`