Click or drag to resize

JsonLdRdfDirectionMode Enumeration

An enumeration of the options allowed by the RdfDirection property.

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum JsonLdRdfDirectionMode
Members
  Member nameValueDescription
I18NDatatype0 Specifies the use of W3C I18N datatype IRIs when serializing literals containing a base direction.
CompoundLiteral1 Specifies the use of a blank node and rdf:direction property when serializing literals containing a base direction.
See Also