--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ldp-primer/attachments_m_get_res.txt Tue Aug 06 11:12:03 2013 +0200
@@ -0,0 +1,15 @@
+HTTP/1.1 200 OK
+Content-Type: text/turtle
+Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
+ETag: W/"123456789"
+
+@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
+
+</app/product1/bug3/attachments/login-page.png>
+ wdrs:describedby </app/product1/bug3/attachments/1> ;
+ dct:created "2013-05-27T17:05Z"^^xsd:dateTime ;
+ dct:creator </user/jhondoe#me> .
+
+---
+
+{ 'needto': 'fill out' }
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ldp-primer/attachments_m_update_req.txt Tue Aug 06 11:12:03 2013 +0200
@@ -0,0 +1,16 @@
+PUT /Bug1/attachments/attachment1 HTTP/1.1
+Host: example.org
+Content-Type: text/turtle
+If-Match: W/"123456789"
+
+@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
+
+</Bug1/attachments/login-page.png>
+ wdrs:describedby </Bug1/attachments/attachment1> ;
+ dc:title "Screenshop of the Web UI of the login page when error happened";
+ dct:created "2013-05-27T17:05Z"^^xsd:dateTime ;
+ dct:creator </user/jhondoe#me> .
+
+---
+
+{ 'needto': 'fill out' }
\ No newline at end of file