Click or drag to resize

JsonLdProcessingMode Enumeration

Enumeration of the processing modes supported by the JsonLdProcessor.

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum JsonLdProcessingMode
Members
  Member nameValueDescription
JsonLd100 Process only JSON-LD 1.0 features
JsonLd111 Process JSON-LD 1.1 features with frame expansion features disabled.
JsonLd11FrameExpansion2 Process JSON-LD 1.1 features with frame expansion features enabled.
See Also