Open afs opened 9 months ago
Add support for RDF 1.2 text direction
Initial text direction is a feature in RDF 1.2. https://www.w3.org/TR/rdf12-concepts/#section-text-direction
It is a new facet of language string literals: https://www.w3.org/TR/rdf12-concepts/#section-Graph-Literal
Turtle syntax: https://www.w3.org/TR/rdf12-turtle/#grammar-production-LANG_DIR
A text direction can be ltr or rtl (case insensitive).
ltr
rtl
Add support for RDF 1.2 text direction
Initial text direction is a feature in RDF 1.2. https://www.w3.org/TR/rdf12-concepts/#section-text-direction
It is a new facet of language string literals: https://www.w3.org/TR/rdf12-concepts/#section-Graph-Literal
Turtle syntax: https://www.w3.org/TR/rdf12-turtle/#grammar-production-LANG_DIR
A text direction can be
ltr
orrtl
(case insensitive).