Click or drag to resize

JsonLdProcessorOptionsProduceGeneralizedRdf Field

If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ProduceGeneralizedRdf

Field Value

Type: Boolean
Remarks

This feature of JSON-LD is deprecated in JSON-LD 1.1 and may be removed in future versions of the specification.

Default to false.

See Also