--- a/ldp.html Mon Feb 17 21:36:17 2014 -0500
+++ b/ldp.html Tue Feb 18 13:33:42 2014 -0500
@@ -263,12 +263,12 @@
<section id="terms">
<h1>Terminology</h1>
-<p>Terminology is based on W3C's Architecture of the World Wide Web [[webarch]] and Hyper-text Transfer Protocol [[HTTP11]].
+<p>Terminology is based on W3C's Architecture of the World Wide Web [[WEBARCH]] and Hyper-text Transfer Protocol [[HTTP11]].
</p>
<dl class="glossary">
<dt>Link</dt>
<dd>A relationship between two resources when one resource (representation) refers to the other resource by means
- of a URI [[webarch]].
+ of a URI [[WEBARCH]].
<p></p></dd>
<dt>Linked Data</dt>
@@ -294,7 +294,7 @@
patterns and conventions in <a href="#ldpr" class="sectionRef"></a>.<p></p></dd>
<dt><dfn>Linked Data Platform RDF Source</dfn> (<abbr title="Linked Data Platform RDF Source">LDP-RS</abbr>)</dt>
- <dd>An <a title="Linked Data Platform Resource">LDPR</a> whose state is represented in RDF, corresponding to
+ <dd>An <a title="Linked Data Platform Resource">LDPR</a> whose state is fully represented in RDF, corresponding to
an RDF <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-named-graph">named graph</a>. See also the term
<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-source">RDF Source</a> from [[!rdf11-concepts]].
<p></p></dd>
@@ -306,7 +306,7 @@
<dt><dfn>Linked Data Platform Container</dfn> (<abbr title="Linked Data Platform Container">LDPC</abbr>)</dt>
<dd>An LDPR representing a collection of <a title="Membership">member</a> resources and/or <a title="Containment">contained</a>
- documents (<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-document">RDF Document</a> [[!rdf11-concepts]] or information resources [[!webarch]])
+ documents (<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-document">RDF Document</a> [[!rdf11-concepts]] or information resources [[!WEBARCH]])
that responds to client requests for creation, modification, and/or enumeration of its members and documents,
and that conforms to the simple lifecycle
patterns and conventions in <a href="#ldpc" class="sectionRef"></a>.
@@ -314,13 +314,13 @@
<dt><dfn>Linked Data Platform Basic Container</dfn> (<abbr title="Linked Data Platform Basic Container">LDP-BC</abbr>)</dt>
<dd>A <a title="Linked Data Platform Container">LDPC</a> that uses a single pre-defined predicate to link to both
- its <a title="Containment">contained</a> and <a title="Membership">member</a> documents (information resources) [[!webarch]].
+ its <a title="Containment">contained</a> and <a title="Membership">member</a> documents (information resources) [[!WEBARCH]].
<p></p></dd>
<dt><dfn>Linked Data Platform Direct Container</dfn> (<abbr title="Linked Data Platform Direct Container">LDP-DC</abbr>)</dt>
<dd>A <a title="Linked Data Platform Container">LDPC</a> that has the flexibility of choosing what form its
<a title="Membership triples">membership triples</a> take, and allows <a title="Membership">members</a> to be
- any resources [[!webarch]], not only documents.
+ any resources [[!WEBARCH]], not only documents.
<p></p></dd>
<!-- TODO: Remove LDP-IC definitions
@@ -580,7 +580,7 @@
<p>An LDP server manages two kinds of <a title="Linked Data Platform Resources">LDPRs</a>, those resources who whose state
is represented using RDF (LDP-RS) and those using other formats (LDP-NR). LDP-RSs have the unique
quality that their representation is based on RDF, which addresses a number of use cases from web metadata, open data
- models, machine processable information, and automated processing by software agents [[!RDF11-CONCEPTS]]. LDP-NRs are almost anything
+ models, machine processable information, and automated processing by software agents [[!rdf11-concepts]]. LDP-NRs are almost anything
on the Web today: images, HTML pages, word processing documents, spreadsheets, etc. and LDP-RSs hold
metadata associated with LDP-NRs in some cases.
</p>
@@ -2027,7 +2027,7 @@
<section id="specs-webarch" class="informative">
<h2>Architecture of the World Wide Web</h2>
-Reference: [[!webarch]]
+Reference: [[!WEBARCH]]
<section id="ldp-webarch-nonexcl-membership" ><h2 class="normal">LDPC membership is not exclusive; this means that the same resource
(LDPR or not) can be a member of more than one LDPC.
@@ -2566,6 +2566,7 @@
<!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130930/">Candidate Recommendation Draft</a></em></blockquote> wah -->
<!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130730/">Last Call Draft</a></em></blockquote> -->
<ul>
+ <li>2014-02-18 - Reference cleanup and tweak LDP-RS term (SS) </li>
<li>2014-02-17 - Reference to RDF Document into terms (SS) </li>
<li>2014-02-17 - Adopted container hierarchy and merged Indirect Container into Container (SS) </li>
<li>2014-02-17 - Adopted new resource types: LDP RDF Source (LDP-RS) (was LDP RDF Resource) and LDP Non-RDF Source (LDP-NR) (was LDP Binary Resource) (SS)</li>