NCATSTranslator / Knowledge_Graph_Exchange_Registry

The Biomedical Data Translator Consortium site for development of Knowledge Graph Exchange Standards and Registry
MIT License
5 stars 3 forks source link

Integrate KGX tools (validate, graph-summary, transform, merge(?)) within KGE for various use cases: KGX file validation, JSON Lines support, content_metadata.json generation, etc.. #24

Open RichardBruskiewich opened 3 years ago

RichardBruskiewich commented 3 years ago

The KGE Archiver plans to use the KGX Validator code to validate KGX knowledge graphs; however, this validation is only rudimentary (and doesn't yet deal with "deep" Biolink Model semantics). Where and how should such validation be done in the future.

The platform could also use graph-summary to generate the desired content_metadata.json, instead of expecting users to provide it as an upload(?).

The platform needs to support JSON Lines (perhaps other formats) in addition to TSV. KGX transformcould provided this?