Skip to content

biothings/JSON-LD_BioThings_API_DEMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-LD_BioThings_API_DEMO

This github repo serves as a code domo for paper 'Cross-linking BioThings APIs through JSON-LD to facilitate knowledge exploration. In this paper, we have implemented JSON for Linking Data (JSON-LD) technology on the BioThings APIs that we have developed, MyGene.info, MyVariant.info and MyChem.info. JSON-LD provides a standard way to add semantic context to the existing JSON data structure, for the purpose of enhancing the interoperability between APIs. We demonstrated several use cases that were facilitated by semantic annotations using JSON-LD, including simpler and more precise query capabilities as well as API cross-linking.

Getting Started

Prerequisites

Install this project's development and runtime requirements:

pip install -r requirements.txt

Installing

git clone https://github.com/biothings/JSON-LD_BioThings_API_DEMO.git myproject
cd myproject

Authors

  • Jiwen Xin
  • Cyrus Afrasiabi
  • Sebastien Lelong
  • Julee Adesara
  • Ginger Tsueng
  • Andrew I. Su
  • Chunlei Wu

License

This project is licensed under the Apache License - see the LICENSE.md file for details