OpenBEL / bel.rb

Process BEL (Biological Expression Language) with ruby.
Apache License 2.0
8 stars 6 forks source link

Access BEL annotation resource values #100

Closed abargnesi closed 8 years ago

abargnesi commented 8 years ago

The BEL::Namespace module provides NamespaceDefinition instances for all published OpenBEL namespaces. This is not true for annotations.

This enhancement should provide access to published OpenBEL annotations. Each AnnotationDefinition should provide keyword, url, _rdfuri, and values. The values are fetched from the specified URL.

The ResourceIndex should return these AnnotationDefinition instances for annotations.