@@ -676,7 +676,7 @@ <h2>Syntax Tokens and Keywords</h2>
676
676
</tr>
677
677
<tr>
678
678
<td>i18n</td>
679
- <td>https://www.w3.org/i18n#</td>
679
+ <td>https://www.w3.org/ns/ i18n#</td>
680
680
</tr>
681
681
<tr>
682
682
<td>rdf</td>
@@ -5240,7 +5240,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
5240
5240
data-to-rdf>
5241
5241
<!--
5242
5242
@prefix ex: <http://example.org/> .
5243
- @prefix i18n: <https://www.w3.org/i18n#> .
5243
+ @prefix i18n: <https://www.w3.org/ns/ i18n#> .
5244
5244
5245
5245
# Note that this version preserves the base direction using a datatype.
5246
5246
[
@@ -12839,7 +12839,7 @@ <h3>Serializing/Deserializing RDF</h3>
12839
12839
</section>
12840
12840
12841
12841
<section class='informative'><h2>The `i18n` Namespace</h2>
12842
- <p>The `i18n: ` namespace is used for describing combinations of <a>language tag</a> and <a>base direction</a> in <a>RDF literals</a>.
12842
+ <p>The `i18n` namespace is used for describing combinations of <a>language tag</a> and <a>base direction</a> in <a>RDF literals</a>.
12843
12843
It is used as an alternative mechanism for describing the [[BCP47]] <a>language tag</a> and <a>base direction</a>
12844
12844
of <a>RDF literals</a> that would otherwise use the `xsd:string` or `rdf:langString` datatypes.</p>
12845
12845
<p>Datatypes based on this namespace allow round-tripping of JSON-LD documents using base direction,
@@ -12848,7 +12848,7 @@ <h3>Serializing/Deserializing RDF</h3>
12848
12848
can be used with the <dfn data-cite="JSON-LD11-API#dom-jsonldoptions-rdfDirection">rdfDirection</dfn>
12849
12849
set to `datatype` to generate <a>RDF literals</a> using the `i18n` base to create an IRI
12850
12850
encoding the <a>base direction</a> along with optional <a>language tag</a> from
12851
- value objects containing `@direction` by appending to `https://www.w3.org/i18n#`
12851
+ value objects containing `@direction` by appending to `https://www.w3.org/ns/ i18n#`
12852
12852
the value of `@language`, if any, followed by an underscore (`"_"`) followed
12853
12853
by the value of `@direction`.</p>
12854
12854
@@ -12861,7 +12861,7 @@ <h3>Serializing/Deserializing RDF</h3>
12861
12861
data-to-rdf>
12862
12862
<!--
12863
12863
@prefix ex: <http://example.org/> .
12864
- @prefix i18n: <https://www.w3.org/i18n#> .
12864
+ @prefix i18n: <https://www.w3.org/ns/ i18n#> .
12865
12865
12866
12866
# Note that this version preserves the base direction using a non-standard datatype.
12867
12867
[
0 commit comments