biolink / biolinkml

DEPRECATED: replaced by linkml
https://github.com/linkml/linkml
Creative Commons Zero v1.0 Universal
23 stars 12 forks source link

infer a simple data dictionary schema from a TSV #371

Closed cmungall closed 3 years ago

cmungall commented 3 years ago

I have a common use case where I want to bootstrap a schema from one or more TSVs

The TSVs can be used to infer a schema following a simple flat data dictionary pattern, i.e. a single class per file, with one slot per column