You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
With the changes in #100 we now officially have two implementations for annotations and namespaces.
BEL::Annotation+BEL::NamespaceThis implementation accesses values from external resources files (e.g. .belanno, .belns).
BEL::ResourceThis implementation accesses values from RDF data published by OpenBEL/resource-generator.
These two implementations need to be consolidated using the
BEL::Resourcemodule as the abstraction. They should be made to work with URLs, RDF Repositories, or another source.Necessary refactor:
BEL::LanguagestructsBEL::Model::...)