Click or drag to resize

JsonLdProcessor Class

Implements the core JSON-LD processing.
Inheritance Hierarchy
SystemObject
  VDS.RDF.JsonLdJsonLdProcessor

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class JsonLdProcessor

The JsonLdProcessor type exposes the following members.

Properties
  NameDescription
Public propertyBaseIri
Get or set the base IRI for processing.
Public propertyProcessingMode
Get or set the current processing mode.
Public propertyWarnings
Get the warnings generated by the processor.
Top
Methods
  NameDescription
Public methodCompact(JToken, JToken)
Run the Compaction algorithm.
Public methodStatic memberCompact(JToken, JToken, JsonLdProcessorOptions)
Run the Compaction algorithm.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExpand(JToken, JsonLdProcessorOptions)
Apply the JSON-LD expansion algorithm to a context JSON object.
Public methodStatic memberExpand(Uri, JsonLdProcessorOptions)
Apply the JSON-LD context expansion algorithm to the context found at the specified URL.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlatten(JToken, JToken)
Flattens the given input and compacts it using the passed context according to the steps in the JSON-LD Flattening algorithm.
Public methodStatic memberFlatten(JToken, JToken, JsonLdProcessorOptions)
Flattens the given input and compacts it using the passed context according to the steps in the JSON-LD Flattening algorithm.
Public methodStatic memberFrame
Applies the framing algorithm to the specified input.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also