GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TINYSPARQL-EXPORT(1) TinySPARQL manual TINYSPARQL-EXPORT(1)

tinysparql-export - Export all data from a TinySPARQL database.

tinysparql export [options...] [IRI...]

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.

-o, --output-format=<RDF_FORMAT>

Choose which RDF format to use to output results. Supported formats are turtle, trig and json-ld.

-g, --show-graphs

Deprecated. Does the same than --output-format trig.

--2to3

Helper for migrating data from Tracker 2.x databases. This option takes an argument specifying the scope. Only the “files-starred” argument is available so far.

--keyfile

Outputs the data in a key file format. Only may be used with --2to3

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

tinysparql-import(1), tinysparql-sparql(1).

07/17/2025   3.8.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.