@@ -789,18 +789,19 @@ <h3>Literals</h3>
789
789
if and only if the following are all true:</ p >
790
790
791
791
< ul >
792
- < li > The two < a > lexical forms</ a > compare equal.</ li >
793
- < li > The two < a > datatype IRIs</ a > compare equal.</ li >
794
- < li > The two < a > language tags</ a > are either both absent, or both present and compare equal.</ li >
792
+ < li > The two < a > lexical forms</ a > compare equal,
793
+ where this comparison is performed using
794
+ < a data-cite ="I18N-GLOSSARY#dfn-case-sensitive "> case-sensitive matching</ a >
795
+ (see description of string comparison in
796
+ < a href ="#rdf-strings " class ="sectionRef "> </ a > ).</ li >
797
+ < li > The two < a > datatype IRIs</ a > compare [=IRI equality|equal=]
798
+ (per [=IRI equality=]).</ li >
799
+ < li > The two < a > language tags</ a > are either both absent, or both present and compare equal,
800
+ where this comparison is performed using
801
+ < a data-cite ="I18N-GLOSSARY#dfn-ascii-case-insensitive "> ASCII case-insensitive matching</ a >
802
+ (in contrast to the case-sensitive comparison of the lexical forms).</ li >
795
803
< li > The two < a > base directions</ a > are either both absent, both `ltr`, or both `rtl`.</ li >
796
804
</ ul >
797
- < p > Comparison of the [=lexical forms=] and of the [=datatype IRIs=] is performed using
798
- < a data-cite ="I18N-GLOSSARY#dfn-case-sensitive "> case sensitive matching</ a >
799
- (see description of string comparison in
800
- < a href ="#rdf-strings " class ="sectionRef "> </ a > ).
801
- Comparison of the [=language tags=] is performed using
802
- < a data-cite ="I18N-GLOSSARY#dfn-case-sensitive "> ASCII case-insensitive matching</ a > .
803
- </ p >
804
805
805
806
< section >
806
807
< h2 > Representation of literals</ h2 >
0 commit comments