Interface IQueryableOwlReasoner
Interface for OWL Reasoners which have access to their own SPARQL implementations.
Assembly: dotNetRDF.dll
Syntax
public interface IQueryableOwlReasoner : IOwlReasoner
Methods
|
Improve this Doc
View Source
ExecuteQuery(String)
Executes a SPARQL Query using the reasoners SPARQL implementation.
Declaration
object ExecuteQuery(string sparqlQuery)
Parameters
Type |
Name |
Description |
System.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. |
Extension Methods