Class RdfsReasoner
An Inference Engine which uses RDFS reasoning.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRDF.dll
Syntax
public class RdfsReasoner : StaticRdfsReasoner, IInferenceEngine
Remarks
Does basic RDFS inferencing as detailed in the remarks for the StaticRdfsReasoner except every Graph that inference is applied to has the potential to alter the schema which is in use.
Methods
| Improve this Doc View SourceApply(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. |