Click or drag to resize

JsonLdProcessorOptionsRdfDirection Field

Get or set the method by which literal values containing a base direction are transformed to and from RDF.

If set to I18NDatatype, an RDF literal is generated using a datatype IRI based on https://www.w3.org/ns/i18n# with both the language tag (if present) and base direction encoded. When transforming from RDF, this datatype is decoded to create a value object containing @language (if present) and @direction.

If set to CompoundLiteral, a blank node is emitted instead of a literal, where the blank node is the subject of rdf:value, rdf:direction, and rdf:language (if present) properties. When transforming from RDF, this object is decoded to create a value object containing @language (if present) and @direction.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Nullable<JsonLdRdfDirectionMode> RdfDirection

Field Value

Type: NullableJsonLdRdfDirectionMode
See Also