Fix CR cross-document links
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 05 Sep 2013 22:27:49 +0200
changeset 1981 2894481051a6
parent 1980 624180039f5e
child 1982 7ac2ac2190bb
Fix CR cross-document links
spec/CR/json-ld-api/20130910/diff-20130516.html
spec/CR/json-ld-api/20130910/index.html
spec/CR/json-ld/20130910/diff-20130411.html
spec/CR/json-ld/20130910/index.html
--- a/spec/CR/json-ld-api/20130910/diff-20130516.html	Thu Sep 05 22:14:13 2013 +0200
+++ b/spec/CR/json-ld-api/20130910/diff-20130516.html	Thu Sep 05 22:27:49 2013 +0200
@@ -4918,7 +4918,7 @@
 defined
 (see
 <cite>
-<a href="../json-ld/#sets-and-lists">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#sets-and-lists">
 Sets
 and
 Lists
@@ -5164,7 +5164,7 @@
 the
 section
 <cite>
-<a href="../json-ld/#syntax-tokens-and-keywords">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#syntax-tokens-and-keywords">
 Syntax
 Tokens
 and
@@ -5204,7 +5204,7 @@
 the
 section
 <cite>
-<a href="../json-ld/#the-context">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#the-context">
 The
 Context
 </a>
@@ -5359,7 +5359,7 @@
 in
 the
 <cite>
-<a href="../json-ld/#data-model">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#data-model">
 Data
 Model
 </a>
@@ -13263,7 +13263,7 @@
 expanded
 from
 a
-<a class="tref externalDFN" title="language-map" href="../json-ld/#dfn-language-map">
+<a class="tref externalDFN" title="language-map" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#dfn-language-map">
 language
 map
 </a>
@@ -22703,7 +22703,7 @@
 JSON-LD
 document
 in
-<a class="tref externalDFN" title="flattened-document-form" href="../json-ld/#flattened-document-form">
+<a class="tref externalDFN" title="flattened-document-form" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#flattened-document-form">
 flattened
 document
 form
@@ -36406,7 +36406,7 @@
 value
 in
 a
-<a class="tref externalDFN" title="language-map" href="../json-ld/#dfn-language-map">
+<a class="tref externalDFN" title="language-map" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#dfn-language-map">
 language
 map
 </a>
--- a/spec/CR/json-ld-api/20130910/index.html	Thu Sep 05 22:14:13 2013 +0200
+++ b/spec/CR/json-ld-api/20130910/index.html	Thu Sep 05 22:27:49 2013 +0200
@@ -1044,7 +1044,7 @@
       the collection is <em>unordered</em> by default. While order is
       preserved in regular JSON arrays, it is not in regular JSON-LD arrays
       unless specifically defined (see
-      <cite><a href="../json-ld/#sets-and-lists">Sets and Lists</a></cite> in
+      <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#sets-and-lists">Sets and Lists</a></cite> in
       the JSON-LD specification [<cite><a class="bibref" href="#bib-JSON-LD">JSON-LD</a></cite>]).</dd>
     <dt><dfn title="string" id="dfn-string">string</dfn></dt>
     <dd>A string is a sequence of zero or more Unicode characters,
@@ -1072,11 +1072,11 @@
   <dl>
     <dt><dfn title="keyword" id="dfn-keyword">keyword</dfn></dt>
     <dd>A JSON key that is specific to JSON-LD, specified in the section
-      <cite><a href="../json-ld/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>
+      <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#syntax-tokens-and-keywords">Syntax Tokens and Keywords</a></cite>
       of the JSON-LD specification [<cite><a class="bibref" href="#bib-JSON-LD">JSON-LD</a></cite>].</dd>
     <dt><dfn title="context" id="dfn-context">context</dfn></dt>
     <dd>A set of rules for interpreting a JSON-LD document as specified in the section
-      <cite><a href="../json-ld/#the-context">The Context</a></cite> of the JSON-LD
+      <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#the-context">The Context</a></cite> of the JSON-LD
       specification [<cite><a class="bibref" href="#bib-JSON-LD">JSON-LD</a></cite>].</dd>
     <dt><dfn title="json-ld-document" id="dfn-json-ld-document">JSON-LD document</dfn></dt>
     <dd>A <a class="tref internalDFN" title="json-ld-document" href="#dfn-json-ld-document">JSON-LD document</a> is a serialization of a collection of
@@ -1090,7 +1090,7 @@
     <dt><dfn title="graph" id="dfn-graph">Graph</dfn></dt>
     <dd>A labeled directed graph, i.e., a set of <a class="tref internalDFN" title="node" href="#dfn-node">nodes</a>
       connected by <a class="tref internalDFN" title="edge" href="#dfn-edge">edges</a>,
-      as specified in the <cite><a href="../json-ld/#data-model">Data Model</a></cite>
+      as specified in the <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#data-model">Data Model</a></cite>
       section of the JSON-LD specification [<cite><a class="bibref" href="#bib-JSON-LD">JSON-LD</a></cite>].</dd>
     <dt><dfn title="edge" id="dfn-edge">edge</dfn></dt>
     <dd>Every <a class="tref internalDFN" title="edge" href="#dfn-edge">edge</a> has a direction associated with it and is labeled with
@@ -1982,7 +1982,7 @@
             <li>Otherwise, if <i>key</i>'s <a class="tref internalDFN" title="container-mapping" href="#dfn-container-mapping">container mapping</a> in
               <a class="tref internalDFN" title="active-context" href="#dfn-active-context">active context</a> is <code>@language</code> and
               <i>value</i> is a <a class="tref internalDFN" title="json-object" href="#dfn-json-object">JSON object</a> then <i>value</i>
-              is expanded from a <a class="tref externalDFN" title="language-map" href="../json-ld/#dfn-language-map">language map</a>
+              is expanded from a <a class="tref externalDFN" title="language-map" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#dfn-language-map">language map</a>
               as follows:
               <ol class="algorithm">
                 <li>Initialize <i>expanded value</i> to an empty
@@ -3191,7 +3191,7 @@
         which collects all properties of a <a class="tref internalDFN" title="node" href="#dfn-node">node</a> in a single
         <a class="tref internalDFN" title="json-object" href="#dfn-json-object">JSON object</a>. In the next step, the <i>node map</i> is
         converted to a JSON-LD document in
-        <a class="tref externalDFN" title="flattened-document-form" href="../json-ld/#flattened-document-form">flattened document form</a>.
+        <a class="tref externalDFN" title="flattened-document-form" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#flattened-document-form">flattened document form</a>.
         Finally, if a <a class="tref internalDFN" title="context" href="#dfn-context">context</a> has been passed, the flattened document
         is compacted using the <a href="#compaction-algorithm">Compaction algorithm</a>
         before being returned.</p>
@@ -4592,7 +4592,7 @@
           a <a class="tref internalDFN" title="scalar" href="#dfn-scalar">scalar</a> nor <a class="tref internalDFN" title="null" href="#dfn-null">null</a>.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-language-tagged-string">invalid language-tagged string</code></td><td>A <a class="tref internalDFN" title="language-tagged-string" href="http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string">language-tagged string</a> with an invalid language
           value was detected.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-language-tagged-value">invalid language-tagged value</code></td><td>A <a class="tref internalDFN" title="number" href="#dfn-number">number</a>, <a class="tref internalDFN" title="true" href="#dfn-true">true</a>, or <a class="tref internalDFN" title="false" href="#dfn-false">false</a> with an
           associated language tag was detected.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-typed-value">invalid typed value</code></td><td>A <a class="tref internalDFN" title="typed-value" href="#dfn-typed-value">typed value</a> with an invalid type was detected.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-set-or-list-object">invalid set or list object</code></td><td>A <a class="tref internalDFN" title="set-object" href="#dfn-set-object">set object</a> or <a class="tref internalDFN" title="list-object" href="#dfn-list-object">list object</a> with
-          disallowed members has been detected.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-language-map-value">invalid language map value</code></td><td>An invalid value in a <a class="tref externalDFN" title="language-map" href="../json-ld/#dfn-language-map">language map</a>
+          disallowed members has been detected.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-language-map-value">invalid language map value</code></td><td>An invalid value in a <a class="tref externalDFN" title="language-map" href="http://www.w3.org/TR/2013/CR-json-ld-20130910/#dfn-language-map">language map</a>
           has been detected. It has to be a <a class="tref internalDFN" title="string" href="#dfn-string">string</a> or an <a class="tref internalDFN" title="array" href="#dfn-array">array</a> of
           <a class="tref internalDFN" title="string" href="#dfn-string">strings</a>.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.compaction-to-list-of-lists">compaction to list of lists</code></td><td>The compacted document contains a list of lists as multiple
           lists have been compacted to the same term.</td></tr><tr><td><code id="idl-def-JsonLdErrorCode.invalid-reverse-property-map">invalid reverse property map</code></td><td>An invalid reverse property map has been detected. No
--- a/spec/CR/json-ld/20130910/diff-20130411.html	Thu Sep 05 22:14:13 2013 +0200
+++ b/spec/CR/json-ld/20130910/diff-20130411.html	Thu Sep 05 22:27:49 2013 +0200
@@ -16675,7 +16675,7 @@
 <cite>
 <del class="diff-old">Convert
 </del>
-<a href="../json-ld-api/#deserialize-json-ld-to-rdf-algorithm">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#deserialize-json-ld-to-rdf-algorithm">
 <ins class="diff-chg">Deserialize
 JSON-LD
 </ins>
@@ -21258,7 +21258,7 @@
 ]
 defines
 the
-<a href="../json-ld-api/#data-round-tripping">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#data-round-tripping">
 conversion
 rules
 </a>
@@ -21780,7 +21780,7 @@
 defined
 in
 <cite>
-<a href="../json-ld-api/#rdf-serialization-deserialization-algorithms">
+<a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#rdf-serialization-deserialization-algorithms">
 RDF
 <del class="diff-old">Conversion
 </del>
--- a/spec/CR/json-ld/20130910/index.html	Thu Sep 05 22:14:13 2013 +0200
+++ b/spec/CR/json-ld/20130910/index.html	Thu Sep 05 22:27:49 2013 +0200
@@ -2734,7 +2734,7 @@
 
   <p>If JSON-LD content is extracted as RDF [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>], it should be expanded into an
     <a class="tref externalDFN" title="rdf-dataset" href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset">RDF Dataset</a> using the
-    <cite><a href="../json-ld-api/#deserialize-json-ld-to-rdf-algorithm">Deserialize JSON-LD to RDF Algorithm</a></cite>
+    <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#deserialize-json-ld-to-rdf-algorithm">Deserialize JSON-LD to RDF Algorithm</a></cite>
     [<cite><a class="bibref" href="#bib-JSON-LD-API">JSON-LD-API</a></cite>].</p>
 </section>
 
@@ -3223,7 +3223,7 @@
       JSON-LD also supports JSON's native data types, i.e., <a class="tref internalDFN" title="number" href="#dfn-number">number</a>,
       <a class="tref internalDFN" title="string" href="#dfn-string">strings</a>, and the boolean values <a class="tref internalDFN" title="true" href="#dfn-true">true</a>
       and <a class="tref internalDFN" title="false" href="#dfn-false">false</a>. The JSON-LD Processing Algorithms and API specification [<cite><a class="bibref" href="#bib-JSON-LD-API">JSON-LD-API</a></cite>]
-      defines the <a href="../json-ld-api/#data-round-tripping">conversion rules</a>
+      defines the <a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#data-round-tripping">conversion rules</a>
       between JSON's native data types and RDF's counterparts to allow round-tripping.</li>
   </ul>
 
@@ -3278,7 +3278,7 @@
 
     <p>The process of serializing RDF as JSON-LD and deserializing JSON-LD to RDF
       depends on executing the algorithms defined in
-      <cite><a href="../json-ld-api/#rdf-serialization-deserialization-algorithms">RDF Serialization-Deserialization Algorithms</a></cite>
+      <cite><a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/#rdf-serialization-deserialization-algorithms">RDF Serialization-Deserialization Algorithms</a></cite>
       in the JSON-LD Processing Algorithms and API specification [<cite><a class="bibref" href="#bib-JSON-LD-API">JSON-LD-API</a></cite>].
       It is beyond the scope of this document to detail these algorithms any further,
       but a summary of the necessary operations is provided to illustrate the process.</p>