Click or drag to resize

JsonLdWriterOptionsUseRdfType Property

Unless this flag is set to true, rdf:type predicates will be serialized as @type as long as the associated object is either an IRI or blank node identifier.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool UseRdfType { get; set; }

Property Value

Type: Boolean
See Also