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