Interface IQueryableOwlReasoner
Interface for OWL Reasoners which have access to their own SPARQL implementations.
Inherited Members
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRdf.Inferencing.dll
Syntax
public interface IQueryableOwlReasoner : IOwlReasoner
Methods
| Edit this page View SourceExecuteQuery(string)
Executes a SPARQL Query using the reasoners SPARQL implementation.
Declaration
object ExecuteQuery(string sparqlQuery)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sparqlQuery | SPARQL Query. |
Returns
| Type | Description |
|---|---|
| object |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | May be thrown if the Reasoner does not support such an operation. |