JsonLdProcessorOptions Class |
Namespace: VDS.RDF.JsonLd
The JsonLdProcessorOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonLdProcessorOptions | Initializes a new instance of the JsonLdProcessorOptions class |
| Name | Description | |
|---|---|---|
| Base |
The base IRI to use when expanding or compacting the document.
| |
| DocumentLoader |
The callback of the loader to be used to retrieve remote documents and contexts.
| |
| Loader | Obsolete.
The callback of the loader to be used to retrieve remote documents and contexts.
| |
| OmitGraph |
GEt or set the value of the omit graph flag used in the Framing Algorithm.
|
| Name | Description | |
|---|---|---|
| Clone |
Create a copy of this instance, cloning all of its values.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CompactArrays |
Flag indicating if arrays of one element should be replaced by the single value during compaction.
| |
| CompactToRelative |
Determines if IRIs are compacted relative to the base option or document location when compacting.
| |
| Embed |
Sets the value object embed flag used in the Framing Algorithm.
| |
| ExpandContext |
A context that is used to initialize the active context when expanding a document.
| |
| Explicit |
Sets the value explicit inclusion flag used in the Framing Algorithm.
| |
| ExtractAllScripts |
Specifies whether HTML document processing should target all of the JSON-LD script elements in the document or not.
| |
| FrameDefault |
Instead of framing a merged graph, frame only the default graph.
| |
| FrameExpansion |
Specifies whether special frame expansion rules should be applied during expansion and/or RDF serialization.
| |
| OmitDefault |
Sets the value omit default flag used in the Framing Algorithm.
| |
| Ordered |
Specifies whether the processor should operate on properties in lexicographical order or not.
| |
| ProcessingMode |
Get or set the processing model that the processor will use.
| |
| ProduceGeneralizedRdf |
If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.
| |
| PruneBlankNodeIdentifiers | Obsolete.
Removes @id from node objects where the value is a blank node identifier used only once within the document.
| |
| RdfDirection |
Get or set the method by which literal values containing a base direction are transformed to and from RDF.
| |
| RemoteContextLimit |
The maximum number of remote context references to load during processing.
| |
| RequireAll |
Sets the value require all flag used in the Framing Algorithm.
| |
| UseNativeTypes |
Get or set the flag that determines whether or not JSON native values should be used in literals.
| |
| UseRdfType |
Get or set the flag that controls the serialization of rdf:type properties when serializing RDF as JSON-LD.
|