GraphPersistenceWrapperNodes Property |
Gets the unique Subject and Object nodes of the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<INode> Nodes { get; }
Public ReadOnly Property Nodes As IEnumerable(Of INode)
Get
Property Value
Type:
IEnumerableINodeImplements
IGraphNodesRemarks 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