Click or drag to resize

JsonLdContextClone Method

Create a deep clone of this context.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdContext Clone()

Return Value

Type: JsonLdContext
A new JsonLdContext that is a clone of this context.
See Also