Skip to content

Commit 2b30462

Browse files
committed
Use https://w3.org/ns/i18n#` for i18n namespace URL.
1 parent 5cbd3b8 commit 2b30462

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ <h2>Syntax Tokens and Keywords</h2>
676676
</tr>
677677
<tr>
678678
<td>i18n</td>
679-
<td>https://www.w3.org/i18n#</td>
679+
<td>https://www.w3.org/ns/i18n#</td>
680680
</tr>
681681
<tr>
682682
<td>rdf</td>
@@ -5235,7 +5235,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
52355235
data-to-rdf>
52365236
<!--
52375237
@prefix ex: <http://example.org/> .
5238-
@prefix i18n: <https://www.w3.org/i18n#> .
5238+
@prefix i18n: <https://www.w3.org/ns/i18n#> .
52395239

52405240
# Note that this version preserves the base direction using a datatype.
52415241
[
@@ -12834,7 +12834,7 @@ <h3>Serializing/Deserializing RDF</h3>
1283412834
</section>
1283512835

1283612836
<section class='informative'><h2>The `i18n` Namespace</h2>
12837-
<p>The `i18n:` namespace is used for describing combinations of <a>language tag</a> and <a>base direction</a> in <a>RDF literals</a>.
12837+
<p>The `i18n` namespace is used for describing combinations of <a>language tag</a> and <a>base direction</a> in <a>RDF literals</a>.
1283812838
It is used as an alternative mechanism for describing the [[BCP47]] <a>language tag</a> and <a>base direction</a>
1283912839
of <a>RDF literals</a> that would otherwise use the `xsd:string` or `rdf:langString` datatypes.</p>
1284012840
<p>Datatypes based on this namespace allow round-tripping of JSON-LD documents using base direction,
@@ -12843,7 +12843,7 @@ <h3>Serializing/Deserializing RDF</h3>
1284312843
can be used with the <dfn data-cite="JSON-LD11-API#dom-jsonldoptions-rdfDirection">rdfDirection</dfn>
1284412844
set to `datatype` to generate <a>RDF literals</a> using the `i18n` base to create an IRI
1284512845
encoding the <a>base direction</a> along with optional <a>language tag</a> from
12846-
value objects containing `@direction` by appending to `https://www.w3.org/i18n#`
12846+
value objects containing `@direction` by appending to `https://www.w3.org/ns/i18n#`
1284712847
the value of `@language`, if any, followed by an underscore (`"_"`) followed
1284812848
by the value of `@direction`.</p>
1284912849

@@ -12856,7 +12856,7 @@ <h3>Serializing/Deserializing RDF</h3>
1285612856
data-to-rdf>
1285712857
<!--
1285812858
@prefix ex: <http://example.org/> .
12859-
@prefix i18n: <https://www.w3.org/i18n#> .
12859+
@prefix i18n: <https://www.w3.org/ns/i18n#> .
1286012860

1286112861
# Note that this version preserves the base direction using a non-standard datatype.
1286212862
[

0 commit comments

Comments
 (0)