Class NamedGraphDescription
Computes a Description for all the results such that the description is the merge of all the Graphs named with a resulting URI.
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 NamedGraphDescription : BaseDescribeAlgorithm, ISparqlDescribe
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. |