com.raritantechnologies.concept.rdf_owl
Class RdfOwlQueryProcessor
java.lang.Object
com.raritantechnologies.concept.rdf_owl.RdfOwlQueryProcessor
- All Implemented Interfaces:
- IQueryProcessor
- public class RdfOwlQueryProcessor
- extends java.lang.Object
- implements IQueryProcessor
RDF/OWL Query Processor - uses SPARQL queries to extract direct and inferred relationships from an RDF graph.
Uses the Jena API to process queries.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RdfOwlQueryProcessor
public RdfOwlQueryProcessor()
executeQuery
public IResultSet executeQuery(java.lang.Integer queryID,
ISearchFieldMap searchMap,
SourceLoginInfo[] sources,
OrderedMap inputParameters,
java.lang.Integer pageSize,
java.lang.Integer startRec)
throws QueryProcessorException
- Throws:
QueryProcessorException