91
91
< p > Compared to RDF 1.1, RDF 1.2 introduces the ability to use an < a > RDF triple</ a >
92
92
as a < a > triple term</ a > , in the < a > object</ a > position of another < a > triple</ a > .
93
93
RDF 1.2 also introduces < a > directional language-tagged strings</ a > ,
94
- which contain a < a > base direction</ a > element that allows the
94
+ which contain a < a > base direction</ a > component that allows the
95
95
initial text direction to be specified for presentation by a user agent.</ p >
96
96
97
97
< p > This specification introduces key concepts and terminology for RDF 1.2, and subsequently discusses
@@ -923,7 +923,7 @@ <h3>Literals</h3>
923
923
< p > Literals are used for values such as strings, numbers, and dates.</ p >
924
924
925
925
< p > A < dfn data-local-lt ="RDF literal "> literal</ dfn > consists of
926
- two, three, or four component elements , as follows :</ p >
926
+ two, three, or four components , as below :</ p >
927
927
928
928
< ol >
929
929
< li > A < dfn > lexical form</ dfn > , being an < a data-lt ="string "> RDF string</ a > .
@@ -947,10 +947,10 @@ <h3>Literals</h3>
947
947
</ ul > </ li >
948
948
</ ol >
949
949
950
- < p > A literal is a < dfn > language-tagged string</ dfn > if the third element
951
- is present and the fourth element is not present.
950
+ < p > A literal is a < dfn > language-tagged string</ dfn > if the [=language tag=]
951
+ is present and the [=base direction=] is < em > not</ em > present.
952
952
A literal is a < dfn id ="dfn-dir-lang-string "> directional language-tagged string</ dfn >
953
- if both the third element and fourth elements are present.
953
+ if both the [=language tag=] and the [=base direction=] are present.
954
954
</ p >
955
955
956
956
< p > < dfn data-local-lt ="term-equal "> Literal term equality</ dfn > :
@@ -2183,7 +2183,7 @@ <h2>Changes between RDF 1.1 and RDF 1.2</h2>
2183
2183
and extended the definition of
2184
2184
< a > RDF triple</ a > to permit triple terms as objects.
2185
2185
Also defines < a > reifier</ a > and < a > reifying triple</ a > .</ li >
2186
- < li > Added the < a > base direction</ a > element as part of
2186
+ < li > Added the < a > base direction</ a > component as part of
2187
2187
a < a > literal</ a > ,
2188
2188
and a description of its use in < a href ="#section-text-direction " class ="sectionRef "> </ a > .</ li >
2189
2189
< li > Improved the use of IRI terminology,
0 commit comments