Top Level Namespace

Defined Under Namespace

Modules: RDFS Classes: ActiveRdfAdapter, ActiveRdfError, BNode, ConnectionPool, DynamicFinderProxy, FederationManager, Literal, Logger, Module, ObjectManager, Query, Query2Jars2, Query2SPARQL, VirtuosoBIF

Instance Method Summary collapse

Instance Method Details

#load_adapter(s) ⇒ Object



28
29
30
31
32
33
34
# File 'lib/active_rdf.rb', line 28

def load_adapter s
  begin
    require s
  rescue Exception => e
    $activerdflog.info "could not load adapter #{s}: #{e}"
  end
end