Show / Hide Table of Contents

Interface IQueryableOwlReasoner

Interface for OWL Reasoners which have access to their own SPARQL implementations.

Inherited Members
IOwlReasoner.Add(IGraph)
IOwlReasoner.Extract(IGraph, INode)
IOwlReasoner.Extract(string)
IOwlReasoner.Extract(IEnumerable<string>)
IOwlReasoner.Classify()
IOwlReasoner.Realize()
IOwlReasoner.IsConsistent()
IOwlReasoner.IsConsistent(IGraph)
IOwlReasoner.Unsatisfiable
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRdf.Inferencing.dll
Syntax
public interface IQueryableOwlReasoner : IOwlReasoner

Methods

| Edit this page View Source

ExecuteQuery(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.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • ExecuteQuery(string)
  • Extension Methods
Back to top Generated by DocFX