biolink / biolinkml

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

Loaders #380

Closed hsolbrig closed 3 years ago

hsolbrig commented 3 years ago

The loader code works. The dumper code still needs JSON-LD 1.1 to work correctly -- the nature of the problem can be found in tests/test_loaders_dumpers/test_ld_11_issue.py.

Note: We should consider creating a separate project for the LinkML runtime -- the loaders, dumpers and a lot of the utilities would fit in that package. LinkML would then become dependent on it.