Class ConciseBoundedDescription
Computes a Concise Bounded Description for all the Values resulting from the Query.
Implements
Inherited Members
Namespace: VDS.RDF.Utils.Describe
Assembly: dotNetRdf.dll
Syntax
public class ConciseBoundedDescription : BaseDescribeAlgorithm, IDescribeAlgorithm
Remarks
The Description returned is all the Triples for which a Value is a Subject and with any Blank Nodes expanded to include Triples with the Blank Node as the Subject.
Methods
| Edit this page View SourceDescribeInternal(IRdfHandler, ITripleIndex, IEnumerable<INode>)
Generates the Description for each of the Nodes to be described.
Declaration
protected override void DescribeInternal(IRdfHandler handler, ITripleIndex dataset, IEnumerable<INode> nodes)
Parameters
Type | Name | Description |
---|---|---|
IRdfHandler | handler | RDF Handler. |
ITripleIndex | dataset | Dataset to extract descriptions from. |
IEnumerable<INode> | nodes | Nodes to be described. |