Click or drag to resize

WriterHelperGetTriplesSortedBySubjectPredicate Method

Get a list of all triples in the specified graph, sorted by subject and then predicate.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static List<Triple> GetTriplesSortedBySubjectPredicate(
	IGraph graph
)

Parameters

graph
Type: VDS.RDFIGraph
The graph whose triples are to be returned.

Return Value

Type: ListTriple
A list of the triples in graph sorted by their subject and then predicate.
See Also