Show / Hide Table of Contents

Class SimpleSubjectObjectDescription

Computes a Simple Subject Object Description for all Values resulting from the Query.
Inheritance
System.Object
BaseDescribeAlgorithm
SimpleSubjectObjectDescription
Implements
ISparqlDescribe
Inherited Members
BaseDescribeAlgorithm.Describe(SparqlEvaluationContext)
BaseDescribeAlgorithm.Describe(IRdfHandler, SparqlEvaluationContext)
BaseDescribeAlgorithm.RewriteDescribeBNodes(Triple, Dictionary<String, INode>, INodeFactory)
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.Describe
Assembly: dotNetRDF.dll
Syntax
public class SimpleSubjectObjectDescription : BaseDescribeAlgorithm, ISparqlDescribe
Remarks

The Description returned is all the Triples for which a Value is the Subject or Object - this description does not expand any Blank Nodes.

Methods

| Improve this Doc View Source

DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)

Generates the Description for each of the Nodes to be described.
Declaration
protected override void DescribeInternal(IRdfHandler handler, SparqlEvaluationContext context, IEnumerable<INode> nodes)
Parameters
Type Name Description
IRdfHandler handler RDF Handler.
SparqlEvaluationContext context SPARQL Evaluation Context.
System.Collections.Generic.IEnumerable<INode> nodes Nodes to be described.
Overrides
BaseDescribeAlgorithm.DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)

Implements

ISparqlDescribe

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)
  • Implements
  • Extension Methods
Back to top Generated by DocFX