HomeGetting StartedInstallation & SetupDevelopment & IntegrationDeployment & OperationsData ManagementTechnical SupportPlatform Updates
DocsDeployment & OperationsAdmin CLI Referenceindex

virtual

Stardog supports a set of techniques for unifying structured enterprise data, chiefly, Virtual Graphs which let you declaratively map data into a Stardog knowledge graph and query it via Stardog. Read more about working with Virtual Graphs.

Select any of the commands to view their manual page.

CommandDescription
virtual addRegisters a new virtual graph.
virtual importImports (aka materializes) data from a database or file (delimited or JSON) into Stardog.
virtual listLists registered virtual graphs.
virtual mappingsPrints the mappings of a registered virtual graph.
virtual matchMatches one or more tables from a data source with RDF classes .
virtual onlineOnline a virtual graph.
virtual optionsPrints the configuration options of a registered virtual graph.
virtual removeRemoves a registered virtual graph.
virtual source_metadataQuery source database metadata used by virtual graphs. Useful for troubleshooting virtual graph behavior. JDBC driver must be present in client folder of Stardog installation.