Giter Site home page Giter Site logo

marvinm2 / aopwikirdf Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 198.27 MB

This repository contains code for the AOP-Wiki XML-to-RDF conversion and guidance to deploy a Virtuoso SPARQL endpoint Docker image that is loaded with the AOP-Wiki RDF

License: MIT License

Jupyter Notebook 100.00%

aopwikirdf's People

Contributors

actions-user avatar egonw avatar marvinm2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ontox-hu

aopwikirdf's Issues

Create GH action for daily update

A GH action to

  • Produce the RDF based on nightly XML export of AOP-Wiki
  • Log into the server
  • Load the data

Additionally, add automatic push to Zenodo of the new RDF

InchiKey Identifiers

if not che.find('{http://www.aopkb.org/aop-xml}jchem-inchi-key')==None:
chedict[che.get('id')]['jchem-inchi-key']='http://identifiers.org/inchikey/'+str(che.find('{http://www.aopkb.org/aop-xml}jchem-inchi-key').text)
if not che.find('{http://www.aopkb.org/aop-xml}indigo-inchi-key')==None:
chedict[che.get('id')]['indigo-inchi-key']='http://identifiers.org/inchikey/'+che.find('{http://www.aopkb.org/aop-xml}indigo-inchi-key').text[:-1]

We need a proper link for the inchi-keys that are present in the AOP Wiki.

Ontologies without linkout

Ontologies that are not currently marked with a URI for biological objects

  • FMA (Foundational Model of Anatomy)
  • PCO (Population and Community Ontology)
  • TAIR (The Arabidopsis Information Resource) -- 3 options for this

Ontologies that are not currently marked with a URI for biological processes

  • VT (Vertebrate Trait)
  • NBO (Neuro Behaviour Ontology)
  • PCO (Population and Community Ontology)

For cell terms, organ terms and biological action, WIKI is used (meaning AOP-wiki), for which a URI should be minted.

  • WIKI

DSStox IDs without linkout

if not che.find('{http://www.aopkb.org/aop-xml}dsstox-id')==None:
chedict[che.get('id')]['dsstox-id']=che.find('{http://www.aopkb.org/aop-xml}dsstox-id').text[:-1]

DSStox IDs are not registered on identifiers.org. Need to find another way to link to the right URLs.

Add output in Jupyter notebook

Now it is basically a script. To make the code and procedure more informative, the blocks of code should give some output

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.