Click or drag to resize

ToolsCopyTriple Method (Triple, IGraph)

Copies a Triple from one Graph to another.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Triple CopyTriple(
	Triple t,
	IGraph target
)

Parameters

t
Type: VDS.RDFTriple
Triple to copy.
target
Type: VDS.RDFIGraph
Graph to copy to.

Return Value

Type: Triple

[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyTriple(VDS.RDF.Triple,VDS.RDF.IGraph)"]

See Also