@@ -775,11 +775,14 @@ <h2>Literals and datatypes</h2>
775
775
< p > RDF literals and datatypes are fully described in the
776
776
< a data-cite ="RDF12-CONCEPTS#section-Datatypes "> Datatypes</ a > section of the RDF Concepts specification [[!RDF12-CONCEPTS]].
777
777
In summary: with two exceptions, RDF literals combine a string and an IRI < a data-lt ="identify "> identifying</ a > a datatype.
778
- The exceptions are < a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> language-tagged strings</ a > , assigned the type < code > rdf:langString</ code > ,
779
- which have two syntactic components, a string and a language tag; and
780
- < a data-cite ="RDF12-CONCEPTS#dfn-dir-lang-string "> directional language-tagged strings</ a > ,
781
- assigned the type < code > rdf:dirLangString</ code > ,
782
- which have three syntactic components, a string, a language tag, and a base direction.
778
+ The exceptions are < a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> language-tagged strings</ a > ,
779
+ which have the type < code > rdf:langString</ code > , and
780
+ < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged string "> directional language-tagged strings</ a > ,
781
+ which have the type < code > rdf:dirLangString</ code > .
782
+ < a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> Language-tagged strings</ a >
783
+ have two syntactic components: a string, and a language tag;
784
+ < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged string "> directional language-tagged strings</ a >
785
+ have three syntactic components: a string, a language tag, and a base direction.
783
786
A datatype is understood to define a mapping, called the
784
787
< span id ="dfn-lexical-to-value-mapping "> </ span >
785
788
< dfn data-cite ="RDF12-CONCEPTS#dfn-lexical-to-value-mapping "> lexical-to-value mapping</ dfn > ,
0 commit comments