JsonLdProcessorOptions.ProduceGeneralizedRdf 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:
Syntaxpublic bool ProduceGeneralizedRdf
Public ProduceGeneralizedRdf As Boolean
Field Value
Type:
Boolean
RemarksThis 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