picture showing child containers
authorRoger Menday <roger.menday@uk.fujitsu.com>
Mon, 16 Jun 2014 15:24:49 +0100
changeset 651 cc6db9bed5ad
parent 650 ffff513fdd36
child 652 cbb90bd66a9a
picture showing child containers
ldp-primer/images/bcs.png
ldp-primer/ldp-primer.html
Binary file ldp-primer/images/bcs.png has changed
--- a/ldp-primer/ldp-primer.html	Mon Jun 16 15:16:08 2014 +0100
+++ b/ldp-primer/ldp-primer.html	Mon Jun 16 15:24:49 2014 +0100
@@ -624,6 +624,11 @@
       <p>In order for the client to introduce hierarchy to the management of documents, the document store allows creation of documents which are containers. That enables Alice to create a container hierarchy to organise her documents. This can be done by POSTing (a child) container representation to a (parent) container. This enables Alice to create a child container which she intends to use for image storage.
       </p>
 
+    <figure id="fig-bcs">
+      <img src="images/bcs.png" alt=".." />
+      <figcaption>Child Containers inside a Basic Container.</figcaption>
+    </figure>
+
       <pre title="State of Alice's document store before creating the photo (child) container" class='example' data-include='create_cr_s1.txt' data-oninclude='fixCode'></pre>  
 
       <p>To create a new container for managing photos, Alice POSTs a representation of a container (LDP-BC) to the root container. Alice express her intention that the newly created resource should be an LDP Basic Container by including a Link header in the request with the relationship 'type'. </p>