Usage: gen-owl [OPTIONS] YAMLFILE

  Generate an OWL representation of a LinkML model

  Examples:

      gen-owl --no-metaclasses --no-type-objects

  For more info, see: https://linkml.io/linkml/generators/owl

Options:
  -o, --output TEXT               Output file name
  --type-objects / --no-type-objects
                                  If true, will model linkml types as objects,
                                  not literals  [default: True]

  --metaclasses / --no-metaclasses
                                  If true, include linkml metamodel classes as
                                  metaclasses. Note this introduces punning in
                                  OWL-DL  [default: True]

  --add-ols-annotations / --no-add-ols-annotations
                                  If true, auto-include annotations from
                                  https://www.ebi.ac.uk/ols/docs/installation-
                                  guide  [default: True]

  --ontology-iri-suffix TEXT      Suffix to append to schema id to generate
                                  OWL Ontology IRI  [default: .owl.ttl]

  -f, --format [owl|ttl|json-ld|xml|n3|turtle|ttl|ntriples|nt|nt11|nquads|trix|trig|hext]
                                  Output format (default=owl)
  --metadata / --no-metadata      Include metadata in output
                                  (default=--metadata)

  --useuris / --metauris          Include metadata in output
                                  (default=--useuris)

  -im, --importmap FILENAME       Import mapping file
  --log_level [CRITICAL|ERROR|WARNING|INFO|DEBUG]
                                  Logging level (default=WARNING)
  --mergeimports / --no-mergeimports
                                  Merge imports into source file
                                  (default=mergeimports)

  --help                          Show this message and exit.
