Enum JsonLdRdfDirectionMode
An enumeration of the options allowed by the RdfDirection property.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdRdfDirectionMode
Fields
Name | Description |
---|---|
CompoundLiteral | Specifies the use of a blank node and rdf:direction property when serializing literals containing a base direction. |
I18NDatatype | Specifies the use of W3C I18N datatype IRIs when serializing literals containing a base direction. |