Class SimpleSubjectDescription
Computes a Simple Subject Description for all Values resulting from the Query.
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.Describe
Assembly: dotNetRDF.dll
Syntax
public class SimpleSubjectDescription : BaseDescribeAlgorithm, ISparqlDescribe
Remarks
The Description returned is all the Triples for which a Value is the Subject - this description does not expand any Blank Nodes.
Methods
| Improve this Doc View SourceDescribeInternal(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. |