Skip to content

linkml/schema-automator

LinkML Schema Automator

This is a toolkit that assists with the generation and enhancement of LinkML schemas

Install

pip install schema-automator

Command Line

See CLI docs

Generalizing:

schemauto generalize-tsv my-data.tsv > my-schema.yaml

Importing:

schemauto import-json-schema their.schema.json > my-schema.yaml

Annotating:

schemauto annotate-schema my-schema.yaml

Full Documentation

linkml.io/schema-automator