Extensions.AssertList Method |
Name | Description | |
---|---|---|
![]() ![]() | AssertList(IGraph, IEnumerable<INode>) |
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
|
![]() ![]() | AssertList<T>(IGraph, IEnumerable<T>, Func<T, INode>) |
Asserts a list as a RDF collection and returns the node that represents the root of the RDF collection.
|
![]() ![]() | AssertList(IGraph, INode, IEnumerable<INode>) |
Asserts a list as a RDF collection using an existing node as the list root.
|
![]() ![]() | AssertList<T>(IGraph, INode, IEnumerable<T>, Func<T, INode>) |
Asserts a list as a RDF collection using an existing node as the list root.
|