Click or drag to resize

BaseTripleCollectionPredicateNodes 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 abstract IEnumerable<INode> PredicateNodes { get; }

Property Value

Type: IEnumerableINode
See Also