Click or drag to resize

TripleCollectionPredicateNodes Property

Gets all the Nodes which are Predicates of Triples in the Triple Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<INode> PredicateNodes { get; }

Property Value

Type: IEnumerableINode
See Also