Class SparqlAdapter
In: lib/activerdf_sparql/sparql.rb
Parent: ActiveRdfAdapter

SPARQL adapter

Methods

close   execute_sparql_query   new   query   size  

Attributes

engine  [R]  Instantiate the connection with the SPARQL Endpoint. available parameters:

Public Class methods

Public Instance methods

do the real work of executing the sparql query

query datastore with query string (SPARQL), returns array with query results may be called with a block

[Validate]