Triple Constructor (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).
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax
ExceptionsException | Condition |
---|
RdfException | Thrown if the Nodes aren't all from the same Graph/Node Factory. |
RemarksWill throw an RdfException if the Nodes don't belong to the same Graph/Node Factory.
See Also