- experimental 3.8.2-1
TINYSPARQL-EXPORT(1) | TinySPARQL manual | TINYSPARQL-EXPORT(1) |
NAME¶
tinysparql-export - Export all data from a TinySPARQL database.
SYNOPSIS¶
tinysparql export [options...] [IRI...]
DESCRIPTION¶
tinysparql export exports data stored in a TinySPARQL database, in Turtle format. By default all data is exported, if any IRI, only those resources will be printed.
The output is intended to be machine-readable, not human readable. Use a tool such as rapper(1) to convert the data to different formats.
OPTIONS¶
-o, --output-format=<RDF_FORMAT>
-g, --show-graphs
--2to3
--keyfile
EXAMPLES¶
Export all data from Tracker Index and prettify the output using rapper(1).::
$ tinysparql export -b org.freedesktop.Tracker3.Miner.Files | rapper - -I . -i turtle -o turtle
SEE ALSO¶
tinysparql-import(1), tinysparql-sparql(1).
02/15/2025 | 3.8.2 |