JsonLdWriterOptionsRdfDirection Property |
Get or set the text direction mode to use.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Nullable<JsonLdRdfDirectionMode> RdfDirection { get; set; }
Public Property RdfDirection As Nullable(Of JsonLdRdfDirectionMode)
Get
Set
Property Value
Type:
NullableJsonLdRdfDirectionModeRemarks The default value of null indicates that there is no text direction information in the RDF.
A value of
I18NDatatype indicates that both language and text direction are encoded in the literal datatype IRI.
A value of
CompoundLiteral indicates that literals with text direction are represented as a blank node with an rdf:direction property.
See Also