Click or drag to resize

JsonLdContext Constructor (Uri)

Create a new empty context with the Base and OriginalBase properties both set to the specified base URI.

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

Parameters

baseIri
Type: SystemUri
The base IRI.
See Also