Skip to content

Commit 2486062

Browse files
authored
Fix links to RDF Concepts #dfn-dir-lang-string (#95)
1 parent 6a13f0f commit 2486062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ <h2>Literals and datatypes</h2>
794794
In summary: with two exceptions, RDF literals combine a string and an IRI <a data-lt="identify">identifying</a> a datatype.
795795
The exceptions are <a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string">language-tagged strings</a>, assigned the type <code>rdf:langString</code>,
796796
which have two syntactic components, a string and a language tag; and
797-
<a data-cite="RDF12-CONCEPTS#dfn-directional-language-tagged string">directional language-tagged strings</a>,
797+
<a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string">directional language-tagged strings</a>,
798798
assigned the type <code>rdf:dirLangString</code>,
799799
which have three syntactic components, a string, a language tag, and a base direction.
800800
A datatype is understood to define a mapping, called the
@@ -841,7 +841,7 @@ <h2>Literals and datatypes</h2>
841841
thereby fixing a value of the <a>datatype map</a> of this IRI.</p>
842842

843843
<p>Literals with <a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a>
844-
or <a data-cite="RDF12-CONCEPTS#dfn-directional-language-tagged-string"><code>rdf:dirLangString</code></a>
844+
or <a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string"><code>rdf:dirLangString</code></a>
845845
as their datatype IRI are given special treatment.
846846
The IRIs <code>rdf:langString</code> and <code>rdf:dirLangString</code>
847847
are classified as datatype IRIs and interpreted to denote a datatype,
@@ -904,7 +904,7 @@ <h2>D-interpretations</h2>
904904

905905
<p>The special datatypes
906906
<a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a> and
907-
<a data-cite="RDF12-CONCEPTS#dfn-directional-language-tagged-string"><code>rdf:dirLangString</code></a>
907+
<a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string"><code>rdf:dirLangString</code></a>
908908
have no <a>ill-typed</a> literals.
909909
Any syntactically legal literal with one of these types will denote a value in every
910910
D-interpretation where D includes <code>rdf:langString</code> or <code>rdf:dirLangString</code>.
@@ -1051,7 +1051,7 @@ <h2>RDF Interpretations</h2>
10511051

10521052
<p>The datatype IRIs
10531053
<a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a>,
1054-
<a data-cite="RDF12-CONCEPTS#dfn-directional-language-tagged string"><code>rdf:dirLangString</code></a>,
1054+
<a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string"><code>rdf:dirLangString</code></a>,
10551055
and <a data-cite="XMLSCHEMA11-2#string"><code>xsd:string</code></a>
10561056
MUST be <a>recognized</a> by all RDF interpretations.</p>
10571057

0 commit comments

Comments
 (0)