All Projects → vaticle → biograkn

vaticle / biograkn

Licence: other
BioGrakn Knowledge Graph

Projects that are alternatives of or similar to biograkn

everything
The semantic desktop search engine
Stars: ✭ 22 (-86.98%)
Mutual labels:  knowledge-graph
Mapeathor
Translator of spreadsheet mappings into R2RML, RML or YARRRML
Stars: ✭ 27 (-84.02%)
Mutual labels:  knowledge-graph
harika
Offline-, mobile-first graph note-taking app focused on performance with the knowledgebase of any scale
Stars: ✭ 111 (-34.32%)
Mutual labels:  knowledge-graph
KBE
Node.js application to extract the knowledge represented in Google infoboxes (aka Google Knowlege Graph Panel)
Stars: ✭ 27 (-84.02%)
Mutual labels:  knowledge-graph
KBRD
Towards Knowledge-Based Recommender Dialog System @ EMNLP 2019
Stars: ✭ 123 (-27.22%)
Mutual labels:  knowledge-graph
simon-frontend
💹 SIMON is powerful, flexible, open-source and easy to use machine learning knowledge discovery platform 💻
Stars: ✭ 114 (-32.54%)
Mutual labels:  knowledge-discovery
KBQA-Exploration
知识图谱初探,关系抽取,实体抽取,基于kb的问答,基于es的问答,知识图谱可视化
Stars: ✭ 45 (-73.37%)
Mutual labels:  knowledge-graph
gakg
GAKG is a multimodal Geoscience Academic Knowledge Graph (GAKG) framework by fusing papers' illustrations, text, and bibliometric data.
Stars: ✭ 21 (-87.57%)
Mutual labels:  knowledge-graph
cskg
CSKG: The CommonSense Knowledge Graph
Stars: ✭ 86 (-49.11%)
Mutual labels:  knowledge-graph
teaching
Teaching material relevant to KGs
Stars: ✭ 61 (-63.91%)
Mutual labels:  knowledge-graph
vsm-box
Web-component for creating & showing VSM-sentences — Visual Syntax Method
Stars: ✭ 25 (-85.21%)
Mutual labels:  knowledge-graph
codelani
PLDB: a Programming Language Database. A public domain knowledge graph focused on programming languages distributed as a CSV file.
Stars: ✭ 610 (+260.95%)
Mutual labels:  knowledge-graph
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (-68.05%)
Mutual labels:  knowledge-graph
kgx
KGX is a Python library for exchanging Knowledge Graphs
Stars: ✭ 78 (-53.85%)
Mutual labels:  knowledge-graph
kg-reeval
ACL 2020: A Re-evaluation of Knowledge Graph Completion Methods
Stars: ✭ 117 (-30.77%)
Mutual labels:  knowledge-graph
CONVEX
As far as we know, CONVEX is the first unsupervised method for conversational question answering over knowledge graphs. A demo and our benchmark (and more) can be found at
Stars: ✭ 24 (-85.8%)
Mutual labels:  knowledge-graph
morph-kgc
Powerful RDF Knowledge Graph Generation with [R2]RML Mappings
Stars: ✭ 77 (-54.44%)
Mutual labels:  knowledge-graph
CaRE
EMNLP 2019: CaRe: Open Knowledge Graph Embeddings
Stars: ✭ 34 (-79.88%)
Mutual labels:  knowledge-graph
KGReasoning
Multi-Hop Logical Reasoning in Knowledge Graphs
Stars: ✭ 197 (+16.57%)
Mutual labels:  knowledge-graph
calamus
A JSON-LD Serialization Libary for Python
Stars: ✭ 21 (-87.57%)
Mutual labels:  knowledge-graph

BioGrakn

CircleCI Slack Status Discussion Forum Stack Overflow Stack Overflow

BioGrakn

BioGrakn is a collection of knowledge graphs of biomedical data demonstrating the following use-cases:

Use Case keyspace name Datasets
1. Precision Medicine precision_medicine ClinicalTrials.gov, ClinVar, CTDBase, DisGeNet, Drugs@FDA, HGNC, and PharmGKB
2. Text Mining text_mining PubMed
3. BLAST blast N/A
4. Disease Network disease_network Uniprot, Reactome, DGIdb, DisGeNET, HPA-Tissue, EBI IntAct, Kaneko, Gene Expression Omnibus and TissueNet

BioGrakn provides an intuitive way to query interconnected and heterogeneous biomedical data in one single place. The schema that models the underlying knowledge graph alongside the descriptive query language, Graql, makes writing complex queries an extremely straightforward and intuitive process. Furthermore, the automated reasoning capability of Grakn, allows BioGrakn to become an intelligent database of biomedical data that infers implicit knowledge based on the explicitly stored data. BioGrakn can understand biological facts, infer based on new findings and enforce research constraints, all at query (run) time.

Quickstart

  1. Download BioGrakn
  2. Unzip the downloaded file.
  3. cd into the unzipped folder, via terminal or command prompt.
  4. run ./grakn server start
  5. Download Grakn Workbase 1.2.2 (note that, at the moment, newer versions of Grakn Workbase are not yet compatible with BioGrakn)

Interacting With BioGrakn

Queries can be run over BioGrakn, via Graql Console, Grakn Clients and Grakn Workbase.

Via Graql Console

While inside the unzipped folder, via terminal or command prompt, run: ./grakn console -k keyspace_name. The console is now ready to answer your queries.

Via Grakn Clients

Grakn Clients are available for Java, Node.js and Python. Using these clients, you will be able to perform read and write operations over BioGrakn.

See an example of how this is done in the Grakn <> BLAST integration example, using the Python client.

Via Grakn Workbase

Download the latest release of Grakn Workbase, install and run it.

Read the documentation on Workbase or watch a short series of videos about using workbase with the Grakn <> BLAST integration example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].