changes to the concept section
authorroger.menday@uk.fujitsu.com
Sun, 28 Sep 2014 23:21:19 +0100
changeset 842 1f6764779288
parent 839 afb8592c533f
changes to the concept section
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Thu Sep 25 13:21:36 2014 -0700
+++ b/ldp-primer/ldp-primer.html	Sun Sep 28 23:21:19 2014 +0100
@@ -313,10 +313,10 @@
     </p>
 	</blockquote>
     <p>
-      The LDP protocol covers read and write interactions with Resources. Writable aspects include creation of new resources (using POST or PUT), updates (using PUT or PATCH), and deletion of resources. Resource creation is an essential feature providing structured creation of resources. Affordances published by the server show that some Resources can be used to create other Resources. This common pattern is often seen in cases where one resource is made up of a number of others, e.g. a Document Store consists of Documents, a Bug Tracker consists of Bug Reports, a Photo Album consists of Photos, the Net Worth of a person consists of Assets and Liabilities. LDP defines creation for a special kind of Resource called a Container (LDPC), which is able to respond to requests to create new resources, in addition to the general mechanisms HTTP defines. During creation the created resource is added to its Container and a containment link between the Container and the new entry is made.
+      The LDP protocol covers read and write interactions with Resources. Writable aspects include creation of new resources (using POST or PUT), updates (using PUT or PATCH), and deletion of resources. Resource creation is an essential feature providing structured creation of resources. Affordances published by the server show that some Resources can be used to create other Resources. This common pattern is often seen in cases where one resource is made up of a number of others, e.g. a Document Store consists of Documents, a Bug Tracker consists of Bug Reports, a Photo Album consists of Photos, the Net Worth of a person consists of Assets and Liabilities. LDP defines how you can create any kind of Resource using a special kind of Resource called a Container (LDPC) which is able to respond to requests to create new resources. Created resources are added to its Container and a containment link between the Container and the new entry is made.
     </p>
     <p>
-      Therefore a LDPC is a specialization of a LDP-RS representing a collection of links to LDPRs or information resources [[WEBARCH]] that responds to client requests for creation, modification, and/or enumeration of its linked members and documents. The simplest container is the Basic Container (LDP-BC). It defines the basic containment described using a generic vocabulary. This can be used in a generic storage service to manage a containment hierarchy of arbitrary resources.
+      Therefore a Container is able to respond to client requests for creation, modification and enumeration of its contained Resources. The simplest Container is the Basic Container (LDP-BC). It defines the basic containment described using a generic vocabulary. This can be used in a generic storage service to manage a containment hierarchy of arbitrary Resources.
     </p>
     <figure id="fig-bc">
       <img src="images/bc.png" alt=".." />