Module: BEL::BELRDF

Defined in:
lib/bel/translator/plugins/rdf2/uuid.rb,
lib/bel/translator/plugins/rdf2/reader.rb,
lib/bel/translator/plugins/rdf2/belv2_0.rb,
lib/bel/translator/plugins/rdf2/converter.rb,
lib/bel/translator/plugins/rdf2/rdf_writer.rb,
lib/bel/translator/plugins/rdf2/translator.rb,
lib/bel/translator/plugins/rdf2/rdf_converter.rb,
lib/bel/translator/plugins/rdf2/term_converter.rb,
lib/bel/translator/plugins/rdf2/nanopub_converter.rb,
lib/bel/translator/plugins/rdf2/namespace_converter.rb,
lib/bel/translator/plugins/rdf2/parameter_converter.rb,
lib/bel/translator/plugins/rdf2/statement_converter.rb,
lib/bel/translator/plugins/rdf2/relationship_converter.rb

Defined Under Namespace

Modules: RDFConverter, Reader, Writer Classes: BELV2_0, NamespaceConverter, NanopubConverter, ParameterConverter, RelationshipConverter, StatementConverter, TermConverter, Translator

Constant Summary collapse

BELN =

Vocabulary constant for Nanopub instances (non-strict).

RDF::Vocabulary.new('http://www.openbel.org/nanopub/')
BELR =
RDF::Vocabulary.new('http://www.openbel.org/bel/')
PUBMED =
RDF::Vocabulary.new('http://bio2rdf.org/pubmed:')