Click or drag to resize

TripleNodes Property

Gets an enumeration of the Nodes in the Triple.

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

Property Value

Type: IEnumerableINode
Remarks
Returned as subject, predicate, object.
See Also