Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Streams a local file containing RDF assertions into a remote world.
--world
string
required
The unique system identifier of the target world. Alias: -w
--file
string
required
The relative or absolute path to the RDF file.
--content-type
string
The RDF serialization content type. Options: text/turtle, application/n-quads, application/n-triples, text/n3, application/trig. Alias: -c

Usage

worlds import --world my-world --file ./data.ttl --content-type text/turtle