Class LabelledDescription
Computes a Labelled Description for all the Values resulting from the Query.
Implements
Inherited Members
Namespace: VDS.RDF.Utils.Describe
Assembly: dotNetRdf.dll
Syntax
public class LabelledDescription : 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 their rdfs:label property if present.
Constructors
| Improve this Doc View SourceLabelledDescription()
Create a new instance of the LabelledDescription algorithm.
Declaration
public LabelledDescription()
Remarks
The Description returned is all the Triples for which a Value is a Subject and with any Blank Nodes expanded to include their rdfs:label property if present.
LabelledDescription(IUriFactory)
Create a new instance of the LabelledDescription algorithm.
Declaration
public LabelledDescription(IUriFactory uriFactory)
Parameters
Type | Name | Description |
---|---|---|
IUriFactory | uriFactory | The factory to use when creating the URI for the rdfs:label property. |
Remarks
The Description returned is all the Triples for which a Value is a Subject and with any Blank Nodes expanded to include their rdfs:label property if present.
Methods
| Improve this Doc 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. |
System.Collections.Generic.IEnumerable<T><INode> | nodes | Nodes to be described. |
Overrides
Remarks
The Description returned is all the Triples for which a Value is a Subject and with any Blank Nodes expanded to include their rdfs:label property if present.