Skip to content

Commit af21344

Browse files
committed
Use https://w3.org/ns/i18n#` for i18n namespace URL.
1 parent 91a3b02 commit af21344

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>
@@ -5240,7 +5240,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
52405240
data-to-rdf>
52415241
<!--
52425242
@prefix ex: <http://example.org/> .
5243-
@prefix i18n: <https://www.w3.org/i18n#> .
5243+
@prefix i18n: <https://www.w3.org/ns/i18n#> .
52445244

52455245
# Note that this version preserves the base direction using a datatype.
52465246
[
@@ -12839,7 +12839,7 @@ <h3>Serializing/Deserializing RDF</h3>
1283912839
</section>
1284012840

1284112841
<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>.
1284312843
It is used as an alternative mechanism for describing the [[BCP47]] <a>language tag</a> and <a>base direction</a>
1284412844
of <a>RDF literals</a> that would otherwise use the `xsd:string` or `rdf:langString` datatypes.</p>
1284512845
<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>
1284812848
can be used with the <dfn data-cite="JSON-LD11-API#dom-jsonldoptions-rdfDirection">rdfDirection</dfn>
1284912849
set to `datatype` to generate <a>RDF literals</a> using the `i18n` base to create an IRI
1285012850
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#`
1285212852
the value of `@language`, if any, followed by an underscore (`"_"`) followed
1285312853
by the value of `@direction`.</p>
1285412854

@@ -12861,7 +12861,7 @@ <h3>Serializing/Deserializing RDF</h3>
1286112861
data-to-rdf>
1286212862
<!--
1286312863
@prefix ex: <http://example.org/> .
12864-
@prefix i18n: <https://www.w3.org/i18n#> .
12864+
@prefix i18n: <https://www.w3.org/ns/i18n#> .
1286512865

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

0 commit comments

Comments
 (0)