Installation and Usage

Installation

pip install linkml-owl

Usage

Minimally you need to specify two inputs:

  • A linkml schema, with annotations describing mappings from data to OWL
  • A datafile in YAML, JSON, RDF, or TSV conformant with the schema

To convert:

linkml-data2owl -s my_schema.yaml my_data.{yaml,json,tsv,rdf} -o my_ontology.owl.ttl 

For all options, see:

linkml-data2owl --help