Enum JsonLdProcessingMode
Enumeration of the processing modes supported by the JsonLdProcessor.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdProcessingMode
Fields
Name | Description |
---|---|
JsonLd10 | Process only JSON-LD 1.0 features |
JsonLd11 | Process JSON-LD 1.1 features with frame expansion features disabled. |
JsonLd11FrameExpansion | Process JSON-LD 1.1 features with frame expansion features enabled. |