Import with Custom Store Key
Import a model and store it in memory with a custom key.
This example demonstrates using the --store-key option to assign a custom key for the imported model in the in-memory store.
Run the import command with a custom store key:
MauroImportExport.Cli import skos vocabulary.ttl model.json --store-key vocab1 --overwrite
The command imports the SKOS vocabulary, saves it to model.json, and stores it in memory with the key vocab1, overwriting any existing model with the same key.