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
)
Public Shared Function GetTriplesSortedBySubjectPredicate (
graph As IGraph
) As List(Of Triple)
Parameters
- graph
- Type: VDS.RDFIGraph
The graph whose triples are to be returned.
Return Value
Type:
ListTripleA list of the triples in
graph sorted by their subject and then predicate.
See Also