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
| Improve this Doc 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 |
---|---|
System.Object |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | May be thrown if the Reasoner does not support such an operation. |