You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/03/18 16:37:17 UTC

[5/6] MARMOTTA-438: started to think aboout the actual test cases, but I'll leave it from now since currently the document is not yet consistent

http://git-wip-us.apache.org/repos/asf/marmotta/blob/0cb20f61/platform/marmotta-ldp/src/test/resources/testsuite/LDP-Test-Cases-WD-20140317.ttl
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldp/src/test/resources/testsuite/LDP-Test-Cases-WD-20140317.ttl b/platform/marmotta-ldp/src/test/resources/testsuite/LDP-Test-Cases-WD-20140317.ttl
index 1a33219..f051eec 100644
--- a/platform/marmotta-ldp/src/test/resources/testsuite/LDP-Test-Cases-WD-20140317.ttl
+++ b/platform/marmotta-ldp/src/test/resources/testsuite/LDP-Test-Cases-WD-20140317.ttl
@@ -7,19 +7,19 @@
 @prefix td: <http://www.w3.org/2006/03/test-description#> .
 @prefix tn: <http://ldp.example.org/NewTestDefinitions#> .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC1> a td:TestCase;
     rdfs:label "TC-C1";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-A1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-A2-Response-1-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-RQ1-GET-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC1-A1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC1-A2-Response-1-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC1-RQ1-GET-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a GET request on an LDPC.";
     dc:title "GET on an LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I2-S-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I3-P-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-O1-Response-1-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC1-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC1-I2-S-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC1-I3-P-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC1-O1-Response-1-GET>;
     td:precondition "The LDP server contains an LDPC at <LDPC URI>",
         "The membership predicate used by the LDPC is identified by  <P URI>",
         "The membership subject used by the LDPC is identified by  <S URI>";
@@ -49,16 +49,16 @@
             tn:includesText "5.2.4 An LDPC representation MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is the ldp:membershipSubject, and whose object is the LDPC's membership subject URI.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC10> a td:TestCase;
     rdfs:label "TC-C10";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-A1-Response-1-OPTIONS>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-RQ1-OPTIONS-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC10-A1-Response-1-OPTIONS>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC10-RQ1-OPTIONS-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making an OPTIONS request on an LDPC.";
     dc:title "OPTIONS on an LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-I1-LDPC-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-RP1-Response-1-OPTIONS>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC10-I1-LDPC-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC10-RP1-Response-1-OPTIONS>;
     td:precondition "The LDP server contains an LDPC at <LDPC URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
@@ -68,28 +68,28 @@
             tn:includesText "4.9.1 LDPR servers MUST support the HTTP OPTIONS method.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC11> a td:TestCase;
     rdfs:label "TC-C11";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A2-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A3-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A4-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A5-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A6-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A7-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A8-Response-4-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ1-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ2-POST-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ3-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ4-GET-LOC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ4-TEST-CONTAINER> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC11-A1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A2-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A3-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A4-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A5-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A6-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A7-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-A8-Response-4-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ1-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ2-POST-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ3-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ4-GET-LOC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ4-TEST-CONTAINER> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a POST request of an LDPC on an LDPC as a sub-container.";
     dc:title "POST an LDPC on an LDPC as a sub-container";
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I2-LDPC2-REP>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I3-S-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I4-P-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O2-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O3-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O4-Response-4-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC11-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-I2-LDPC2-REP>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-I3-S-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-I4-P-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC11-O1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-O2-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-O3-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-O4-Response-4-GET>;
     td:precondition "<LDPC2 representation> is a valid representation for a sub-container to be created in the LDPC",
         "<LDPC2 representation> is in text/turtle",
         "<LDPC2 representation> uses null relative URI as the entity in the request body",
@@ -100,28 +100,28 @@
         "The membership subject used by the LDPC is identified by  <S URI>";
     td:reviewStatus td:unreviewed .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC12> a td:TestCase;
     rdfs:label "TC-C12";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A2-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A3-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A4-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A5-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A6-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A7-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A8-Response-4-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ1-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ2-POST-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ3-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ4-GET-LOC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ4-TEST-CONTAINER> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC12-A1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A2-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A3-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A4-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A5-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A6-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A7-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-A8-Response-4-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ1-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ2-POST-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ3-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ4-GET-LOC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ4-TEST-CONTAINER> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a POST request of an LDPC on an LDPC as a sub-container.";
     dc:title "POST an LDPC on an LDPC as a sub-container";
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I2-LDPC2-REP>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I3-S-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I4-P-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O2-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O3-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O4-Response-4-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC12-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-I2-LDPC2-REP>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-I3-S-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-I4-P-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC12-O1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-O2-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-O3-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-O4-Response-4-GET>;
     td:precondition "<LDPC2 representation> is a valid representation for a sub-container to be stored in the LDPC",
         "<LDPC2 representation> is in text/turtle",
         "<LDPC2 representation> uses null relative URI as the entity in the request body",
@@ -132,34 +132,34 @@
         "The membership subject used by the LDPC is identified by  <S URI>";
     td:reviewStatus td:unreviewed .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC3> a td:TestCase;
     rdfs:label "TC-C3";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-A1-Response-1-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-RQ1-GET-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC3-A1-Response-1-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC3-RQ1-GET-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a GET request on an non-existing LDPC.";
     dc:title "GET on a non-existing LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-I1-LDPC-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-O1-Response-1-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC3-I1-LDPC-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC3-O1-Response-1-GET>;
     td:precondition "The LDP server does not contain an LDPC at <LDPC URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
             tn:includesText "4.6.1 LDPR servers MUST remove the resource identified by the Request-URI. After a successful HTTP DELETE, a subsequent HTTP GET on the same Request-URI MUST result in a 404 (Not found) or 410 (Gone) status code.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC6> a td:TestCase;
     rdfs:label "TC-C6";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-A1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-A2-Response-1-DELETE>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ1-DELETE-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ2-GET-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC6-A1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC6-A2-Response-1-DELETE>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC6-RQ1-DELETE-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC6-RQ2-GET-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a DELETE request on an LDPC.";
     dc:title "DELETE on an LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-I1-LDPC-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-O1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-O2-Response-2-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC6-I1-LDPC-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC6-O1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC6-O2-Response-2-GET>;
     td:precondition "The LDP server contains an LDPC at <LDPC URI>",
         "The LDPC at <LDPC URI> allows DELETE";
     td:reviewStatus td:unreviewed;
@@ -170,25 +170,25 @@
             tn:includesText "4.6.1 LDPR servers MUST remove the resource identified by the Request-URI. After a successful HTTP DELETE, a subsequent HTTP GET on the same Request-URI MUST result in a 404 (Not found) or 410 (Gone) status code.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC7> a td:TestCase;
     rdfs:label "TC-C7";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A2-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A3-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A4-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A5-Response-3-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ1-DELETE-LDPR-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ2-GET-LDPR-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ3-GET-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC7-A1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-A2-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-A3-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-A4-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-A5-Response-3-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ1-DELETE-LDPR-URI> <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ2-GET-LDPR-URI> <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ3-GET-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a DELETE request on an LDPR in an LDPC.";
     dc:title "DELETE on an LDPR in an LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I2-LDPR-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I3-S-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I4-P-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O2-Response-2-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O3-Response-3-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC7-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-I2-LDPR-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-I3-S-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-I4-P-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC7-O1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-O2-Response-2-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC7-O3-Response-3-GET>;
     td:precondition "The LDP server contains an LDPC at <LDPC URI>",
         "The LDP server contains an LDPR at <LDPR URI>",
         "The LDPR at <LDPR URI> allows DELETE",
@@ -201,17 +201,17 @@
             tn:includesText "5.6.2 When the LDPC server successfully completes the DELETE request on a LDPC, it MUST remove any membership triples associated with the LDPC as indicated by the canonical Request-URI. [...]";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC8> a td:TestCase;
     rdfs:label "TC-C8";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-A1-Response-1-HEAD>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-RQ1-HEAD-LDPC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC8-A1-Response-1-HEAD>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC8-RQ1-HEAD-LDPC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a HEAD request on an LDPC.";
     dc:title "HEAD on an LDPC";
     rdfs:seeAlso <http://tools.ietf.org/html/rfc2616>,
         <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-I1-LDPC-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-O1-Response-1-HEAD>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC8-I1-LDPC-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC8-O1-Response-1-HEAD>;
     td:precondition "The LDP server contains an LDPC at <LDPC URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
@@ -224,29 +224,29 @@
             tn:includesText "4.7.1 LDPR servers MUST support the HTTP HEAD method.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCC9> a td:TestCase;
     rdfs:label "TC-C9";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A2-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A3-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A4-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A5-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A6-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A7-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A8-Response-4-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ1-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ2-POST-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ3-GET-LDPC-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ4-GET-LOC-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCC9-A1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A2-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A3-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A4-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A5-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A6-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A7-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-A8-Response-4-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ1-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ2-POST-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ3-GET-LDPC-URI> <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ4-GET-LOC-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a POST request of an LDPR on an LDPC.";
     dc:title "POST an LDPR on an LDPC";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I2-LDPR-REP>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I3-S-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I4-P-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O1-Response-1-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O2-Response-2-POST>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O3-Response-3-GET>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O4-Response-4-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCC9-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-I2-LDPR-REP>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-I3-S-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-I4-P-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCC9-O1-Response-1-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-O2-Response-2-POST>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-O3-Response-3-GET>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-O4-Response-4-GET>;
     td:precondition "<LDPR representation> is a valid representation for a resource to be created in the LDPC",
         "<LDPR representation> is in text/turtle",
         "<LDPR representation> uses null relative URI as the entity in the request body",
@@ -272,16 +272,16 @@
             tn:includesText "5.4.5 LDPC servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle. ";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCR1> a td:TestCase;
     rdfs:label "TC-R1";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-A1-Response-1-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-RQ1-GET-LDPR-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCR1-A1-Response-1-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCR1-RQ1-GET-LDPR-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a GET request on an existing LDPR.";
     dc:title "GET on an LDPR";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-I1-LDPR-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-O1-Response-1-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCR1-I1-LDPR-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCR1-O1-Response-1-GET>;
     td:precondition "The LDP server contains an LDPR at <LDPR URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
@@ -294,34 +294,34 @@
             tn:includesText "4.2.10 LDPR servers MUST advertise their LDP support by exposing a HTTP Link header with a target URI of http://www.w3.org/ns/ldp/Resource, and a link relation type of type (that is, rel=\"type\") in all responses to requests made to the resource's HTTP Request-URI. [...]";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCR3> a td:TestCase;
     rdfs:label "TC-R3";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-A1-Response-1-GET>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-RQ1-GET-LDPR-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCR3-A1-Response-1-GET>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCR3-RQ1-GET-LDPR-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a GET request on a non-existing LDPR.";
     dc:title "GET on a non-existing LDPR";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-I1-LDPR-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-O1-Response-1-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCR3-I1-LDPR-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCR3-O1-Response-1-GET>;
     td:precondition "The LDP server does not contain an LDPR at <LDPR URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
             tn:includesText "4.6.1 LDPR servers MUST remove the resource identified by the Request-URI. After a successful HTTP DELETE, a subsequent HTTP GET on the same Request-URI MUST result in a 404 (Not found) or 410 (Gone) status code.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCR6> a td:TestCase;
     rdfs:label "TC-R6";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-A1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-A2-Response-1-DELETE>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-RQ1-DELETE-LDPR-URI> <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-RQ2-GET-LDPR-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCR6-A1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCR6-A2-Response-1-DELETE>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCR6-RQ1-DELETE-LDPR-URI> <http://www.w3.org/TR/ldp-test-cases/TCR6-RQ2-GET-LDPR-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a DELETE request on an LDPR.";
     dc:title "DELETE on an LDPR";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-I1-LDPR-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-O1-Response-1-DELETE>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-O2-Response-2-GET>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCR6-I1-LDPR-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCR6-O1-Response-1-DELETE>,
+        <http://www.w3.org/TR/ldp-test-cases/TCR6-O2-Response-2-GET>;
     td:precondition "The LDP server contains an LDPR at <LDPR URI>",
         "The LDPR at <LDPR URI> allows DELETE";
     td:reviewStatus td:unreviewed;
@@ -332,17 +332,17 @@
             tn:includesText "4.2.10 LDPR servers MUST advertise their LDP support by exposing a HTTP Link header with a target URI of http://www.w3.org/ns/ldp/Resource, and a link relation type of type (that is, rel=\"type\") in all responses to requests made to the resource's HTTP Request-URI. [...]";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCR7> a td:TestCase;
     rdfs:label "TC-R7";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-A1-Response-1-HEAD>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-RQ1-HEAD-LDPR-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCR7-A1-Response-1-HEAD>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCR7-RQ1-HEAD-LDPR-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making a HEAD request on an LDPR.";
     dc:title "HEAD on an LDPR";
     rdfs:seeAlso <http://tools.ietf.org/html/rfc2616>,
         <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-I1-LDPR-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-O1-Response-1-HEAD>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCR7-I1-LDPR-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCR7-O1-Response-1-HEAD>;
     td:precondition "The LDP server contains an LDPR at <LDPR URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
@@ -355,16 +355,16 @@
             tn:includesText "4.7.1 LDPR servers MUST support the HTTP HEAD method.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8> a td:TestCase;
+<http://www.w3.org/TR/ldp-test-cases/TCR8> a td:TestCase;
     rdfs:label "TC-R8";
-    tn:testAssertion <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-A1-Response-1-OPTIONS>;
-    tn:testProcess ( <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-RQ1-OPTIONS-LDPR-URI> );
-    dc:contributor <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#RaulGarciaCastro>;
+    tn:testAssertion <http://www.w3.org/TR/ldp-test-cases/TCR8-A1-Response-1-OPTIONS>;
+    tn:testProcess ( <http://www.w3.org/TR/ldp-test-cases/TCR8-RQ1-OPTIONS-LDPR-URI> );
+    dc:contributor <http://www.w3.org/TR/ldp-test-cases/RaulGarciaCastro>;
     dc:description "Tests making an OPTIONS request on an LDPR.";
     dc:title "OPTIONS on an LDPR";
     rdfs:seeAlso <http://www.w3.org/TR/ldp/>;
-    td:input <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-I1-LDPR-URI>;
-    td:output <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-RP1-Response-1-OPTIONS>;
+    td:input <http://www.w3.org/TR/ldp-test-cases/TCR8-I1-LDPR-URI>;
+    td:output <http://www.w3.org/TR/ldp-test-cases/TCR8-RP1-Response-1-OPTIONS>;
     td:precondition "The LDP server contains an LDPR at <LDPR URI>";
     td:reviewStatus td:unreviewed;
     td:specificationReference [ a tn:Excerpt;
@@ -374,7 +374,7 @@
             tn:includesText "4.9.2 LDPR servers MUST indicate their support for HTTP Methods by responding to a HTTP OPTIONS request on the LDPR’s URL with the HTTP Method tokens in the HTTP response header Allow.";
             rdfs:seeAlso <http://www.w3.org/TR/ldp/> ] .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC1-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC1-O1-Response-1-GET>;
     dc:description """
           
@@ -385,7 +385,7 @@
         """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-A2-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC1-A2-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC1-O1-Response-1-GET>;
     dc:description """
           
@@ -396,21 +396,21 @@
         """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I2-S-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC1-I2-S-URI> a tn:TestInput;
     dc:description "The URI of an RDF resource.";
     dc:title "<S URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I3-P-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC1-I3-P-URI> a tn:TestInput;
     dc:description "The URI of an RDF property.";
     dc:title "<P URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC1-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-RQ1-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC1-RQ1-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-A1-Response-1-OPTIONS> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC10-A1-Response-1-OPTIONS> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC10-O1-Response-1-OPTIONS>;
     dc:description """
           
@@ -420,13 +420,13 @@
         """;
     dc:title "OPTIONS correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-RP1-Response-1-OPTIONS> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC10-RP1-Response-1-OPTIONS> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-RQ1-OPTIONS-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC10-RQ1-OPTIONS-LDPC-URI>;
     dc:description "The response of the OPTIONS request in step 1.";
     dc:title "<Response 1 OPTIONS>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O1-Response-1-GET>;
     dc:description """
                   
@@ -437,7 +437,7 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A2-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A2-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O1-Response-1-GET>;
     dc:description """
                   
@@ -448,7 +448,7 @@
               """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A3-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A3-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O1-Response-1-GET>;
     dc:description """
                   
@@ -457,7 +457,7 @@
               """;
     dc:title "container does not have the to-be-created member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A4-Response-2-POST> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A4-Response-2-POST> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O2-Response-2-POST>;
     dc:description """
                   
@@ -468,7 +468,7 @@
               """;
     dc:title "POST correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A5-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A5-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O3-Response-3-GET>;
     dc:description """
                   
@@ -479,7 +479,7 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A6-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A6-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O3-Response-3-GET>;
     dc:description """
                   
@@ -490,7 +490,7 @@
               """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A7-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A7-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O3-Response-3-GET>;
     dc:description """
                   
@@ -499,7 +499,7 @@
               """;
     dc:title "container has member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-A8-Response-4-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-A8-Response-4-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC11-O4-Response-4-GET>;
     dc:description """
                   
@@ -510,43 +510,43 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I3-S-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-I3-S-URI> a tn:TestInput;
     dc:description "The URI of an RDF resource.";
     dc:title "<S URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I4-P-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-I4-P-URI> a tn:TestInput;
     dc:description "The URI of an RDF property.";
     dc:title "<P URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ1-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ1-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O2-Response-2-POST> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-O2-Response-2-POST> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ2-POST-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ2-POST-LDPC-URI>;
     dc:description "The response of the POST request in step 2.";
     dc:title "<Response 2 POST>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O3-Response-3-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-O3-Response-3-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ3-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ3-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 3.";
     dc:title "<Response 3 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-O4-Response-4-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-O4-Response-4-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ4-GET-LOC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC11-RQ4-GET-LOC-URI>;
     dc:description "The response of the GET request in step 4.";
     dc:title "<Response 4 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ4-TEST-CONTAINER> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-RQ4-TEST-CONTAINER> a tn:Step,
         ht:Group;
     dc:description "Pass TC-C9 (test created sub-container)" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O1-Response-1-GET>;
     dc:description """
                   
@@ -557,7 +557,7 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A2-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A2-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O1-Response-1-GET>;
     dc:description """
                   
@@ -568,7 +568,7 @@
               """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A3-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A3-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O1-Response-1-GET>;
     dc:description """
                   
@@ -577,7 +577,7 @@
               """;
     dc:title "container does not have the to-be-created member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A4-Response-2-POST> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A4-Response-2-POST> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O2-Response-2-POST>;
     dc:description """
                   
@@ -588,7 +588,7 @@
               """;
     dc:title "POST correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A5-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A5-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O3-Response-3-GET>;
     dc:description """
                   
@@ -599,7 +599,7 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A6-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A6-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O3-Response-3-GET>;
     dc:description """
                   
@@ -610,7 +610,7 @@
               """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A7-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A7-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O3-Response-3-GET>;
     dc:description """
                   
@@ -619,7 +619,7 @@
               """;
     dc:title "container has member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-A8-Response-4-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-A8-Response-4-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC12-O4-Response-4-GET>;
     dc:description """
                   
@@ -630,43 +630,43 @@
               """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I3-S-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-I3-S-URI> a tn:TestInput;
     dc:description "The URI of an RDF resource.";
     dc:title "<S URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I4-P-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-I4-P-URI> a tn:TestInput;
     dc:description "The URI of an RDF property.";
     dc:title "<P URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ1-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ1-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O2-Response-2-POST> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-O2-Response-2-POST> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ2-POST-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ2-POST-LDPC-URI>;
     dc:description "The response of the POST request in step 2.";
     dc:title "<Response 2 POST>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O3-Response-3-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-O3-Response-3-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ3-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ3-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 3.";
     dc:title "<Response 3 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-O4-Response-4-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-O4-Response-4-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ4-GET-LOC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC12-RQ4-GET-LOC-URI>;
     dc:description "The response of the GET request in step 4.";
     dc:title "<Response 4 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ4-TEST-CONTAINER> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-RQ4-TEST-CONTAINER> a tn:Step,
         ht:Group;
     dc:description "Fail TC-C9 step 2 (test that created object is NOT a container)" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC3-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC3-O1-Response-1-GET>;
     dc:description """
           
@@ -675,13 +675,13 @@
         """;
     dc:title "GET incorrect" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC3-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-RQ1-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC3-RQ1-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-A1-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC6-A1-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC6-O1-Response-1-DELETE>;
     dc:description """
           
@@ -691,7 +691,7 @@
         """;
     dc:title "DELETE correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-A2-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC6-A2-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC6-O1-Response-1-DELETE>;
     dc:description """
           
@@ -702,19 +702,19 @@
         """;
     dc:title "DELETE resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-O1-Response-1-DELETE> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC6-O1-Response-1-DELETE> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ1-DELETE-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC6-RQ1-DELETE-LDPC-URI>;
     dc:description "The response of the DELETE request in step 1.";
     dc:title "<Response 1 DELETE>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-O2-Response-2-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC6-O2-Response-2-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ2-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC6-RQ2-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 2.";
     dc:title "<Response 2 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A1-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-A1-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC7-O1-Response-1-DELETE>;
     dc:description """
           
@@ -724,7 +724,7 @@
         """;
     dc:title "DELETE correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A2-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-A2-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC7-O1-Response-1-DELETE>;
     dc:description """
           
@@ -735,7 +735,7 @@
         """;
     dc:title "DELETE resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A3-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-A3-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC7-O3-Response-3-GET>;
     dc:description """
           
@@ -746,7 +746,7 @@
         """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A4-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-A4-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC7-O3-Response-3-GET>;
     dc:description """
           
@@ -757,7 +757,7 @@
         """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-A5-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-A5-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC7-O3-Response-3-GET>;
     dc:description """
           
@@ -766,33 +766,33 @@
         """;
     dc:title "member removed from container" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I3-S-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-I3-S-URI> a tn:TestInput;
     dc:description "The URI of an RDF resource.";
     dc:title "<S URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I4-P-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-I4-P-URI> a tn:TestInput;
     dc:description "The URI of an RDF property.";
     dc:title "<P URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O1-Response-1-DELETE> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-O1-Response-1-DELETE> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ1-DELETE-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ1-DELETE-LDPR-URI>;
     dc:description "The response of the DELETE request in step 1.";
     dc:title "<Response 1 DELETE>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O2-Response-2-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-O2-Response-2-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ2-GET-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ2-GET-LDPR-URI>;
     dc:description "The response of the GET request in step 2.";
     dc:title "<Response 2 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-O3-Response-3-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-O3-Response-3-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ3-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC7-RQ3-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 3.";
     dc:title "<Response 3 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-A1-Response-1-HEAD> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC8-A1-Response-1-HEAD> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC8-O1-Response-1-HEAD>;
     dc:description """
           
@@ -804,13 +804,13 @@
         """;
     dc:title "HEAD correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-O1-Response-1-HEAD> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC8-O1-Response-1-HEAD> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-RQ1-HEAD-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC8-RQ1-HEAD-LDPC-URI>;
     dc:description "The response of the HEAD request in step 1.";
     dc:title "<Response 1 HEAD>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O1-Response-1-GET>;
     dc:description """
           
@@ -821,7 +821,7 @@
         """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A2-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A2-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O1-Response-1-GET>;
     dc:description """
           
@@ -832,7 +832,7 @@
         """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A3-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A3-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O1-Response-1-GET>;
     dc:description """
           
@@ -842,7 +842,7 @@
         """;
     dc:title "container does not have member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A4-Response-2-POST> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A4-Response-2-POST> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O2-Response-2-POST>;
     dc:description """
           
@@ -853,7 +853,7 @@
         """;
     dc:title "POST correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A5-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A5-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O3-Response-3-GET>;
     dc:description """
           
@@ -864,7 +864,7 @@
         """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A6-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A6-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O3-Response-3-GET>;
     dc:description """
           
@@ -875,7 +875,7 @@
         """;
     dc:title "GET container correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A7-Response-3-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A7-Response-3-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O3-Response-3-GET>;
     dc:description """
           
@@ -884,7 +884,7 @@
         """;
     dc:title "container has member" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-A8-Response-4-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-A8-Response-4-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCC9-O4-Response-4-GET>;
     dc:description """
           
@@ -895,39 +895,39 @@
         """;
     dc:title "GET resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I3-S-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-I3-S-URI> a tn:TestInput;
     dc:description "The URI of an RDF resource.";
     dc:title "<S URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I4-P-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-I4-P-URI> a tn:TestInput;
     dc:description "The URI of an RDF property.";
     dc:title "<P URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ1-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ1-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O2-Response-2-POST> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-O2-Response-2-POST> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ2-POST-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ2-POST-LDPC-URI>;
     dc:description "The response of the POST request in step 2.";
     dc:title "<Response 2 POST>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O3-Response-3-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-O3-Response-3-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ3-GET-LDPC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ3-GET-LDPC-URI>;
     dc:description "The response of the GET request in step 3.";
     dc:title "<Response 3 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-O4-Response-4-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-O4-Response-4-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ4-GET-LOC-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCC9-RQ4-GET-LOC-URI>;
     dc:description "The response of the GET request in step 4.";
     dc:title "<Response 4 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR1-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR1-O1-Response-1-GET>;
     dc:description """
             
@@ -938,14 +938,14 @@
             """;
     dc:title "GET correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR1-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-RQ1-GET-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR1-RQ1-GET-LDPR-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title """<Response
  1 GET>""" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-A1-Response-1-GET> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR3-A1-Response-1-GET> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR3-O1-Response-1-GET>;
     dc:description """
           
@@ -954,13 +954,13 @@
           """;
     dc:title "GET incorrect" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-O1-Response-1-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR3-O1-Response-1-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-RQ1-GET-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR3-RQ1-GET-LDPR-URI>;
     dc:description "The response of the GET request in step 1.";
     dc:title "<Response 1 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-A1-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR6-A1-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR6-O1-Response-1-DELETE>;
     dc:description """
           
@@ -970,7 +970,7 @@
         """;
     dc:title "DELETE correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-A2-Response-1-DELETE> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR6-A2-Response-1-DELETE> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR6-O1-Response-1-DELETE>;
     dc:description """
           
@@ -981,19 +981,19 @@
         """;
     dc:title "DELETE resource correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-O1-Response-1-DELETE> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR6-O1-Response-1-DELETE> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-RQ1-DELETE-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR6-RQ1-DELETE-LDPR-URI>;
     dc:description "The response of the DELETE request in step 1.";
     dc:title "<Response 1 DELETE>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-O2-Response-2-GET> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR6-O2-Response-2-GET> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-RQ2-GET-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR6-RQ2-GET-LDPR-URI>;
     dc:description "The response of the GET request in step 2.";
     dc:title "<Response 2 GET>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-A1-Response-1-HEAD> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR7-A1-Response-1-HEAD> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR7-O1-Response-1-HEAD>;
     dc:description """
           
@@ -1005,13 +1005,13 @@
         """;
     dc:title "HEAD correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-O1-Response-1-HEAD> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR7-O1-Response-1-HEAD> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR7-RQ1-HEAD-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR7-RQ1-HEAD-LDPR-URI>;
     dc:description "The response of the HEAD request in step 1.";
     dc:title "<Response 1 HEAD>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-A1-Response-1-OPTIONS> a tn:TestAssertion;
+<http://www.w3.org/TR/ldp-test-cases/TCR8-A1-Response-1-OPTIONS> a tn:TestAssertion;
     tn:outputAsserted <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/TCR8-O1-Response-1-OPTIONS>;
     dc:description """
           
@@ -1021,44 +1021,44 @@
         """;
     dc:title "OPTIONS correct" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-RP1-Response-1-OPTIONS> a tn:TestOutput,
+<http://www.w3.org/TR/ldp-test-cases/TCR8-RP1-Response-1-OPTIONS> a tn:TestOutput,
         ht:Response;
-    tn:fromStep <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR8-RQ1-OPTIONS-LDPR-URI>;
+    tn:fromStep <http://www.w3.org/TR/ldp-test-cases/TCR8-RQ1-OPTIONS-LDPR-URI>;
     dc:description "The response of the OPTIONS request in step 1.";
     dc:title "<Response 1 OPTIONS>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I1-LDPC-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC1-I1-LDPC-URI> a tn:TestInput;
     dc:description "The URI of an LDPC.";
     dc:title "<LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-RQ1-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC1-RQ1-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC1-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC1-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-I1-LDPC-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC10-I1-LDPC-URI> a tn:TestInput;
     dc:description "The URI of an LDPC.";
     dc:title "<LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-RQ1-OPTIONS-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC10-RQ1-OPTIONS-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC10-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC10-I1-LDPC-URI>;
     dc:description """OPTIONS <LDPC URI>
         """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I2-LDPC2-REP> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC11-I2-LDPC2-REP> a tn:TestInput;
     dc:description "The representation of the nested LDPC to be created";
     dc:title "<LDPC2 representation>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ1-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-RQ1-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC11-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ2-POST-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-RQ2-POST-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I2-LDPC2-REP>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC11-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC11-I2-LDPC2-REP>;
     dc:description """POST <LDPC URI>
               
                   [entity-header].Content-type = text/turtle
@@ -1067,28 +1067,28 @@
               
               """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ3-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-RQ3-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC11-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC11-RQ4-GET-LOC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC11-RQ4-GET-LOC-URI> a tn:Step,
         ht:Request;
     dc:description "GET <Response 2 POST>.[response-header].Location (location of created sub-container)" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I2-LDPC2-REP> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC12-I2-LDPC2-REP> a tn:TestInput;
     dc:description "The representation of the nested LDPC to be created";
     dc:title "<LDPC2 representation>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ1-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-RQ1-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC12-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ2-POST-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-RQ2-POST-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I2-LDPC2-REP>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC12-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC12-I2-LDPC2-REP>;
     dc:description """POST <LDPC URI>
               
                   [entity-header].Content-type = text/turtle
@@ -1097,78 +1097,78 @@
               
               """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ3-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-RQ3-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC12-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC12-RQ4-GET-LOC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC12-RQ4-GET-LOC-URI> a tn:Step,
         ht:Request;
     dc:description "GET <Response 2 POST>.[response-header].Location (location of archived container)" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-I1-LDPC-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC3-I1-LDPC-URI> a tn:TestInput;
     dc:description "The URI of a non-existing LDPC.";
     dc:title "<LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-RQ1-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC3-RQ1-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC3-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC3-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ1-DELETE-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC6-RQ1-DELETE-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC6-I1-LDPC-URI>;
     dc:description """DELETE <LDPC URI>
         """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-RQ2-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC6-RQ2-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC6-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC6-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I1-LDPC-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC7-I1-LDPC-URI> a tn:TestInput;
     dc:description "The URI of an LDPC.";
     dc:title "<LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ1-DELETE-LDPR-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-RQ1-DELETE-LDPR-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I2-LDPR-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC7-I2-LDPR-URI>;
     dc:description """DELETE <LDPR URI>
         """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ2-GET-LDPR-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-RQ2-GET-LDPR-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I2-LDPR-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC7-I2-LDPR-URI>;
     dc:description "GET <LDPR URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-RQ3-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC7-RQ3-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC7-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC7-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-I1-LDPC-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC8-I1-LDPC-URI> a tn:TestInput;
     dc:description "The URI of an LDPC.";
     dc:title "<LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-RQ1-HEAD-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC8-RQ1-HEAD-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC8-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC8-I1-LDPC-URI>;
     dc:description """HEAD <LDPC URI>
         """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I2-LDPR-REP> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCC9-I2-LDPR-REP> a tn:TestInput;
     dc:description "The representation of the LDPR to be created";
     dc:title "<LDPR representation>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ1-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-RQ1-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC9-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ2-POST-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-RQ2-POST-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I1-LDPC-URI>,
-        <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I2-LDPR-REP>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC9-I1-LDPC-URI>,
+        <http://www.w3.org/TR/ldp-test-cases/TCC9-I2-LDPR-REP>;
     dc:description """POST <LDPC URI>
           
             [entity-header].Content-type = text/turtle
@@ -1176,91 +1176,91 @@
           
         """ .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ3-GET-LDPC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-RQ3-GET-LDPC-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-I1-LDPC-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCC9-I1-LDPC-URI>;
     dc:description "GET <LDPC URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCC9-RQ4-GET-LOC-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCC9-RQ4-GET-LOC-URI> a tn:Step,
         ht:Request;
     dc:description "GET <Response 2 POST>.[response-header].Location" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-I1-LDPR-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCR1-I1-LDPR-URI> a tn:TestInput;
     dc:description "The URI of an LDPR.";
     dc:title "<LDPR URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-RQ1-GET-LDPR-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCR1-RQ1-GET-LDPR-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR1-I1-LDPR-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCR1-I1-LDPR-URI>;
     dc:description " GET <LDPR URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-I1-LDPR-URI> a tn:TestInput;
+<http://www.w3.org/TR/ldp-test-cases/TCR3-I1-LDPR-URI> a tn:TestInput;
     dc:description "The URI of a non-existing LDPR.";
     dc:title "<LDPR URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-RQ1-GET-LDPR-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCR3-RQ1-GET-LDPR-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR3-I1-LDPR-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCR3-I1-LDPR-URI>;
     dc:description "GET <LDPR URI>" .
 
-<https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-RQ1-DELETE-LDPR-URI> a tn:Step,
+<http://www.w3.org/TR/ldp-test-cases/TCR6-RQ1-DELETE-LDPR-URI> a tn:Step,
         ht:Request;
-    tn:usesInput <https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html#TCR6-I1-LDPR-URI>;
+    tn:usesInput <http://www.w3.org/TR/ldp-test-cases/TCR6-I1-LDPR-URI>

<TRUNCATED>