ExtensionsCopyTriple Method (Triple, IGraph, Boolean) |
Copies a Triple to the target Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static Triple CopyTriple(
this Triple t,
IGraph target,
bool keepOriginalGraphUri
)
<ExtensionAttribute>
Public Shared Function CopyTriple (
t As Triple,
target As IGraph,
keepOriginalGraphUri As Boolean
) As Triple
Parameters
- t
- Type: VDS.RDFTriple
Triple to copy. - target
- Type: VDS.RDFIGraph
Target Graph. - keepOriginalGraphUri
- Type: SystemBoolean
Indicates whether Nodes should preserve the Graph Uri of the Graph they originated from.
Return Value
Type:
Triple[Missing <returns> documentation for "M:VDS.RDF.Extensions.CopyTriple(VDS.RDF.Triple,VDS.RDF.IGraph,System.Boolean)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Triple. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks See Also