Link Search Menu Expand Document
Start for Free

file

As of Stardog 5.0, Stardog provides some CLI commands that work directly over files. For example, you can use the file cat command to concatenate multiple RDF files into a single file and file split command to split a single RDF file into multiple RDF files. These commands are similar to their *nix counterparts but can handle RDF formats and perform compression/decompression on-the-fly.

The table below contains the CLI commands to manipulate RDF data in Stardog. Select any of the commands to view their manual page.

Command Description
file cat Concatenate and print RDF files in desired format
file obfuscate Obfuscates the contents of the given RDF file
file split Splits a given RDF file to multiple files