Click or drag to resize

JsonLdProcessorOptionsOmitGraph Property

GEt or set the value of the omit graph flag used in the Framing Algorithm.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool OmitGraph { get; set; }

Property Value

Type: Boolean
Remarks
Defaults to false if ProcessingMode is JsonLd10, true otherwise.
See Also