JsonLdProcessorOptions Fields |
The JsonLdProcessorOptions type exposes the following members.
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.
|