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
)
Public Sub New (
baseIri As Uri
)
Parameters
- baseIri
- Type: SystemUri
The base IRI.
See Also