--- a/spec/latest/changes-since-lc.txt Sun May 05 16:58:54 2013 +0200
+++ b/spec/latest/changes-since-lc.txt Sun May 05 17:01:37 2013 +0200
@@ -3,6 +3,7 @@
- Permit keywords as value of @id in expanded term definitions (section B.7 Context Definitions)
- Add information about profile URIs to the document form sections
+- Rename section Compact Document Form to Compacted Document Form
API spec
--- a/spec/latest/json-ld/index.html Sun May 05 16:58:54 2013 +0200
+++ b/spec/latest/json-ld/index.html Sun May 05 17:01:37 2013 +0200
@@ -1965,7 +1965,7 @@
are always represented in the form of an <tref>array</tref>,
even if there is just a single value that would otherwise be optimized to
a non-array form in compact form (see
- <a class="sectionRef" href="#compact-document-form"></a>). This makes post-processing of
+ <a class="sectionRef" href="#compacted-document-form"></a>). This makes post-processing of
JSON-LD documents easier as the data is always in array form, even if the
array only contains a single value.</p>
@@ -2392,7 +2392,7 @@
<p>The interpretation of the data above is expressed in
the table below. Note how the index keys do not appear in the Linked Data
below, but would continue to exist if the document were compacted or
- expanded (see <a class="sectionRef" href="#compact-document-form"></a> and
+ expanded (see <a class="sectionRef" href="#compacted-document-form"></a> and
<a class="sectionRef" href="#expanded-document-form"></a>) using a JSON-LD processor:</p>
<table class="example">
@@ -2501,7 +2501,7 @@
</section>
<section class="informative">
- <h3>Compact Document Form</h3>
+ <h3>Compacted Document Form</h3>
<p>The JSON-LD Processing Algorithms and API specification [[JSON-LD-API]] defines
a method for <em>compacting</em> a JSON-LD document. Compaction is the process
@@ -2651,7 +2651,7 @@
form is <code>http://www.w3.org/ns/json-ld#flattened</code>. It can be
combined with the profile URI identifying
<a href="#expanded-document-form">expanded document form</a> or
- <a href="#compact-document-form">compacted document from</a>.</p>
+ <a href="#compacted-document-form">compacted document from</a>.</p>
</section>
<section class="informative">
@@ -2975,7 +2975,7 @@
of terms associated with a <code>@set</code> or <code>@list</code> container
will always be represented in the form of an <tref>array</tref> when a document
is processed—even if there is just a single value that would otherwise be optimized to
- a non-array form in <a href="#compact-document-form">compact document form</a>.
+ a non-array form in <a href="#compacted-document-form">compact document form</a>.
This simplifies post-processing of the data as the data is always in a
deterministic form.</p>
@@ -3665,7 +3665,7 @@
<p>This specification defines three values for the <code>profile</code> parameter.
To request or specify <a href="#expanded-document-form">expanded JSON-LD document form</a>,
the URI <code>http://www.w3.org/ns/json-ld#expanded</code> SHOULD be used.
- To request or specify <a href="#compact-document-form">compacted JSON-LD document form</a>,
+ To request or specify <a href="#compacted-document-form">compacted JSON-LD document form</a>,
the URI <code>http://www.w3.org/ns/json-ld#compacted</code> SHOULD be used.
To request or specify <a href="#flattened-document-form">flattened JSON-LD document form</a>,
the URI <code>http://www.w3.org/ns/json-ld#flattened</code> SHOULD be used.