minor changes
authorNandana Mihindukulasooriya <nmihindu@fi.upm.es>
Tue, 06 Aug 2013 11:12:03 +0200
changeset 255 d8bc5d0068ed
parent 254 b89927b4c75d
child 256 7967aeb6a676
minor changes
ldp-primer/attachments_m_get_res.txt
ldp-primer/attachments_m_update_req.txt
--- /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