Convert with Shared Parameters

Use shared parameters that apply to both importer and exporter during conversion.

This example demonstrates using the --param option to specify parameters that apply to both the importer and exporter.

Run the convert command with a shared parameter:
MauroImportExport.Cli convert rdfs skos ontology.ttl vocab.ttl \
    --param baseIri=https://example.org/

The command converts the RDFS ontology to SKOS format, applying the baseIri parameter to both the import and export operations.