rdfDirection property
Controls how RDF text direction is represented in the output.
null(default): no special direction processing.- RdfDirection.i18nDatatype: use
https://www.w3.org/ns/i18n#datatypes. - RdfDirection.compoundLiteral: use blank nodes with
rdf:value/rdf:language/rdf:direction.
Applies to all output modes.
Implementation
final RdfDirection? rdfDirection;