Package eu.larkc.core.query

LarKC Data Layer API

See:
          Description

Interface Summary
KeywordQuery A keyword query that consists of a number of search keywords, e.g.
Query LarKC platform generic query type.
SPARQLQuery The class represent a SPARQL query that might be executed by a SPARQL endpoint.
TriplePatternQuery  
 

Class Summary
BooleanXmlVariableBinding  
GraphResultBase GraphResultBase is an abstract class to implement asynchronous streaming of RDF statements.
KeywordQueryImpl  
LocalStoreSPARQLService LocalStoreSPARQLService class implements SPARQL query evaluation over a local memory RDF Store.
ORDIGraphResult ORDIGraphResult implements asynchronous RDF statement result reading from in-memory Sesame-compatible SPARQL endpoint.
ORDIVariableBinding ORDIVariableBinding implements asynchronous RDF solution result reading from Sesame enabled SPARQL query engine.
RDFXMLGraphResult  
RemoteSPARQLEndpoint RemoteSPARQLEndpoint class automates the result reading from a specific SPARQL endpoint available on the web.
SelectXMLVariableBinding  
SPARQLQueryImpl SPARQLQueryImpl is the default SPARQLQuery implementation.
TriplePattern  
TriplePatternQueryImpl TODO Describe this type briefly.
VariableBindingBase VariableBindingBase is an abstract class to implement asynchronous streaming of RDF variable bindings.
 

Package eu.larkc.core.query Description

LarKC Data Layer API

The LarKC Data Layer API describes the different types of RDF data providers and their functionality.