Convert and Store Intermediate Model

Convert between formats while storing the intermediate model in memory for reuse.

This example demonstrates using the --store-key option to save the intermediate imported model in memory, allowing it to be reused without reloading.

Run the convert command with the store-key option:
MauroImportExport.Cli convert skos svg-diagrams vocab.ttl diagrams.zip \
    --store-key vocab1 \
    --zip \
    --overwrite

The command converts the SKOS vocabulary to SVG diagrams packaged as a ZIP file, storing the intermediate model with the key vocab1 for potential reuse.