remove all duplicate links. bblfish
authorHenry Story <henry.story@bblfish.net>
Mon, 02 Jun 2014 08:53:07 +0200
branchbblfish
changeset 626 02cb95e08389
parent 625 4fae4a466f10
child 627 14912fa2e498
remove all duplicate links.
ldp-primer/bcget_res.txt
ldp-primer/ic_product_lookup_resp.txt
ldp-primer/ldp-primer.html
--- a/ldp-primer/bcget_res.txt	Mon Jun 02 08:40:13 2014 +0200
+++ b/ldp-primer/bcget_res.txt	Mon Jun 02 08:53:07 2014 +0200
@@ -1,6 +1,5 @@
 HTTP/1.1 200 OK 
 Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel='type'
 Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel='type'
 ETag: W/'123456789'
   
@@ -15,7 +14,6 @@
 
 HTTP/1.1 200 OK 
 Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel='type'
 Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel='type'
 ETag: W/'123456789'
   
@@ -25,4 +23,4 @@
   "@type": [ "ldp:Container", "ldp:BasicContainer"],
   "dcterms:title": "Alice’s data storage on the Web",
   "ldp:contains": { "@id": "http://data.example.org/alice/foaf" }
-}
\ No newline at end of file
+}
--- a/ldp-primer/ic_product_lookup_resp.txt	Mon Jun 02 08:40:13 2014 +0200
+++ b/ldp-primer/ic_product_lookup_resp.txt	Mon Jun 02 08:53:07 2014 +0200
@@ -1,6 +1,5 @@
 HTTP/1.1 200 OK 
 Content-Type: text/turtle; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp#Resource>; rel="type"
 Link: <http://www.w3.org/ns/ldp#IndirectContainer>; rel="type"
 ETag: W/"123456789"
 
@@ -18,7 +17,6 @@
 
 HTTP/1.1 200 OK 
 Content-Type: application/ld+json; charset=UTF-8
-Link: <http://www.w3.org/ns/ldp/Resource>; rel="type"
 Link: <http://www.w3.org/ns/ldp#IndirectContainer>; rel="type"
 ETag: W/"123456789"
 
@@ -38,4 +36,4 @@
     "@type": "bt:Product",
     "dc:title": "LDP Demo",
     "bt:hasbug": [{ "@id": "/tracker/ldp-demo/bug3#it"}, { "@id": "/tracker/ldp-demo/bug4#it"} ]
-}
\ No newline at end of file
+}
--- a/ldp-primer/ldp-primer.html	Mon Jun 02 08:40:13 2014 +0200
+++ b/ldp-primer/ldp-primer.html	Mon Jun 02 08:53:07 2014 +0200
@@ -527,7 +527,6 @@
 Allow: OPTIONS,HEAD,GET,POST,PUT,PATCH
 Accept-Post: text/turtle, application/ld+json, image/bmp, image/jpeg
 Accept-Patch: example/patch
-Link: &lt;http://www.w3.org/ns/ldp#Resource&gt;; rel=&#39;type&#39;
 Link: &lt;http://www.w3.org/ns/ldp#BasicContainer&gt;; rel=&#39;type&#39;
 Content-Length: 0       
       </pre>