Triple Constructor |
Name | Description | |
---|---|---|
Triple(INode, INode, INode) |
Constructs a Triple from Nodes that belong to the same Graph/Node Factory.
| |
Triple(INode, INode, INode, Uri) |
Creates a Triple and associates it with the given Graph URI permanently (though not with a specific Graph as such).
| |
Triple(INode, INode, INode, IGraph) |
Constructs a Triple from Nodes that belong to the same Graph/Node Factory and associates this Triple with the given Graph (doesn't assert the Triple).
| |
Triple(INode, INode, INode, ITripleContext) |
Constructs a Triple from Nodes that belong to the same Graph/Node Factory with some Context.
| |
Triple(INode, INode, INode, ITripleContext, Uri) |
Constructs a Triple from Nodes that belong to the same Graph/Node Factory with some Context.
|