Click or drag to resize

ThreadSafeTripleCollection.SubjectNodes Property

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

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

Property Value

Type: IEnumerable<INode>
See Also