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
Public Enumeration JsonLdRdfDirectionMode
Members
| Member name | Value | Description |
---|
| I18NDatatype | 0 |
Specifies the use of W3C I18N datatype IRIs when serializing literals containing a base direction.
|
| CompoundLiteral | 1 |
Specifies the use of a blank node and rdf:direction property when serializing literals containing a base direction.
|
See Also