Click or drag to resize

JsonLdProcessorOptionsFrameExpansion Field

Specifies whether special frame expansion rules should be applied during expansion and/or RDF serialization.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool FrameExpansion

Field Value

Type: Boolean
Remarks

Enables special frame processing rules for the Expansion Algorithm.

Enables special rules for the Serialize RDF as JSON-LD Algorithm to use JSON-LD native types as values, where possible.

Defaults to false.

See Also