remove all duplicate links.
--- 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: <http://www.w3.org/ns/ldp#Resource>; rel='type'
Link: <http://www.w3.org/ns/ldp#BasicContainer>; rel='type'
Content-Length: 0
</pre>