query
Stardog supports the SPARQL query language along with OWL & Rule Reasoning. It supports SPARQL 1.1. Read more about executing queries.
Select any of the commands to view their manual page.
Command | Description |
---|---|
query execute | Executes a query against a database; prints the query results on STDOUT. |
query explain | Returns an execution plan for the given query. |
query obfuscate | Obfuscates the given query |
query search | Performs a full-text search over the database; prints results on STDOUT. |