ToolsCopyTriple Method (Triple, IGraph, Boolean) | 
 
            Copies a Triple from one Graph to another.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static Triple CopyTriple(
	Triple t,
	IGraph target,
	bool keepOriginalGraphUri
)
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
Graph to copy to. - keepOriginalGraphUri
 - Type: SystemBoolean
Indicates whether the Copy should preserve the Graph Uri of the Nodes being copied. 
Return Value
Type: 
Triple[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyTriple(VDS.RDF.Triple,VDS.RDF.IGraph,System.Boolean)"]
See Also