ExtensionsAssertList Method |
Name | Description | |
---|---|---|
AssertList(IGraph, IEnumerableINode) |
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
| |
AssertListT(IGraph, IEnumerableT, FuncT, INode) |
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
| |
AssertList(IGraph, INode, IEnumerableINode) |
Asserts a list as a RDF collection using an existing node as the list root.
| |
AssertListT(IGraph, INode, IEnumerableT, FuncT, INode) |
Asserts a list as a RDF collection using an existing node as the list root.
|