Show / Hide Table of Contents

Class SkosReasoner

An Inference Engine that uses SKOS Concept Hierarchies.

Inheritance
object
StaticSkosReasoner
SkosReasoner
Implements
IInferenceEngine
Inherited Members
StaticSkosReasoner.SKOSNamespace
StaticSkosReasoner.Apply(IGraph)
StaticSkosReasoner.Initialise(IGraph)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRdf.Inferencing.dll
Syntax
public class SkosReasoner : StaticSkosReasoner, IInferenceEngine

Methods

| Edit this page View Source

Apply(IGraph, IGraph)

Applies inference to the Input Graph and outputs the inferred information to the Output Graph.

Declaration
public override void Apply(IGraph input, IGraph output)
Parameters
Type Name Description
IGraph input

Graph to apply inference to.

IGraph output

Graph inferred information is output to.

Overrides
StaticSkosReasoner.Apply(IGraph, IGraph)

Implements

IInferenceEngine

Extension Methods

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