HomeGetting StartedInstallation & SetupDevelopment & IntegrationDeployment & OperationsData ManagementTechnical SupportPlatform Updates
DocsDevelopment & IntegrationAPI & Client Referencesindex

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.

CommandDescription
query executeExecutes a query against a database; prints the query results on STDOUT.
query explainReturns an execution plan for the given query.
query obfuscateObfuscates the given query
query searchPerforms a full-text search over the database; prints results on STDOUT.