Gets the unique Subject and Object nodes of the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IEnumerable<INode> Nodes { get; }
ReadOnly Property Nodes As IEnumerable(Of INode)
Get
Property Value
Type:
IEnumerableINodeRemarks This property returns only nodes that appear in the Subject or Object position in triples. To retrieve a list of all INode instances in a graph including those in Predicate position in a triple, use the
AllNodes property.
See Also