Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Single implementation for annotations and namespaces #101

Open
abargnesi opened this issue Feb 9, 2016 · 0 comments
Open

Single implementation for annotations and namespaces #101

abargnesi opened this issue Feb 9, 2016 · 0 comments

Comments

@abargnesi
Copy link
Member

With the changes in #100 we now officially have two implementations for annotations and namespaces.

BEL::Annotation + BEL::Namespace
This implementation accesses values from external resources files (e.g. .belanno, .belns).

BEL::Resource
This implementation accesses values from RDF data published by OpenBEL/resource-generator.

These two implementations need to be consolidated using the BEL::Resource module as the abstraction. They should be made to work with URLs, RDF Repositories, or another source.

Necessary refactor:

  • BEL Script parser
  • BEL::Language structs
  • Evidence model (BEL::Model::...)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant