Updated with latest indirect container tests
authorSteve Speicher <sspeiche@gmail.com>
Tue, 04 Nov 2014 13:00:46 -0500
changeset 867 103e7a0ba67d
parent 866 71d9f7ce1260
child 868 e9a9e93c1ea9
Updated with latest indirect container tests
tests/reports/ldp-earl-manifest.jsonld
tests/reports/ldp-earl-manifest.ttl
--- a/tests/reports/ldp-earl-manifest.jsonld	Tue Nov 04 12:13:33 2014 -0500
+++ b/tests/reports/ldp-earl-manifest.jsonld	Tue Nov 04 13:00:46 2014 -0500
@@ -5,187 +5,207 @@
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
     "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
   }, {
-    "@id" : "_:b1",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
-    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
-  }, {
-    "@id" : "_:b110",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
-    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
+    "@id" : "_:b100",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
+    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+  }, {
+    "@id" : "_:b101",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
+  }, {
+    "@id" : "_:b104",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
+    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
+  }, {
+    "@id" : "_:b105",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
+    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
+  }, {
+    "@id" : "_:b108",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
     "@id" : "_:b113",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
+    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
+  }, {
+    "@id" : "_:b114",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
+    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
+  }, {
+    "@id" : "_:b115",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
+    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
+  }, {
+    "@id" : "_:b120",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
+    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+  }, {
+    "@id" : "_:b121",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
     "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
   }, {
-    "@id" : "_:b118",
+    "@id" : "_:b124",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
     "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
   }, {
-    "@id" : "_:b119",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
-    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
-  }, {
-    "@id" : "_:b124",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
-    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
-  }, {
     "@id" : "_:b127",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
-    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
+    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
   }, {
     "@id" : "_:b128",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
     "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
   }, {
-    "@id" : "_:b129",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
-    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
-  }, {
-    "@id" : "_:b132",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b133",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b134",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-serverassignuri",
-    "td:includesText" : "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."
+    "@id" : "_:b135",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
+    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
+  }, {
+    "@id" : "_:b136",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
+    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
   }, {
     "@id" : "_:b137",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-are-ldpcs",
+    "td:includesText" : "Each LDP Direct Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions."
+  }, {
+    "@id" : "_:b138",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
+    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
+  }, {
+    "@id" : "_:b139",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
+    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
   }, {
     "@id" : "_:b14",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
     "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
   }, {
+    "@id" : "_:b140",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b141",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-serverassignuri",
+    "td:includesText" : "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."
+  }, {
     "@id" : "_:b142",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovescontres",
-    "td:includesText" : "When a contained LDPR is deleted, and the LDPC server created anassociated LDP-RS (see the LDPC POST section), the LDPC server must alsodelete the associated LDP-RS it created."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
   }, {
     "@id" : "_:b143",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
-    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
-  }, {
-    "@id" : "_:b146",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-isldpr",
-    "td:includesText" : "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source."
-  }, {
-    "@id" : "_:b149",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
+    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+  }, {
+    "@id" : "_:b148",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
+    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
+  }, {
+    "@id" : "_:b15",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
+    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
+  }, {
+    "@id" : "_:b153",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains",
+    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC."
+  }, {
+    "@id" : "_:b156",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
+    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
+  }, {
+    "@id" : "_:b158",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
     "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
   }, {
-    "@id" : "_:b152",
+    "@id" : "_:b159",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpbc-are-ldpcs",
     "td:includesText" : "Each LDP Basic Container MUST also be a conforming LDP Container in section 5.2 Container along with the following restrictions in this section."
   }, {
-    "@id" : "_:b153",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
-    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
-  }, {
-    "@id" : "_:b154",
+    "@id" : "_:b160",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b161",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
     "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
   }, {
-    "@id" : "_:b158",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
-  }, {
-    "@id" : "_:b159",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-containres",
-    "td:includesText" : "Each LDP Direct Container representation MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is the ldp:membershipResource, and whose object is the LDPC's membership-constant-URI. Commonly the LDPC's URI is the membership-constant-URI, but LDP does not require this."
-  }, {
-    "@id" : "_:b164",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-indirectmbr-basic",
-    "td:includesText" : "LDP Direct Containers MUST behave as if they have a (LDPC URI, ldp:insertedContentRelation , ldp:MemberSubject) triple, but LDP imposes no requirement to materialize such a triple in the LDP-DC representation."
-  }, {
-    "@id" : "_:b167",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
-    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
-  }, {
-    "@id" : "_:b168",
+    "@id" : "_:b162",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
+    "td:includesText" : "LDP 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. "
+  }, {
+    "@id" : "_:b165",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
+    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
+  }, {
+    "@id" : "_:b171",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
     "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
   }, {
-    "@id" : "_:b169",
+    "@id" : "_:b172",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-mincontraints",
     "td:includesText" : "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
   }, {
-    "@id" : "_:b17",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
-    "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
-  }, {
-    "@id" : "_:b170",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
-    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
-  }, {
-    "@id" : "_:b171",
+    "@id" : "_:b179",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
-    "@id" : "_:b172",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
-    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
-  }, {
-    "@id" : "_:b173",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
-    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
-  }, {
-    "@id" : "_:b174",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
-    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
-  }, {
-    "@id" : "_:b179",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
-    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
-  }, {
     "@id" : "_:b18",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
-    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
+    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
   }, {
     "@id" : "_:b180",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
+  }, {
+    "@id" : "_:b183",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
     "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
   }, {
-    "@id" : "_:b186",
+    "@id" : "_:b184",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
+  }, {
+    "@id" : "_:b185",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
     "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
@@ -197,326 +217,296 @@
   }, {
     "@id" : "_:b188",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-indirectmbr",
-    "td:includesText" : "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains",
+    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC."
   }, {
     "@id" : "_:b19",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
-    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
-  }, {
-    "@id" : "_:b195",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
-    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
+  }, {
+    "@id" : "_:b193",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
     "@id" : "_:b196",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple",
+    "td:includesText" : "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple."
+  }, {
+    "@id" : "_:b199",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
     "td:includesText" : "LDP 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. "
   }, {
-    "@id" : "_:b199",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
-    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
-  }, {
-    "@id" : "_:b2",
+    "@id" : "_:b200",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
+    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
+  }, {
+    "@id" : "_:b205",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-mincontraints",
+    "td:includesText" : "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
+  }, {
+    "@id" : "_:b208",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
+    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
+  }, {
+    "@id" : "_:b209",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
+    "td:includesText" : "LDP 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. "
+  }, {
+    "@id" : "_:b21",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
+    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
+  }, {
+    "@id" : "_:b210",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-isldpr",
     "td:includesText" : "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source."
   }, {
-    "@id" : "_:b200",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
-    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
-  }, {
-    "@id" : "_:b203",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
-  }, {
-    "@id" : "_:b204",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
-    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
-  }, {
-    "@id" : "_:b211",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
-  }, {
-    "@id" : "_:b212",
+    "@id" : "_:b213",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
-    "@id" : "_:b213",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-options-linkmetahdr",
-    "td:includesText" : "When responding to requests whose request-URI is a LDP-NR with anassociated LDP-RS, a LDPC server must provide the same HTTP Link responseheader as is required in the create response"
+    "@id" : "_:b214",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
+    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
   }, {
     "@id" : "_:b215",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
+    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
+  }, {
+    "@id" : "_:b218",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
+    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
+  }, {
+    "@id" : "_:b222",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-mbrpred",
     "td:includesText" : "LDP Direct Containers SHOULD use the ldp:member predicate as an LDPC's membership predicate if there is no obvious predicate from an application vocabulary to use."
   }, {
-    "@id" : "_:b218",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-jsonld",
-    "td:includesText" : "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."
-  }, {
-    "@id" : "_:b224",
+    "@id" : "_:b233",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-containtriples",
     "td:includesText" : "Each LDP Direct Container representation must contain exactly one triple whose subject is the LDPC URI, and whose predicate is either ldp:hasMemberRelation or ldp:isMemberOfRelation. The object of the triple is constrained by other sections, such as ldp:hasMemberRelation or ldp:isMemberOfRelation, based on the membership triple pattern used by the container."
   }, {
-    "@id" : "_:b225",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
-    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
-  }, {
-    "@id" : "_:b227",
+    "@id" : "_:b236",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
+  }, {
+    "@id" : "_:b239",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
-    "@id" : "_:b23",
+    "@id" : "_:b24",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-create",
     "td:includesText" : "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
   }, {
-    "@id" : "_:b230",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b233",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b234",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
-    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
-  }, {
-    "@id" : "_:b235",
+    "@id" : "_:b240",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
   }, {
-    "@id" : "_:b238",
+    "@id" : "_:b243",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-turtle",
     "td:includesText" : "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."
   }, {
-    "@id" : "_:b243",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-contenttype",
-    "td:includesText" : "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."
-  }, {
-    "@id" : "_:b244",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
-  }, {
-    "@id" : "_:b245",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
-    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
-  }, {
     "@id" : "_:b246",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
+    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
+  }, {
+    "@id" : "_:b247",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
     "@id" : "_:b248",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
-    "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
-  }, {
-    "@id" : "_:b249",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbins",
-    "td:includesText" : "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."
-  }, {
-    "@id" : "_:b252",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
-    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
-  }, {
-    "@id" : "_:b255",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
-    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
-  }, {
-    "@id" : "_:b258",
-    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-contenttype",
     "td:includesText" : "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."
   }, {
-    "@id" : "_:b26",
+    "@id" : "_:b25",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
     "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
   }, {
+    "@id" : "_:b251",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
+    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
+  }, {
+    "@id" : "_:b254",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
+    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
+  }, {
     "@id" : "_:b261",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
-    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbins",
+    "td:includesText" : "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."
   }, {
     "@id" : "_:b262",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
-    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
+    "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
   }, {
     "@id" : "_:b263",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr",
+    "td:includesText" : "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server."
+  }, {
+    "@id" : "_:b264",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
+    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
+  }, {
+    "@id" : "_:b269",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
+    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
+  }, {
+    "@id" : "_:b273",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
     "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
   }, {
-    "@id" : "_:b266",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
-    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
-  }, {
-    "@id" : "_:b269",
+    "@id" : "_:b280",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-jsonld",
+    "td:includesText" : "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."
+  }, {
+    "@id" : "_:b282",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
     "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
   }, {
-    "@id" : "_:b27",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbins",
-    "td:includesText" : "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."
-  }, {
-    "@id" : "_:b272",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
-    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
-  }, {
-    "@id" : "_:b273",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-post-createdmbr-member",
-    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, the LDPC MUST update its membership triples to reflect that addition, and the resulting membership triple MUST be consistent with any LDP-defined predicates it exposes."
-  }, {
-    "@id" : "_:b274",
+    "@id" : "_:b283",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
     "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
   }, {
-    "@id" : "_:b275",
+    "@id" : "_:b284",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-turtle",
     "td:includesText" : "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."
   }, {
-    "@id" : "_:b280",
+    "@id" : "_:b285",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
     "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
   }, {
-    "@id" : "_:b281",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
-  }, {
-    "@id" : "_:b282",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
-    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
-  }, {
-    "@id" : "_:b288",
+    "@id" : "_:b286",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-indirectmbr",
+    "td:includesText" : "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen."
+  }, {
+    "@id" : "_:b291",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
+    "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
+  }, {
+    "@id" : "_:b292",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
+    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
+  }, {
+    "@id" : "_:b293",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-serverassignuri",
+    "td:includesText" : "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."
+  }, {
+    "@id" : "_:b294",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-post-createdmbr-member",
+    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, the LDPC MUST update its membership triples to reflect that addition, and the resulting membership triple MUST be consistent with any LDP-defined predicates it exposes."
+  }, {
+    "@id" : "_:b299",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
     "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
   }, {
-    "@id" : "_:b292",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr",
-    "td:includesText" : "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server."
-  }, {
-    "@id" : "_:b299",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
-    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
-  }, {
-    "@id" : "_:b3",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
-    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
-  }, {
-    "@id" : "_:b302",
+    "@id" : "_:b30",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
+  }, {
+    "@id" : "_:b300",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
+    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
+  }, {
+    "@id" : "_:b303",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-jsonld",
+    "td:includesText" : "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."
+  }, {
+    "@id" : "_:b304",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-must",
+    "td:includesText" : "LDP servers MUST support the HTTP GET Method for LDPRs"
+  }, {
+    "@id" : "_:b305",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
+    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
+  }, {
+    "@id" : "_:b310",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
+    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
+  }, {
+    "@id" : "_:b313",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-del-contremovesmbrtriple",
     "td:includesText" : "When an LDPR identified by the object of a membership triple which was originally created by the LDP-DC is deleted, the LDPC server MUST also remove the corresponding membership triple."
   }, {
-    "@id" : "_:b303",
+    "@id" : "_:b314",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
     "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
   }, {
-    "@id" : "_:b304",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
-  }, {
-    "@id" : "_:b305",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
-    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
-  }, {
-    "@id" : "_:b308",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
-  }, {
-    "@id" : "_:b309",
+    "@id" : "_:b317",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
+    "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
+  }, {
+    "@id" : "_:b320",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
     "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
   }, {
-    "@id" : "_:b312",
+    "@id" : "_:b321",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
     "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
   }, {
-    "@id" : "_:b313",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b32",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple",
-    "td:includesText" : "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple."
-  }, {
     "@id" : "_:b322",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b324",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
-    "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
+    "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
   }, {
     "@id" : "_:b325",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
-    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
-  }, {
-    "@id" : "_:b326",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
-    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
+    "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
   }, {
     "@id" : "_:b33",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
-    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
-  }, {
-    "@id" : "_:b331",
-    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-typecontainer",
     "td:includesText" : "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. "
   }, {
@@ -527,514 +517,509 @@
   }, {
     "@id" : "_:b336",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
+    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+  }, {
+    "@id" : "_:b337",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
+    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
+  }, {
+    "@id" : "_:b338",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
+    "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
   }, {
     "@id" : "_:b339",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b34",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
-    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
-  }, {
-    "@id" : "_:b340",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
-    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
-  }, {
-    "@id" : "_:b343",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
-    "td:includesText" : "LDP 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. "
-  }, {
-    "@id" : "_:b344",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b35",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
-    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
-  }, {
-    "@id" : "_:b352",
-    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
     "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
   }, {
-    "@id" : "_:b355",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
-    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
-  }, {
-    "@id" : "_:b358",
+    "@id" : "_:b34",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbins",
+    "td:includesText" : "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."
+  }, {
+    "@id" : "_:b341",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
+    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
+  }, {
+    "@id" : "_:b342",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-typecontainer",
+    "td:includesText" : "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. "
+  }, {
+    "@id" : "_:b343",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
+    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
+  }, {
+    "@id" : "_:b348",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-post-indirectmbrrel",
+    "td:includesText" : "LDPCs whose ldp:insertedContentRelation triple has an object other than ldp:MemberSubject and that create new resources MUST add a triple to the container whose subject is the container's URI, whose predicate is ldp:contains, and whose object is the newly created resource's URI (which will be different from the member-derived URI in this case). This ldp:contains triple can be the only link from the container to the newly created resource in certain cases."
+  }, {
+    "@id" : "_:b35",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
     "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
   }, {
-    "@id" : "_:b359",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
+    "@id" : "_:b351",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
+    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
+  }, {
+    "@id" : "_:b352",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b355",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
+    "td:includesText" : "LDP 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. "
   }, {
     "@id" : "_:b36",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
+    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
   }, {
     "@id" : "_:b360",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
-  }, {
-    "@id" : "_:b363",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
+    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
+  }, {
+    "@id" : "_:b361",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-isldpr",
+    "td:includesText" : "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source."
   }, {
     "@id" : "_:b364",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-mincontraints",
-    "td:includesText" : "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
-  }, {
-    "@id" : "_:b366",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
-    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
-  }, {
-    "@id" : "_:b368",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-turtle",
-    "td:includesText" : "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
+    "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
   }, {
     "@id" : "_:b37",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
+    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
+  }, {
+    "@id" : "_:b370",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-options-linkmetahdr",
+    "td:includesText" : "When responding to requests whose request-URI is a LDP-NR with anassociated LDP-RS, a LDPC server must provide the same HTTP Link responseheader as is required in the create response"
+  }, {
+    "@id" : "_:b371",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
   }, {
-    "@id" : "_:b371",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
-    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
-  }, {
-    "@id" : "_:b372",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
-    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
-  }, {
-    "@id" : "_:b375",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
-    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
-  }, {
     "@id" : "_:b376",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-slug",
+    "td:includesText" : "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI."
+  }, {
+    "@id" : "_:b378",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
+    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
+  }, {
+    "@id" : "_:b379",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
+    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
+  }, {
+    "@id" : "_:b38",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+  }, {
+    "@id" : "_:b380",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
+  }, {
+    "@id" : "_:b382",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr",
+    "td:includesText" : "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server."
+  }, {
+    "@id" : "_:b384",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
     "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
   }, {
-    "@id" : "_:b378",
+    "@id" : "_:b388",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
     "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
   }, {
-    "@id" : "_:b379",
+    "@id" : "_:b39",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
+  }, {
+    "@id" : "_:b390",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
+    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
+  }, {
+    "@id" : "_:b391",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-serverassignuri",
     "td:includesText" : "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."
   }, {
-    "@id" : "_:b38",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
-    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
-  }, {
-    "@id" : "_:b380",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-typecontainer",
-    "td:includesText" : "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. "
-  }, {
-    "@id" : "_:b381",
+    "@id" : "_:b392",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-binary",
     "td:includesText" : "LDP servers may host a mixture of LDP-RSs and LDP-NRs. For example, it is common for LDP servers to need to host binary or text resources that do not have useful RDF representations."
   }, {
-    "@id" : "_:b382",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
-    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
-  }, {
-    "@id" : "_:b384",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-isldpr",
-    "td:includesText" : "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source."
-  }, {
-    "@id" : "_:b385",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains",
-    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC."
-  }, {
-    "@id" : "_:b387",
+    "@id" : "_:b393",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
     "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
   }, {
-    "@id" : "_:b389",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpnr-type",
-    "td:includesText" : "LDP servers exposing an LDP Non-RDF Source may advertise this by exposing a HTTP Link header with a target URI of http://www.w3.org/ns/ldp#NonRDFSource, and a link relation type of type (that is, rel='type') in responses to requests made to the LDP-NR's HTTP Request-URI."
-  }, {
-    "@id" : "_:b393",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
-    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
-  }, {
     "@id" : "_:b394",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
-    "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
+    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
+  }, {
+    "@id" : "_:b395",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-isldpr",
+    "td:includesText" : "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source."
   }, {
     "@id" : "_:b396",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
-    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
-  }, {
-    "@id" : "_:b398",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+  }, {
+    "@id" : "_:b40",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
+    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+  }, {
+    "@id" : "_:b400",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
+    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
+  }, {
+    "@id" : "_:b401",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
     "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
   }, {
-    "@id" : "_:b399",
+    "@id" : "_:b403",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
+    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
+  }, {
+    "@id" : "_:b404",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+  }, {
+    "@id" : "_:b405",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
+  }, {
+    "@id" : "_:b407",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
     "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
   }, {
-    "@id" : "_:b4",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
-    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
-  }, {
-    "@id" : "_:b402",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
-    "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
-  }, {
-    "@id" : "_:b404",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-serverassignuri",
-    "td:includesText" : "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."
-  }, {
-    "@id" : "_:b406",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-slug",
-    "td:includesText" : "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI."
-  }, {
-    "@id" : "_:b411",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
-    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
-  }, {
-    "@id" : "_:b413",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b414",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
-  }, {
-    "@id" : "_:b416",
+    "@id" : "_:b408",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
+  }, {
+    "@id" : "_:b409",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-contenttype",
     "td:includesText" : "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."
   }, {
+    "@id" : "_:b411",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
+  }, {
+    "@id" : "_:b416",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-slug",
+    "td:includesText" : "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI."
+  }, {
     "@id" : "_:b417",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple",
+    "td:includesText" : "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple."
+  }, {
+    "@id" : "_:b418",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovescontres",
+    "td:includesText" : "When a contained LDPR is deleted, and the LDPC server created anassociated LDP-RS (see the LDPC POST section), the LDPC server must alsodelete the associated LDP-RS it created."
+  }, {
+    "@id" : "_:b420",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
+    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
+  }, {
+    "@id" : "_:b422",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
+    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
+  }, {
+    "@id" : "_:b427",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b428",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
+  }, {
+    "@id" : "_:b43",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
+    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
+  }, {
+    "@id" : "_:b430",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
+    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
+  }, {
+    "@id" : "_:b431",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
     "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
   }, {
-    "@id" : "_:b419",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
-  }, {
-    "@id" : "_:b424",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
-    "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
-  }, {
-    "@id" : "_:b426",
+    "@id" : "_:b432",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b437",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
     "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
   }, {
-    "@id" : "_:b427",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
-    "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
-  }, {
-    "@id" : "_:b428",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
-    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
-  }, {
-    "@id" : "_:b429",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
-  }, {
-    "@id" : "_:b431",
+    "@id" : "_:b438",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
+    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
+  }, {
+    "@id" : "_:b44",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
+  }, {
+    "@id" : "_:b440",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
     "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
   }, {
-    "@id" : "_:b434",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-are-ldpcs",
-    "td:includesText" : "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions."
-  }, {
-    "@id" : "_:b435",
+    "@id" : "_:b441",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
+    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+  }, {
+    "@id" : "_:b442",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains",
     "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC."
   }, {
-    "@id" : "_:b437",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
-    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
-  }, {
-    "@id" : "_:b438",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
-    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
-  }, {
-    "@id" : "_:b439",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple",
-    "td:includesText" : "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple."
-  }, {
-    "@id" : "_:b440",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-slug",
-    "td:includesText" : "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI."
-  }, {
-    "@id" : "_:b442",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b443",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
-    "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
-  }, {
-    "@id" : "_:b447",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
-    "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
-  }, {
-    "@id" : "_:b45",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI."
-  }, {
-    "@id" : "_:b450",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
-    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
-  }, {
-    "@id" : "_:b451",
+    "@id" : "_:b445",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
+    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
+  }, {
+    "@id" : "_:b446",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
+    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
+  }, {
+    "@id" : "_:b453",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
+    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
+  }, {
+    "@id" : "_:b455",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
+  }, {
+    "@id" : "_:b456",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
     "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
   }, {
-    "@id" : "_:b452",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
-    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
-  }, {
-    "@id" : "_:b453",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
-    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
-  }, {
-    "@id" : "_:b454",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-replaceall",
-    "td:includesText" : "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request."
-  }, {
-    "@id" : "_:b455",
+    "@id" : "_:b457",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
+    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
+  }, {
+    "@id" : "_:b458",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-simpleupdate",
+    "td:includesText" : "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."
+  }, {
+    "@id" : "_:b459",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
+    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
+  }, {
+    "@id" : "_:b460",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
+    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
+  }, {
+    "@id" : "_:b461",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
-    "@id" : "_:b456",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
-    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
-  }, {
-    "@id" : "_:b457",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
-    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
-  }, {
-    "@id" : "_:b458",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
-    "td:includesText" : "LDP 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. "
-  }, {
-    "@id" : "_:b459",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b460",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
-    "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
-  }, {
-    "@id" : "_:b461",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
-    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
-  }, {
     "@id" : "_:b462",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris",
     "td:includesText" : "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
   }, {
+    "@id" : "_:b463",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
+    "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
+  }, {
     "@id" : "_:b464",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
-    "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
     "@id" : "_:b465",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-create",
+    "td:includesText" : "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
+  }, {
+    "@id" : "_:b466",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-prefer",
     "td:includesText" : "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]."
   }, {
-    "@id" : "_:b469",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
-    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
-  }, {
-    "@id" : "_:b470",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
-    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
-  }, {
-    "@id" : "_:b471",
+    "@id" : "_:b467",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
+    "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
+  }, {
+    "@id" : "_:b468",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
+    "@id" : "_:b469",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
+    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+  }, {
+    "@id" : "_:b470",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
+    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
+  }, {
+    "@id" : "_:b471",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpnr-type",
+    "td:includesText" : "LDP servers exposing an LDP Non-RDF Source may advertise this by exposing a HTTP Link header with a target URI of http://www.w3.org/ns/ldp#NonRDFSource, and a link relation type of type (that is, rel='type') in responses to requests made to the LDP-NR's HTTP Request-URI."
+  }, {
     "@id" : "_:b472",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
+    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
   }, {
     "@id" : "_:b473",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b474",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
-    "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
+    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
   }, {
     "@id" : "_:b475",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-are-ldpcs",
-    "td:includesText" : "Each LDP Direct Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
   }, {
     "@id" : "_:b476",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-mincontraints",
-    "td:includesText" : "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
+    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
   }, {
     "@id" : "_:b477",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr",
     "td:includesText" : "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server."
   }, {
+    "@id" : "_:b478",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
+  }, {
     "@id" : "_:b479",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
-    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
+    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
   }, {
     "@id" : "_:b480",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-create",
-    "td:includesText" : "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
+    "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
   }, {
     "@id" : "_:b481",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains",
-    "td:includesText" : "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
+    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
   }, {
     "@id" : "_:b482",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
-    "td:includesText" : "LDP 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. "
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
+    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
   }, {
     "@id" : "_:b483",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
-    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
-  }, {
-    "@id" : "_:b484",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel",
+    "td:includesText" : "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource."
+  }, {
+    "@id" : "_:b485",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-conneg",
     "td:includesText" : "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]."
   }, {
     "@id" : "_:b486",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
-    "td:includesText" : "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)"
-  }, {
-    "@id" : "_:b487",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
-    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
-  }, {
-    "@id" : "_:b488",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-must",
-    "td:includesText" : "LDP servers MUST support the HTTP GET Method for LDPRs"
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-contenttype",
+    "td:includesText" : "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."
   }, {
     "@id" : "_:b489",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes",
-    "td:includesText" : "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
-  }, {
-    "@id" : "_:b490",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
-    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-are-ldpcs",
+    "td:includesText" : "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions."
   }, {
     "@id" : "_:b491",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs",
-    "td:includesText" : "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch",
+    "td:includesText" : "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. "
   }, {
     "@id" : "_:b492",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
-  }, {
-    "@id" : "_:b493",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
-    "td:includesText" : "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."
-  }, {
-    "@id" : "_:b494",
-    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
     "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
   }, {
+    "@id" : "_:b493",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-indirectmbr-basic",
+    "td:includesText" : "LDP Direct Containers MUST behave as if they have a (LDPC URI, ldp:insertedContentRelation , ldp:MemberSubject) triple, but LDP imposes no requirement to materialize such a triple in the LDP-DC representation."
+  }, {
+    "@id" : "_:b494",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-create",
+    "td:includesText" : "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
+  }, {
     "@id" : "_:b495",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-jsonld",
@@ -1042,152 +1027,167 @@
   }, {
     "@id" : "_:b496",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-create",
-    "td:includesText" : "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createrdf",
+    "td:includesText" : "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request."
   }, {
     "@id" : "_:b497",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr",
-    "td:includesText" : "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server."
-  }, {
-    "@id" : "_:b5",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
-    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
-  }, {
-    "@id" : "_:b50",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-typecontainer",
-    "td:includesText" : "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. "
-  }, {
-    "@id" : "_:b51",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbinlinkmetahdr",
-    "td:includesText" : "Upon successful creation of an LDP-NR (HTTP status code of 201-Created and URI indicated by Location response header), LDP servers may create an associated LDP-RS to contain data about the newly created LDP-NR. If a LDP server creates this associated LDP-RS it must indicate its location on the HTTP response using the HTTP Link response header with link relation describedby and href to be the URI of the associated LDP-RS resource."
-  }, {
-    "@id" : "_:b52",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-jsonld",
-    "td:includesText" : " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr",
+    "td:includesText" : "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI."
   }, {
     "@id" : "_:b53",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
+    "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
+  }, {
+    "@id" : "_:b54",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-rdf",
     "td:includesText" : "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."
   }, {
+    "@id" : "_:b55",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-mincontraints",
+    "td:includesText" : "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
+  }, {
     "@id" : "_:b56",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-jsonld",
-    "td:includesText" : "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-typecontainer",
+    "td:includesText" : "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. "
+  }, {
+    "@id" : "_:b57",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-createbinlinkmetahdr",
+    "td:includesText" : "Upon successful creation of an LDP-NR (HTTP status code of 201-Created and URI indicated by Location response header), LDP servers may create an associated LDP-RS to contain data about the newly created LDP-NR. If a LDP server creates this associated LDP-RS it must indicate its location on the HTTP response using the HTTP Link response header with link relation describedby and href to be the URI of the associated LDP-RS resource."
   }, {
     "@id" : "_:b58",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-get-turtle",
+    "td:includesText" : "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."
+  }, {
+    "@id" : "_:b6",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
+    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
+  }, {
+    "@id" : "_:b60",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b61",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpnr-are-ldpr",
     "td:includesText" : "Each LDP Non-RDF Source must also be a conforming LDP Resource. LDP Non-RDF Sources may not be able to fully express their state using RDF."
   }, {
-    "@id" : "_:b6",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-post-indirectmbrrel",
-    "td:includesText" : "LDPCs whose ldp:insertedContentRelation triple has an object other than ldp:MemberSubject and that create new resources MUST add a triple to the container whose subject is the container's URI, whose predicate is ldp:contains, and whose object is the newly created resource's URI (which will be different from the member-derived URI in this case). This ldp:contains triple can be the only link from the container to the newly created resource in certain cases."
-  }, {
-    "@id" : "_:b63",
+    "@id" : "_:b64",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-put-precond",
     "td:includesText" : "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."
   }, {
-    "@id" : "_:b64",
+    "@id" : "_:b67",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-allow",
     "td:includesText" : "LDP 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. "
   }, {
-    "@id" : "_:b65",
+    "@id" : "_:b68",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
     "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
   }, {
-    "@id" : "_:b68",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-created201",
-    "td:includesText" : "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response."
-  }, {
     "@id" : "_:b7",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-http",
-    "td:includesText" : "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
+    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
   }, {
     "@id" : "_:b71",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
     "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
   }, {
+    "@id" : "_:b73",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-noinferencing",
+    "td:includesText" : "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."
+  }, {
     "@id" : "_:b76",
     "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
+    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
+  }, {
+    "@id" : "_:b77",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-patch-req",
+    "td:includesText" : "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
+  }, {
+    "@id" : "_:b8",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
+    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
+  }, {
+    "@id" : "_:b80",
+    "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple",
     "td:includesText" : "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple."
   }, {
-    "@id" : "_:b77",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-get-options",
-    "td:includesText" : "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
-  }, {
-    "@id" : "_:b78",
+    "@id" : "_:b81",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
+    "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
+  }, {
+    "@id" : "_:b82",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-etags",
+    "td:includesText" : "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+  }, {
+    "@id" : "_:b84",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas",
     "td:includesText" : "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
   }, {
-    "@id" : "_:b8",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-create",
-    "td:includesText" : "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]."
-  }, {
-    "@id" : "_:b80",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype",
-    "td:includesText" : "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."
-  }, {
-    "@id" : "_:b81",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-are-ldpr",
-    "td:includesText" : "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."
-  }, {
-    "@id" : "_:b84",
+    "@id" : "_:b87",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-options-must",
     "td:includesText" : "LDP servers MUST support the HTTP OPTIONS method. "
   }, {
-    "@id" : "_:b85",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-put-mbrprops",
-    "td:includesText" : "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code."
-  }, {
     "@id" : "_:b9",
     "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri",
-    "td:includesText" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource."
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-rdftype",
+    "td:includesText" : "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source."
   }, {
     "@id" : "_:b90",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
     "td:includesText" : "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]."
   }, {
-    "@id" : "_:b93",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
-    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
-  }, {
-    "@id" : "_:b94",
+    "@id" : "_:b91",
     "@type" : "td:Excerpt",
     "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops",
     "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP."
   }, {
-    "@id" : "_:b97",
-    "@type" : "td:Excerpt",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-gen-reusevocab",
-    "td:includesText" : "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."
+    "@id" : "_:b94",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpc-post-turtle",
+    "td:includesText" : "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."
+  }, {
+    "@id" : "_:b95",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpdc-containres",
+    "td:includesText" : "Each LDP Direct Container representation MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is the ldp:membershipResource, and whose object is the LDPC's membership-constant-URI. Commonly the LDPC's URI is the membership-constant-URI, but LDP does not require this."
+  }, {
+    "@id" : "_:b96",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldprs-put-failed",
+    "td:includesText" : "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General."
+  }, {
+    "@id" : "_:b99",
+    "@type" : "td:Excerpt",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpr-head-must",
+    "td:includesText" : "LDP servers MUST support the HTTP HEAD method. "
   }, {
     "@id" : "ldpt:BasicContainer-4xxErrorHasResponseBody",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.336Z",
+    "date" : "2014-11-04T17:58:14.129Z",
     "source" : "ldpt:RdfSource-4xxErrorHasResponseBody",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1200,11 +1200,11 @@
     "action" : "",
     "name" : "BasicContainer-4xxErrorHasResponseBody",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b336"
+    "specificationReference" : "_:b457"
   }, {
     "@id" : "ldpt:BasicContainer-AcceptPatchHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.351Z",
+    "date" : "2014-11-04T17:58:14.141Z",
     "source" : "ldpt:CommonResource-AcceptPatchHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1217,11 +1217,11 @@
     "action" : "",
     "name" : "BasicContainer-AcceptPatchHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b154"
+    "specificationReference" : "_:b161"
   }, {
     "@id" : "ldpt:BasicContainer-AcceptPostResponseHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.322Z",
+    "date" : "2014-11-04T17:58:14.109Z",
     "source" : "ldpt:CommonContainer-AcceptPostResponseHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1234,11 +1234,11 @@
     "action" : "",
     "name" : "BasicContainer-AcceptPostResponseHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b292"
+    "specificationReference" : "_:b477"
   }, {
     "@id" : "ldpt:BasicContainer-AcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.331Z",
+    "date" : "2014-11-04T17:58:14.105Z",
     "source" : "ldpt:CommonContainer-AcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1251,11 +1251,11 @@
     "action" : "",
     "name" : "BasicContainer-AcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b368"
+    "specificationReference" : "_:b94"
   }, {
     "@id" : "ldpt:BasicContainer-ConditionFailedStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.35Z",
+    "date" : "2014-11-04T17:58:14.139Z",
     "source" : "ldpt:CommonResource-ConditionFailedStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1268,12 +1268,12 @@
     "action" : "",
     "name" : "BasicContainer-ConditionFailedStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b63"
+    "specificationReference" : "_:b64"
   }, {
     "@id" : "ldpt:BasicContainer-ConformsBcLdpContainer",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.307Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ],
+    "date" : "2014-11-04T17:58:14.093Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ],
     "source" : "ldpt:BasicContainer-ConformsBcLdpContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1286,12 +1286,12 @@
     "action" : "",
     "name" : "BasicContainer-ConformsBcLdpContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b152"
+    "specificationReference" : "_:b159"
   }, {
     "@id" : "ldpt:BasicContainer-ConformsContainerRdfResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.326Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" ],
+    "date" : "2014-11-04T17:58:14.114Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" ],
     "source" : "ldpt:CommonContainer-ConformsContainerRdfResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1304,12 +1304,12 @@
     "action" : "",
     "name" : "BasicContainer-ConformsContainerRdfResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b2"
+    "specificationReference" : "_:b361"
   }, {
     "@id" : "ldpt:BasicContainer-ConformsRdfSourceLdpResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.341Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" ],
+    "date" : "2014-11-04T17:58:14.131Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" ],
     "source" : "ldpt:RdfSource-ConformsRdfSourceLdpResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1322,11 +1322,11 @@
     "action" : "",
     "name" : "BasicContainer-ConformsRdfSourceLdpResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b81"
+    "specificationReference" : "_:b113"
   }, {
     "@id" : "ldpt:BasicContainer-ContainerSupportsHttpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.312Z",
+    "date" : "2014-11-04T17:58:14.099Z",
     "source" : "ldpt:BasicContainer-ContainerSupportsHttpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1339,11 +1339,11 @@
     "action" : "",
     "name" : "BasicContainer-ContainerSupportsHttpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b45"
+    "specificationReference" : "_:b44"
   }, {
     "@id" : "ldpt:BasicContainer-ContainsRdfType",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.337Z",
+    "date" : "2014-11-04T17:58:14.12Z",
     "source" : "ldpt:RdfSource-ContainsRdfType",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1356,11 +1356,11 @@
     "action" : "",
     "name" : "BasicContainer-ContainsRdfType",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b80"
+    "specificationReference" : "_:b262"
   }, {
     "@id" : "ldpt:BasicContainer-ContentTypeHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.331Z",
+    "date" : "2014-11-04T17:58:14.106Z",
     "source" : "ldpt:CommonContainer-ContentTypeHeader",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1373,11 +1373,11 @@
     "action" : "",
     "name" : "BasicContainer-ContentTypeHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b258"
+    "specificationReference" : "_:b409"
   }, {
     "@id" : "ldpt:BasicContainer-CreateWithoutConstraints",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.33Z",
+    "date" : "2014-11-04T17:58:14.107Z",
     "source" : "ldpt:CommonContainer-CreateWithoutConstraints",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1390,11 +1390,11 @@
     "action" : "",
     "name" : "BasicContainer-CreateWithoutConstraints",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b169"
+    "specificationReference" : "_:b172"
   }, {
     "@id" : "ldpt:BasicContainer-DeleteRemovesContainmentTriple",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.319Z",
+    "date" : "2014-11-04T17:58:14.111Z",
     "source" : "ldpt:CommonContainer-DeleteRemovesContainmentTriple",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1407,11 +1407,11 @@
     "action" : "",
     "name" : "BasicContainer-DeleteRemovesContainmentTriple",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b32"
+    "specificationReference" : "_:b196"
   }, {
     "@id" : "ldpt:BasicContainer-ETagHeadersGet",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.348Z",
+    "date" : "2014-11-04T17:58:14.136Z",
     "source" : "ldpt:CommonResource-ETagHeadersGet",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1424,11 +1424,11 @@
     "action" : "",
     "name" : "BasicContainer-ETagHeadersGet",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b339"
+    "specificationReference" : "_:b352"
   }, {
     "@id" : "ldpt:BasicContainer-ETagHeadersHead",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.349Z",
+    "date" : "2014-11-04T17:58:14.136Z",
     "source" : "ldpt:CommonResource-ETagHeadersHead",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1441,11 +1441,11 @@
     "action" : "",
     "name" : "BasicContainer-ETagHeadersHead",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b313"
+    "specificationReference" : "_:b82"
   }, {
     "@id" : "ldpt:BasicContainer-GetResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.337Z",
+    "date" : "2014-11-04T17:58:14.119Z",
     "source" : "ldpt:RdfSource-GetResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1458,11 +1458,11 @@
     "action" : "",
     "name" : "BasicContainer-GetResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b272"
+    "specificationReference" : "_:b54"
   }, {
     "@id" : "ldpt:BasicContainer-GetResourceAcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.334Z",
+    "date" : "2014-11-04T17:58:14.124Z",
     "source" : "ldpt:RdfSource-GetResourceAcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1475,11 +1475,11 @@
     "action" : "",
     "name" : "BasicContainer-GetResourceAcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b470"
+    "specificationReference" : "_:b128"
   }, {
     "@id" : "ldpt:BasicContainer-GetResourceAsTurtleNoAccept",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.333Z",
+    "date" : "2014-11-04T17:58:14.125Z",
     "source" : "ldpt:RdfSource-GetResourceAsTurtleNoAccept",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1492,11 +1492,11 @@
     "action" : "",
     "name" : "BasicContainer-GetResourceAsTurtleNoAccept",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b19"
+    "specificationReference" : "_:b18"
   }, {
     "@id" : "ldpt:BasicContainer-GetResponseHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.349Z",
+    "date" : "2014-11-04T17:58:14.138Z",
     "source" : "ldpt:CommonResource-GetResponseHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1509,11 +1509,11 @@
     "action" : "",
     "name" : "BasicContainer-GetResponseHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b399"
+    "specificationReference" : "_:b407"
   }, {
     "@id" : "ldpt:BasicContainer-Head",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.345Z",
+    "date" : "2014-11-04T17:58:14.141Z",
     "source" : "ldpt:CommonResource-Head",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1526,11 +1526,11 @@
     "action" : "",
     "name" : "BasicContainer-Head",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b326"
+    "specificationReference" : "_:b99"
   }, {
     "@id" : "ldpt:BasicContainer-IsHttp11Manual",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.348Z",
+    "date" : "2014-11-04T17:58:14.135Z",
     "source" : "ldpt:CommonResource-IsHttp11Manual",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -1543,11 +1543,11 @@
     "action" : "",
     "name" : "BasicContainer-IsHttp11Manual",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b149"
+    "specificationReference" : "_:b158"
   }, {
     "@id" : "ldpt:BasicContainer-JsonLdRepresentation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.339Z",
+    "date" : "2014-11-04T17:58:14.125Z",
     "source" : "ldpt:RdfSource-JsonLdRepresentation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1560,11 +1560,11 @@
     "action" : "",
     "name" : "BasicContainer-JsonLdRepresentation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b479"
+    "specificationReference" : "_:b473"
   }, {
     "@id" : "ldpt:BasicContainer-LdpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.346Z",
+    "date" : "2014-11-04T17:58:14.137Z",
     "source" : "ldpt:CommonResource-LdpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1577,7 +1577,7 @@
     "action" : "",
     "name" : "BasicContainer-LdpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b211"
+    "specificationReference" : "_:b404"
   }, {
     "@id" : "ldpt:BasicContainer-MAYManifest",
     "@type" : "mf:Manifest",
@@ -1593,13 +1593,13 @@
     "title" : "BasicContainer (MUST)",
     "comment" : "LDP Basic Container tests. MUST conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:BasicContainer-ConformsBcLdpContainer", "ldpt:BasicContainer-ContainerSupportsHttpLinkHeader", "ldpt:BasicContainer-PostResponseStatusAndLocation", "ldpt:BasicContainer-PostContainer", "ldpt:BasicContainer-PostJsonLd", "ldpt:BasicContainer-RelativeUriResolutionPost", "ldpt:BasicContainer-DeleteRemovesContainmentTriple", "ldpt:BasicContainer-AcceptPostResponseHeader", "ldpt:BasicContainer-NullRelativeUriPost", "ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:BasicContainer-RequestedInteractionModelHeaders", "ldpt:BasicContainer-ConformsContainerRdfResource", "ldpt:BasicContainer-AcceptTurtle", "ldpt:BasicContainer-PublishConstraintsUnknownProp", "ldpt:BasicContainer-PutReadOnlyProperties4xxStatus", "ldpt:BasicContainer-PutPropertiesNotPersisted", "ldpt:BasicContainer-GetResourceAcceptTurtle", "ldpt:BasicContainer-PutReplacesResource", "ldpt:BasicContainer-GetResource", "ldpt:BasicContainer-RelativeUriResolutionPut", "ldpt:BasicContainer-PutSimpleUpdate", "ldpt:BasicContainer-JsonLdRepresentation", "ldpt:BasicContainer-PublishConstraintsReadOnlyProp", "ldpt:BasicContainer-ConformsRdfSourceLdpResource", "ldpt:BasicContainer-RestrictClientInference", "ldpt:BasicContainer-PutBadETag", "ldpt:BasicContainer-Head", "ldpt:BasicContainer-PreconditionRequiredStatusCode", "ldpt:BasicContainer-LdpLinkHeader", "ldpt:BasicContainer-Options", "ldpt:BasicContainer-OptionsAllowHeader", "ldpt:BasicContainer-IsHttp11Manual", "ldpt:BasicContainer-ETagHeadersGet", "ldpt:BasicContainer-ETagHeadersHead", "ldpt:BasicContainer-GetResponseHeaders", "ldpt:BasicContainer-ConditionFailedStatusCode", "ldpt:BasicContainer-AcceptPatchHeader" ]
+      "@list" : [ "ldpt:BasicContainer-ConformsBcLdpContainer", "ldpt:BasicContainer-ContainerSupportsHttpLinkHeader", "ldpt:BasicContainer-RelativeUriResolutionPost", "ldpt:BasicContainer-PostResponseStatusAndLocation", "ldpt:BasicContainer-PostContainer", "ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:BasicContainer-RequestedInteractionModelHeaders", "ldpt:BasicContainer-AcceptTurtle", "ldpt:BasicContainer-NullRelativeUriPost", "ldpt:BasicContainer-AcceptPostResponseHeader", "ldpt:BasicContainer-DeleteRemovesContainmentTriple", "ldpt:BasicContainer-PostJsonLd", "ldpt:BasicContainer-ConformsContainerRdfResource", "ldpt:BasicContainer-RelativeUriResolutionPut", "ldpt:BasicContainer-PutReplacesResource", "ldpt:BasicContainer-PutSimpleUpdate", "ldpt:BasicContainer-GetResource", "ldpt:BasicContainer-RestrictClientInference", "ldpt:BasicContainer-GetResourceAcceptTurtle", "ldpt:BasicContainer-JsonLdRepresentation", "ldpt:BasicContainer-PublishConstraintsReadOnlyProp", "ldpt:BasicContainer-PublishConstraintsUnknownProp", "ldpt:BasicContainer-PutReadOnlyProperties4xxStatus", "ldpt:BasicContainer-PutPropertiesNotPersisted", "ldpt:BasicContainer-ConformsRdfSourceLdpResource", "ldpt:BasicContainer-IsHttp11Manual", "ldpt:BasicContainer-ETagHeadersGet", "ldpt:BasicContainer-ETagHeadersHead", "ldpt:BasicContainer-LdpLinkHeader", "ldpt:BasicContainer-GetResponseHeaders", "ldpt:BasicContainer-ConditionFailedStatusCode", "ldpt:BasicContainer-PreconditionRequiredStatusCode", "ldpt:BasicContainer-PutBadETag", "ldpt:BasicContainer-Head", "ldpt:BasicContainer-AcceptPatchHeader", "ldpt:BasicContainer-Options", "ldpt:BasicContainer-OptionsAllowHeader" ]
     },
     "name" : "BasicContainer (MUST)"
   }, {
     "@id" : "ldpt:BasicContainer-NoRdfBagSeqOrList",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.316Z",
+    "date" : "2014-11-04T17:58:14.101Z",
     "source" : "ldpt:CommonContainer-NoRdfBagSeqOrList",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1612,11 +1612,11 @@
     "action" : "",
     "name" : "BasicContainer-NoRdfBagSeqOrList",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b375"
+    "specificationReference" : "_:b400"
   }, {
     "@id" : "ldpt:BasicContainer-NullRelativeUriPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.323Z",
+    "date" : "2014-11-04T17:58:14.106Z",
     "source" : "ldpt:CommonContainer-NullRelativeUriPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1629,11 +1629,11 @@
     "action" : "",
     "name" : "BasicContainer-NullRelativeUriPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b450"
+    "specificationReference" : "_:b483"
   }, {
     "@id" : "ldpt:BasicContainer-Options",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.347Z",
+    "date" : "2014-11-04T17:58:14.142Z",
     "source" : "ldpt:CommonResource-Options",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1646,11 +1646,11 @@
     "action" : "",
     "name" : "BasicContainer-Options",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b84"
+    "specificationReference" : "_:b87"
   }, {
     "@id" : "ldpt:BasicContainer-OptionsAllowHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.347Z",
+    "date" : "2014-11-04T17:58:14.143Z",
     "source" : "ldpt:CommonResource-OptionsAllowHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1663,11 +1663,11 @@
     "action" : "",
     "name" : "BasicContainer-OptionsAllowHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b196"
+    "specificationReference" : "_:b199"
   }, {
     "@id" : "ldpt:BasicContainer-PatchMethod",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.324Z",
+    "date" : "2014-11-04T17:58:14.112Z",
     "source" : "ldpt:CommonContainer-PatchMethod",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1680,11 +1680,11 @@
     "action" : "",
     "name" : "BasicContainer-PatchMethod",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b245"
+    "specificationReference" : "_:b459"
   }, {
     "@id" : "ldpt:BasicContainer-PostContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.314Z",
+    "date" : "2014-11-04T17:58:14.104Z",
     "source" : "ldpt:CommonContainer-PostContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1697,11 +1697,11 @@
     "action" : "",
     "name" : "BasicContainer-PostContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b435"
+    "specificationReference" : "_:b442"
   }, {
     "@id" : "ldpt:BasicContainer-PostJsonLd",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.317Z",
+    "date" : "2014-11-04T17:58:14.113Z",
     "source" : "ldpt:CommonContainer-PostJsonLd",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1718,7 +1718,7 @@
   }, {
     "@id" : "ldpt:BasicContainer-PostNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.329Z",
+    "date" : "2014-11-04T17:58:14.107Z",
     "source" : "ldpt:CommonContainer-PostNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1731,11 +1731,11 @@
     "action" : "",
     "name" : "BasicContainer-PostNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b404"
+    "specificationReference" : "_:b293"
   }, {
     "@id" : "ldpt:BasicContainer-PostResponseStatusAndLocation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.313Z",
+    "date" : "2014-11-04T17:58:14.103Z",
     "source" : "ldpt:CommonContainer-PostResponseStatusAndLocation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1748,11 +1748,11 @@
     "action" : "",
     "name" : "BasicContainer-PostResponseStatusAndLocation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b4"
+    "specificationReference" : "_:b6"
   }, {
     "@id" : "ldpt:BasicContainer-PreconditionRequiredStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.346Z",
+    "date" : "2014-11-04T17:58:14.14Z",
     "source" : "ldpt:CommonResource-PreconditionRequiredStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1765,11 +1765,11 @@
     "action" : "",
     "name" : "BasicContainer-PreconditionRequiredStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b333"
+    "specificationReference" : "_:b247"
   }, {
     "@id" : "ldpt:BasicContainer-PreferContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.321Z",
+    "date" : "2014-11-04T17:58:14.101Z",
     "source" : "ldpt:CommonContainer-PreferContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1782,11 +1782,11 @@
     "action" : "",
     "name" : "BasicContainer-PreferContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b465"
+    "specificationReference" : "_:b466"
   }, {
     "@id" : "ldpt:BasicContainer-PublishConstraintsReadOnlyProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.34Z",
+    "date" : "2014-11-04T17:58:14.126Z",
     "source" : "ldpt:RdfSource-PublishConstraintsReadOnlyProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1799,11 +1799,11 @@
     "action" : "",
     "name" : "BasicContainer-PublishConstraintsReadOnlyProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b393"
+    "specificationReference" : "_:b336"
   }, {
     "@id" : "ldpt:BasicContainer-PublishConstraintsUnknownProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.332Z",
+    "date" : "2014-11-04T17:58:14.127Z",
     "source" : "ldpt:RdfSource-PublishConstraintsUnknownProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1816,11 +1816,11 @@
     "action" : "",
     "name" : "BasicContainer-PublishConstraintsUnknownProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b288"
+    "specificationReference" : "_:b481"
   }, {
     "@id" : "ldpt:BasicContainer-PutBadETag",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.345Z",
+    "date" : "2014-11-04T17:58:14.14Z",
     "source" : "ldpt:CommonResource-PutBadETag",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1833,11 +1833,11 @@
     "action" : "",
     "name" : "BasicContainer-PutBadETag",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b455"
+    "specificationReference" : "_:b468"
   }, {
     "@id" : "ldpt:BasicContainer-PutPropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.333Z",
+    "date" : "2014-11-04T17:58:14.129Z",
     "source" : "ldpt:RdfSource-PutPropertiesNotPersisted",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1850,11 +1850,11 @@
     "action" : "",
     "name" : "BasicContainer-PutPropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b281"
+    "specificationReference" : "_:b19"
   }, {
     "@id" : "ldpt:BasicContainer-PutReadOnlyProperties4xxStatus",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.332Z",
+    "date" : "2014-11-04T17:58:14.128Z",
     "source" : "ldpt:RdfSource-PutReadOnlyProperties4xxStatus",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1867,11 +1867,11 @@
     "action" : "",
     "name" : "BasicContainer-PutReadOnlyProperties4xxStatus",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b304"
+    "specificationReference" : "_:b184"
   }, {
     "@id" : "ldpt:BasicContainer-PutReplacesResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.335Z",
+    "date" : "2014-11-04T17:58:14.118Z",
     "source" : "ldpt:RdfSource-PutReplacesResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1884,11 +1884,11 @@
     "action" : "",
     "name" : "BasicContainer-PutReplacesResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b234"
+    "specificationReference" : "_:b215"
   }, {
     "@id" : "ldpt:BasicContainer-PutRequiresIfMatch",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.35Z",
+    "date" : "2014-11-04T17:58:14.138Z",
     "source" : "ldpt:CommonResource-PutRequiresIfMatch",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1901,11 +1901,11 @@
     "action" : "",
     "name" : "BasicContainer-PutRequiresIfMatch",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b493"
+    "specificationReference" : "_:b380"
   }, {
     "@id" : "ldpt:BasicContainer-PutSimpleUpdate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.339Z",
+    "date" : "2014-11-04T17:58:14.119Z",
     "source" : "ldpt:RdfSource-PutSimpleUpdate",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -1918,11 +1918,11 @@
     "action" : "",
     "name" : "BasicContainer-PutSimpleUpdate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b352"
+    "specificationReference" : "_:b458"
   }, {
     "@id" : "ldpt:BasicContainer-PutToCreate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.316Z",
+    "date" : "2014-11-04T17:58:14.099Z",
     "source" : "ldpt:CommonContainer-PutToCreate",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -1935,11 +1935,11 @@
     "action" : "",
     "name" : "BasicContainer-PutToCreate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b480"
+    "specificationReference" : "_:b465"
   }, {
     "@id" : "ldpt:BasicContainer-RdfTypeLdpContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.32Z",
+    "date" : "2014-11-04T17:58:14.112Z",
     "source" : "ldpt:CommonContainer-RdfTypeLdpContainer",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -1952,11 +1952,11 @@
     "action" : "",
     "name" : "BasicContainer-RdfTypeLdpContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b380"
+    "specificationReference" : "_:b33"
   }, {
     "@id" : "ldpt:BasicContainer-ReUseVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.338Z",
+    "date" : "2014-11-04T17:58:14.121Z",
     "source" : "ldpt:RdfSource-ReUseVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1972,11 +1972,11 @@
     "action" : "",
     "name" : "BasicContainer-ReUseVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b97"
+    "specificationReference" : "_:b115"
   }, {
     "@id" : "ldpt:BasicContainer-RejectPutModifyingContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.319Z",
+    "date" : "2014-11-04T17:58:14.11Z",
     "source" : "ldpt:CommonContainer-RejectPutModifyingContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -1989,16 +1989,16 @@
     "action" : "",
     "name" : "BasicContainer-RejectPutModifyingContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b490"
+    "specificationReference" : "_:b351"
   }, {
     "@id" : "ldpt:BasicContainer-RelativeUriResolutionPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.318Z",
+    "date" : "2014-11-04T17:58:14.1Z",
     "source" : "ldpt:CommonContainer-RelativeUriResolutionPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.BasicContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "BasicContainer-RelativeUriResolutionPost",
@@ -2006,16 +2006,16 @@
     "action" : "",
     "name" : "BasicContainer-RelativeUriResolutionPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b170"
+    "specificationReference" : "_:b76"
   }, {
     "@id" : "ldpt:BasicContainer-RelativeUriResolutionPut",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.338Z",
+    "date" : "2014-11-04T17:58:14.118Z",
     "source" : "ldpt:RdfSource-RelativeUriResolutionPut",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.BasicContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "BasicContainer-RelativeUriResolutionPut",
@@ -2023,11 +2023,11 @@
     "action" : "",
     "name" : "BasicContainer-RelativeUriResolutionPut",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b263"
+    "specificationReference" : "_:b273"
   }, {
     "@id" : "ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.325Z",
+    "date" : "2014-11-04T17:58:14.104Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2040,11 +2040,11 @@
     "action" : "",
     "name" : "BasicContainer-RequestedInteractionModelCreateNotAllowed",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b179"
+    "specificationReference" : "_:b246"
   }, {
     "@id" : "ldpt:BasicContainer-RequestedInteractionModelHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.325Z",
+    "date" : "2014-11-04T17:58:14.105Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2057,11 +2057,11 @@
     "action" : "",
     "name" : "BasicContainer-RequestedInteractionModelHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b113"
+    "specificationReference" : "_:b121"
   }, {
     "@id" : "ldpt:BasicContainer-ResponsePropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.334Z",
+    "date" : "2014-11-04T17:58:14.13Z",
     "source" : "ldpt:RdfSource-ResponsePropertiesNotPersisted",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2074,11 +2074,11 @@
     "action" : "",
     "name" : "BasicContainer-ResponsePropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b93"
+    "specificationReference" : "_:b96"
   }, {
     "@id" : "ldpt:BasicContainer-RestrictClientInference",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.344Z",
+    "date" : "2014-11-04T17:58:14.123Z",
     "source" : "ldpt:RdfSource-RestrictClientInference",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -2094,11 +2094,11 @@
     "action" : "",
     "name" : "BasicContainer-RestrictClientInference",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b71"
+    "specificationReference" : "_:b73"
   }, {
     "@id" : "ldpt:BasicContainer-RestrictPutReUseUri",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.324Z",
+    "date" : "2014-11-04T17:58:14.11Z",
     "source" : "ldpt:CommonContainer-RestrictPutReUseUri",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2111,11 +2111,11 @@
     "action" : "",
     "name" : "BasicContainer-RestrictPutReUseUri",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b8"
+    "specificationReference" : "_:b200"
   }, {
     "@id" : "ldpt:BasicContainer-RestrictUriReUseNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.322Z",
+    "date" : "2014-11-04T17:58:14.108Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2128,11 +2128,11 @@
     "action" : "",
     "name" : "BasicContainer-RestrictUriReUseNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b462"
+    "specificationReference" : "_:b441"
   }, {
     "@id" : "ldpt:BasicContainer-RestrictUriReUseSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.315Z",
+    "date" : "2014-11-04T17:58:14.108Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2145,20 +2145,20 @@
     "action" : "",
     "name" : "BasicContainer-RestrictUriReUseSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b204"
+    "specificationReference" : "_:b143"
   }, {
     "@id" : "ldpt:BasicContainer-SHOULDManifest",
     "@type" : "mf:Manifest",
     "title" : "BasicContainer (SHOULD)",
     "comment" : "LDP Basic Container tests. SHOULD conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:BasicContainer-RestrictUriReUseSlug", "ldpt:BasicContainer-NoRdfBagSeqOrList", "ldpt:BasicContainer-RejectPutModifyingContainmentTriples", "ldpt:BasicContainer-PreferContainmentTriples", "ldpt:BasicContainer-RestrictUriReUseNoSlug", "ldpt:BasicContainer-RestrictPutReUseUri", "ldpt:BasicContainer-PatchMethod", "ldpt:BasicContainer-PostNoSlug", "ldpt:BasicContainer-CreateWithoutConstraints", "ldpt:BasicContainer-ContentTypeHeader", "ldpt:BasicContainer-GetResourceAsTurtleNoAccept", "ldpt:BasicContainer-ResponsePropertiesNotPersisted", "ldpt:BasicContainer-UseStandardVocabularies", "ldpt:BasicContainer-4xxErrorHasResponseBody", "ldpt:BasicContainer-ContainsRdfType", "ldpt:BasicContainer-ReUseVocabularies", "ldpt:BasicContainer-PutRequiresIfMatch" ]
+      "@list" : [ "ldpt:BasicContainer-NoRdfBagSeqOrList", "ldpt:BasicContainer-PreferContainmentTriples", "ldpt:BasicContainer-ContentTypeHeader", "ldpt:BasicContainer-PostNoSlug", "ldpt:BasicContainer-CreateWithoutConstraints", "ldpt:BasicContainer-RestrictUriReUseSlug", "ldpt:BasicContainer-RestrictUriReUseNoSlug", "ldpt:BasicContainer-RejectPutModifyingContainmentTriples", "ldpt:BasicContainer-RestrictPutReUseUri", "ldpt:BasicContainer-PatchMethod", "ldpt:BasicContainer-ContainsRdfType", "ldpt:BasicContainer-ReUseVocabularies", "ldpt:BasicContainer-UseStandardVocabularies", "ldpt:BasicContainer-GetResourceAsTurtleNoAccept", "ldpt:BasicContainer-4xxErrorHasResponseBody", "ldpt:BasicContainer-ResponsePropertiesNotPersisted", "ldpt:BasicContainer-PutRequiresIfMatch" ]
     },
     "name" : "BasicContainer (SHOULD)"
   }, {
     "@id" : "ldpt:BasicContainer-ServerHonorsSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.321Z",
+    "date" : "2014-11-04T17:58:14.113Z",
     "source" : "ldpt:CommonContainer-ServerHonorsSlug",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -2171,11 +2171,11 @@
     "action" : "",
     "name" : "BasicContainer-ServerHonorsSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b440"
+    "specificationReference" : "_:b376"
   }, {
     "@id" : "ldpt:BasicContainer-TypeRdfSource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.343Z",
+    "date" : "2014-11-04T17:58:14.12Z",
     "source" : "ldpt:RdfSource-TypeRdfSource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -2188,11 +2188,11 @@
     "action" : "",
     "name" : "BasicContainer-TypeRdfSource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b14"
+    "specificationReference" : "_:b9"
   }, {
     "@id" : "ldpt:BasicContainer-UseStandardVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.335Z",
+    "date" : "2014-11-04T17:58:14.122Z",
     "source" : "ldpt:RdfSource-UseStandardVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2208,11 +2208,11 @@
     "action" : "",
     "name" : "BasicContainer-UseStandardVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b447"
+    "specificationReference" : "_:b317"
   }, {
     "@id" : "ldpt:DirectContainer-4xxErrorHasResponseBody",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.465Z",
+    "date" : "2014-11-04T17:58:14.037Z",
     "source" : "ldpt:RdfSource-4xxErrorHasResponseBody",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2225,11 +2225,11 @@
     "action" : "",
     "name" : "DirectContainer-4xxErrorHasResponseBody",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b94"
+    "specificationReference" : "_:b101"
   }, {
     "@id" : "ldpt:DirectContainer-AcceptPatchHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.484Z",
+    "date" : "2014-11-04T17:58:14.047Z",
     "source" : "ldpt:CommonResource-AcceptPatchHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2242,11 +2242,11 @@
     "action" : "",
     "name" : "DirectContainer-AcceptPatchHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b269"
+    "specificationReference" : "_:b282"
   }, {
     "@id" : "ldpt:DirectContainer-AcceptPostResponseHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.444Z",
+    "date" : "2014-11-04T17:58:14.02Z",
     "source" : "ldpt:CommonContainer-AcceptPostResponseHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2259,11 +2259,11 @@
     "action" : "",
     "name" : "DirectContainer-AcceptPostResponseHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b477"
+    "specificationReference" : "_:b263"
   }, {
     "@id" : "ldpt:DirectContainer-AcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.457Z",
+    "date" : "2014-11-04T17:58:14.016Z",
     "source" : "ldpt:CommonContainer-AcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2276,11 +2276,11 @@
     "action" : "",
     "name" : "DirectContainer-AcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b238"
+    "specificationReference" : "_:b243"
   }, {
     "@id" : "ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.425Z",
+    "date" : "2014-11-04T17:58:14.004Z",
     "source" : "ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2293,11 +2293,11 @@
     "action" : "",
     "name" : "DirectContainer-ActAsIfInsertedContentRelationTripleExists",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b164"
+    "specificationReference" : "_:b493"
   }, {
     "@id" : "ldpt:DirectContainer-ConditionFailedStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.483Z",
+    "date" : "2014-11-04T17:58:14.044Z",
     "source" : "ldpt:CommonResource-ConditionFailedStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2310,11 +2310,11 @@
     "action" : "",
     "name" : "DirectContainer-ConditionFailedStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b227"
+    "specificationReference" : "_:b464"
   }, {
     "@id" : "ldpt:DirectContainer-ConformsContainerRdfResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.449Z",
+    "date" : "2014-11-04T17:58:14.024Z",
     "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus" ],
     "source" : "ldpt:CommonContainer-ConformsContainerRdfResource",
     "subject" : "MUST",
@@ -2328,12 +2328,12 @@
     "action" : "",
     "name" : "DirectContainer-ConformsContainerRdfResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b146"
+    "specificationReference" : "_:b210"
   }, {
     "@id" : "ldpt:DirectContainer-ConformsDcLdpContainer",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.427Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ],
+    "date" : "2014-11-04T17:58:14.006Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ],
     "source" : "ldpt:DirectContainer-ConformsDcLdpContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2346,11 +2346,11 @@
     "action" : "",
     "name" : "DirectContainer-ConformsDcLdpContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b475"
+    "specificationReference" : "_:b137"
   }, {
     "@id" : "ldpt:DirectContainer-ConformsRdfSourceLdpResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.471Z",
+    "date" : "2014-11-04T17:58:14.038Z",
     "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" ],
     "source" : "ldpt:RdfSource-ConformsRdfSourceLdpResource",
     "subject" : "MUST",
@@ -2364,11 +2364,11 @@
     "action" : "",
     "name" : "DirectContainer-ConformsRdfSourceLdpResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b469"
+    "specificationReference" : "_:b139"
   }, {
     "@id" : "ldpt:DirectContainer-ContainsRdfType",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.466Z",
+    "date" : "2014-11-04T17:58:14.03Z",
     "source" : "ldpt:RdfSource-ContainsRdfType",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2381,11 +2381,11 @@
     "action" : "",
     "name" : "DirectContainer-ContainsRdfType",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b168"
+    "specificationReference" : "_:b171"
   }, {
     "@id" : "ldpt:DirectContainer-ContentTypeHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.458Z",
+    "date" : "2014-11-04T17:58:14.016Z",
     "source" : "ldpt:CommonContainer-ContentTypeHeader",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2398,11 +2398,11 @@
     "action" : "",
     "name" : "DirectContainer-ContentTypeHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b416"
+    "specificationReference" : "_:b486"
   }, {
     "@id" : "ldpt:DirectContainer-CreateWithoutConstraints",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.456Z",
+    "date" : "2014-11-04T17:58:14.018Z",
     "source" : "ldpt:CommonContainer-CreateWithoutConstraints",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2415,11 +2415,11 @@
     "action" : "",
     "name" : "DirectContainer-CreateWithoutConstraints",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b476"
+    "specificationReference" : "_:b55"
   }, {
     "@id" : "ldpt:DirectContainer-DeleteRemovesContainmentTriple",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.44Z",
+    "date" : "2014-11-04T17:58:14.021Z",
     "source" : "ldpt:CommonContainer-DeleteRemovesContainmentTriple",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2432,11 +2432,11 @@
     "action" : "",
     "name" : "DirectContainer-DeleteRemovesContainmentTriple",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b439"
+    "specificationReference" : "_:b417"
   }, {
     "@id" : "ldpt:DirectContainer-DeleteResourceUpdatesTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.426Z",
+    "date" : "2014-11-04T17:58:14.005Z",
     "source" : "ldpt:DirectContainer-DeleteResourceUpdatesTriples",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2449,11 +2449,11 @@
     "action" : "",
     "name" : "DirectContainer-DeleteResourceUpdatesTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b302"
+    "specificationReference" : "_:b313"
   }, {
     "@id" : "ldpt:DirectContainer-ETagHeadersGet",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.481Z",
+    "date" : "2014-11-04T17:58:14.042Z",
     "source" : "ldpt:CommonResource-ETagHeadersGet",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2466,11 +2466,11 @@
     "action" : "",
     "name" : "DirectContainer-ETagHeadersGet",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b344"
+    "specificationReference" : "_:b432"
   }, {
     "@id" : "ldpt:DirectContainer-ETagHeadersHead",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.482Z",
+    "date" : "2014-11-04T17:58:14.042Z",
     "source" : "ldpt:CommonResource-ETagHeadersHead",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2483,11 +2483,11 @@
     "action" : "",
     "name" : "DirectContainer-ETagHeadersHead",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b230"
+    "specificationReference" : "_:b60"
   }, {
     "@id" : "ldpt:DirectContainer-GetResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.466Z",
+    "date" : "2014-11-04T17:58:14.029Z",
     "source" : "ldpt:RdfSource-GetResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2500,11 +2500,11 @@
     "action" : "",
     "name" : "DirectContainer-GetResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b464"
+    "specificationReference" : "_:b337"
   }, {
     "@id" : "ldpt:DirectContainer-GetResourceAcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.462Z",
+    "date" : "2014-11-04T17:58:14.033Z",
     "source" : "ldpt:RdfSource-GetResourceAcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2517,11 +2517,11 @@
     "action" : "",
     "name" : "DirectContainer-GetResourceAcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b18"
+    "specificationReference" : "_:b15"
   }, {
     "@id" : "ldpt:DirectContainer-GetResourceAsTurtleNoAccept",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.462Z",
+    "date" : "2014-11-04T17:58:14.034Z",
     "source" : "ldpt:RdfSource-GetResourceAsTurtleNoAccept",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2534,11 +2534,11 @@
     "action" : "",
     "name" : "DirectContainer-GetResourceAsTurtleNoAccept",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b460"
+    "specificationReference" : "_:b485"
   }, {
     "@id" : "ldpt:DirectContainer-GetResponseHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.482Z",
+    "date" : "2014-11-04T17:58:14.043Z",
     "source" : "ldpt:CommonResource-GetResponseHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2551,11 +2551,11 @@
     "action" : "",
     "name" : "DirectContainer-GetResponseHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b494"
+    "specificationReference" : "_:b492"
   }, {
     "@id" : "ldpt:DirectContainer-Head",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.478Z",
+    "date" : "2014-11-04T17:58:14.046Z",
     "source" : "ldpt:CommonResource-Head",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2568,11 +2568,11 @@
     "action" : "",
     "name" : "DirectContainer-Head",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b195"
+    "specificationReference" : "_:b378"
   }, {
     "@id" : "ldpt:DirectContainer-HttpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.423Z",
+    "date" : "2014-11-04T17:58:14Z",
     "source" : "ldpt:DirectContainer-HttpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2585,11 +2585,11 @@
     "action" : "",
     "name" : "DirectContainer-HttpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b244"
+    "specificationReference" : "_:b236"
   }, {
     "@id" : "ldpt:DirectContainer-IsHttp11Manual",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.481Z",
+    "date" : "2014-11-04T17:58:14.041Z",
     "source" : "ldpt:CommonResource-IsHttp11Manual",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -2602,11 +2602,11 @@
     "action" : "",
     "name" : "DirectContainer-IsHttp11Manual",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b280"
+    "specificationReference" : "_:b285"
   }, {
     "@id" : "ldpt:DirectContainer-JsonLdRepresentation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.47Z",
+    "date" : "2014-11-04T17:58:14.034Z",
     "source" : "ldpt:RdfSource-JsonLdRepresentation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2619,11 +2619,11 @@
     "action" : "",
     "name" : "DirectContainer-JsonLdRepresentation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b52"
+    "specificationReference" : "_:b254"
   }, {
     "@id" : "ldpt:DirectContainer-LdpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.479Z",
+    "date" : "2014-11-04T17:58:14.043Z",
     "source" : "ldpt:CommonResource-LdpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2636,7 +2636,7 @@
     "action" : "",
     "name" : "DirectContainer-LdpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b453"
+    "specificationReference" : "_:b396"
   }, {
     "@id" : "ldpt:DirectContainer-MAYManifest",
     "@type" : "mf:Manifest",
@@ -2652,13 +2652,13 @@
     "title" : "DirectContainer (MUST)",
     "comment" : "LDP Direct Container tests. MUST conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:DirectContainer-HttpLinkHeader", "ldpt:DirectContainer-MemberResourceTriple", "ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists", "ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists", "ldpt:DirectContainer-PostResourceUpdatesTriples", "ldpt:DirectContainer-DeleteResourceUpdatesTriples", "ldpt:DirectContainer-ConformsDcLdpContainer", "ldpt:DirectContainer-PostResponseStatusAndLocation", "ldpt:DirectContainer-PostContainer", "ldpt:DirectContainer-PostJsonLd", "ldpt:DirectContainer-RelativeUriResolutionPost", "ldpt:DirectContainer-DeleteRemovesContainmentTriple", "ldpt:DirectContainer-AcceptPostResponseHeader", "ldpt:DirectContainer-NullRelativeUriPost", "ldpt:DirectContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:DirectContainer-RequestedInteractionModelHeaders", "ldpt:DirectContainer-ConformsContainerRdfResource", "ldpt:DirectContainer-AcceptTurtle", "ldpt:DirectContainer-PublishConstraintsUnknownProp", "ldpt:DirectContainer-PutReadOnlyProperties4xxStatus", "ldpt:DirectContainer-PutPropertiesNotPersisted", "ldpt:DirectContainer-GetResourceAcceptTurtle", "ldpt:DirectContainer-PutReplacesResource", "ldpt:DirectContainer-GetResource", "ldpt:DirectContainer-RelativeUriResolutionPut", "ldpt:DirectContainer-PutSimpleUpdate", "ldpt:DirectContainer-JsonLdRepresentation", "ldpt:DirectContainer-PublishConstraintsReadOnlyProp", "ldpt:DirectContainer-ConformsRdfSourceLdpResource", "ldpt:DirectContainer-RestrictClientInference", "ldpt:DirectContainer-PutBadETag", "ldpt:DirectContainer-Head", "ldpt:DirectContainer-PreconditionRequiredStatusCode", "ldpt:DirectContainer-LdpLinkHeader", "ldpt:DirectContainer-Options", "ldpt:DirectContainer-OptionsAllowHeader", "ldpt:DirectContainer-IsHttp11Manual", "ldpt:DirectContainer-ETagHeadersGet", "ldpt:DirectContainer-ETagHeadersHead", "ldpt:DirectContainer-GetResponseHeaders", "ldpt:DirectContainer-ConditionFailedStatusCode", "ldpt:DirectContainer-AcceptPatchHeader" ]
+      "@list" : [ "ldpt:DirectContainer-HttpLinkHeader", "ldpt:DirectContainer-MemberResourceTriple", "ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists", "ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists", "ldpt:DirectContainer-PostResourceUpdatesTriples", "ldpt:DirectContainer-DeleteResourceUpdatesTriples", "ldpt:DirectContainer-ConformsDcLdpContainer", "ldpt:DirectContainer-RelativeUriResolutionPost", "ldpt:DirectContainer-PostResponseStatusAndLocation", "ldpt:DirectContainer-PostContainer", "ldpt:DirectContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:DirectContainer-RequestedInteractionModelHeaders", "ldpt:DirectContainer-AcceptTurtle", "ldpt:DirectContainer-NullRelativeUriPost", "ldpt:DirectContainer-AcceptPostResponseHeader", "ldpt:DirectContainer-DeleteRemovesContainmentTriple", "ldpt:DirectContainer-PostJsonLd", "ldpt:DirectContainer-ConformsContainerRdfResource", "ldpt:DirectContainer-RelativeUriResolutionPut", "ldpt:DirectContainer-PutReplacesResource", "ldpt:DirectContainer-PutSimpleUpdate", "ldpt:DirectContainer-GetResource", "ldpt:DirectContainer-RestrictClientInference", "ldpt:DirectContainer-GetResourceAcceptTurtle", "ldpt:DirectContainer-JsonLdRepresentation", "ldpt:DirectContainer-PublishConstraintsReadOnlyProp", "ldpt:DirectContainer-PublishConstraintsUnknownProp", "ldpt:DirectContainer-PutReadOnlyProperties4xxStatus", "ldpt:DirectContainer-PutPropertiesNotPersisted", "ldpt:DirectContainer-ConformsRdfSourceLdpResource", "ldpt:DirectContainer-IsHttp11Manual", "ldpt:DirectContainer-ETagHeadersGet", "ldpt:DirectContainer-ETagHeadersHead", "ldpt:DirectContainer-LdpLinkHeader", "ldpt:DirectContainer-GetResponseHeaders", "ldpt:DirectContainer-ConditionFailedStatusCode", "ldpt:DirectContainer-PreconditionRequiredStatusCode", "ldpt:DirectContainer-PutBadETag", "ldpt:DirectContainer-Head", "ldpt:DirectContainer-AcceptPatchHeader", "ldpt:DirectContainer-Options", "ldpt:DirectContainer-OptionsAllowHeader" ]
     },
     "name" : "DirectContainer (MUST)"
   }, {
     "@id" : "ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.425Z",
+    "date" : "2014-11-04T17:58:14.003Z",
     "source" : "ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2671,11 +2671,11 @@
     "action" : "",
     "name" : "DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b224"
+    "specificationReference" : "_:b233"
   }, {
     "@id" : "ldpt:DirectContainer-MemberResourceTriple",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.424Z",
+    "date" : "2014-11-04T17:58:14.002Z",
     "source" : "ldpt:DirectContainer-MemberResourceTriple",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2688,11 +2688,11 @@
     "action" : "",
     "name" : "DirectContainer-MemberResourceTriple",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b159"
+    "specificationReference" : "_:b95"
   }, {
     "@id" : "ldpt:DirectContainer-NoRdfBagSeqOrList",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.435Z",
+    "date" : "2014-11-04T17:58:14.012Z",
     "source" : "ldpt:CommonContainer-NoRdfBagSeqOrList",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2705,11 +2705,11 @@
     "action" : "",
     "name" : "DirectContainer-NoRdfBagSeqOrList",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b489"
+    "specificationReference" : "_:b482"
   }, {
     "@id" : "ldpt:DirectContainer-NullRelativeUriPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.445Z",
+    "date" : "2014-11-04T17:58:14.017Z",
     "source" : "ldpt:CommonContainer-NullRelativeUriPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2722,11 +2722,11 @@
     "action" : "",
     "name" : "DirectContainer-NullRelativeUriPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b452"
+    "specificationReference" : "_:b218"
   }, {
     "@id" : "ldpt:DirectContainer-Options",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.479Z",
+    "date" : "2014-11-04T17:58:14.047Z",
     "source" : "ldpt:CommonResource-Options",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2739,11 +2739,11 @@
     "action" : "",
     "name" : "DirectContainer-Options",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b127"
+    "specificationReference" : "_:b135"
   }, {
     "@id" : "ldpt:DirectContainer-OptionsAllowHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.48Z",
+    "date" : "2014-11-04T17:58:14.048Z",
     "source" : "ldpt:CommonResource-OptionsAllowHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2756,11 +2756,11 @@
     "action" : "",
     "name" : "DirectContainer-OptionsAllowHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b458"
+    "specificationReference" : "_:b162"
   }, {
     "@id" : "ldpt:DirectContainer-PatchMethod",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.446Z",
+    "date" : "2014-11-04T17:58:14.022Z",
     "source" : "ldpt:CommonContainer-PatchMethod",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2773,11 +2773,11 @@
     "action" : "",
     "name" : "DirectContainer-PatchMethod",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b438"
+    "specificationReference" : "_:b77"
   }, {
     "@id" : "ldpt:DirectContainer-PostContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.433Z",
+    "date" : "2014-11-04T17:58:14.014Z",
     "source" : "ldpt:CommonContainer-PostContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2790,11 +2790,11 @@
     "action" : "",
     "name" : "DirectContainer-PostContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b481"
+    "specificationReference" : "_:b153"
   }, {
     "@id" : "ldpt:DirectContainer-PostJsonLd",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.436Z",
+    "date" : "2014-11-04T17:58:14.023Z",
     "source" : "ldpt:CommonContainer-PostJsonLd",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2807,11 +2807,11 @@
     "action" : "",
     "name" : "DirectContainer-PostJsonLd",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b218"
+    "specificationReference" : "_:b280"
   }, {
     "@id" : "ldpt:DirectContainer-PostNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.455Z",
+    "date" : "2014-11-04T17:58:14.017Z",
     "source" : "ldpt:CommonContainer-PostNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2824,11 +2824,11 @@
     "action" : "",
     "name" : "DirectContainer-PostNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b134"
+    "specificationReference" : "_:b141"
   }, {
     "@id" : "ldpt:DirectContainer-PostResourceUpdatesTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.426Z",
+    "date" : "2014-11-04T17:58:14.005Z",
     "source" : "ldpt:DirectContainer-PostResourceUpdatesTriples",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2841,11 +2841,11 @@
     "action" : "",
     "name" : "DirectContainer-PostResourceUpdatesTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b273"
+    "specificationReference" : "_:b294"
   }, {
     "@id" : "ldpt:DirectContainer-PostResponseStatusAndLocation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.432Z",
+    "date" : "2014-11-04T17:58:14.013Z",
     "source" : "ldpt:CommonContainer-PostResponseStatusAndLocation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2858,11 +2858,11 @@
     "action" : "",
     "name" : "DirectContainer-PostResponseStatusAndLocation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b225"
+    "specificationReference" : "_:b479"
   }, {
     "@id" : "ldpt:DirectContainer-PreconditionRequiredStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.478Z",
+    "date" : "2014-11-04T17:58:14.045Z",
     "source" : "ldpt:CommonResource-PreconditionRequiredStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2875,11 +2875,11 @@
     "action" : "",
     "name" : "DirectContainer-PreconditionRequiredStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b492"
+    "specificationReference" : "_:b108"
   }, {
     "@id" : "ldpt:DirectContainer-PreferContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.442Z",
+    "date" : "2014-11-04T17:58:14.013Z",
     "source" : "ldpt:CommonContainer-PreferContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2892,11 +2892,11 @@
     "action" : "",
     "name" : "DirectContainer-PreferContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b172"
+    "specificationReference" : "_:b310"
   }, {
     "@id" : "ldpt:DirectContainer-PreferMembershipTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.423Z",
+    "date" : "2014-11-04T17:58:14.011Z",
     "source" : "ldpt:DirectContainer-PreferMembershipTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -2909,11 +2909,11 @@
     "action" : "",
     "name" : "DirectContainer-PreferMembershipTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b35"
+    "specificationReference" : "_:b37"
   }, {
     "@id" : "ldpt:DirectContainer-PublishConstraintsReadOnlyProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.471Z",
+    "date" : "2014-11-04T17:58:14.035Z",
     "source" : "ldpt:RdfSource-PublishConstraintsReadOnlyProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2926,11 +2926,11 @@
     "action" : "",
     "name" : "DirectContainer-PublishConstraintsReadOnlyProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b437"
+    "specificationReference" : "_:b469"
   }, {
     "@id" : "ldpt:DirectContainer-PublishConstraintsUnknownProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.459Z",
+    "date" : "2014-11-04T17:58:14.035Z",
     "source" : "ldpt:RdfSource-PublishConstraintsUnknownProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2943,11 +2943,11 @@
     "action" : "",
     "name" : "DirectContainer-PublishConstraintsUnknownProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b491"
+    "specificationReference" : "_:b100"
   }, {
     "@id" : "ldpt:DirectContainer-PutBadETag",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.477Z",
+    "date" : "2014-11-04T17:58:14.045Z",
     "source" : "ldpt:CommonResource-PutBadETag",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2960,11 +2960,11 @@
     "action" : "",
     "name" : "DirectContainer-PutBadETag",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b322"
+    "specificationReference" : "_:b333"
   }, {
     "@id" : "ldpt:DirectContainer-PutPropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.46Z",
+    "date" : "2014-11-04T17:58:14.037Z",
     "source" : "ldpt:RdfSource-PutPropertiesNotPersisted",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2981,7 +2981,7 @@
   }, {
     "@id" : "ldpt:DirectContainer-PutReadOnlyProperties4xxStatus",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.46Z",
+    "date" : "2014-11-04T17:58:14.036Z",
     "source" : "ldpt:RdfSource-PutReadOnlyProperties4xxStatus",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -2994,11 +2994,11 @@
     "action" : "",
     "name" : "DirectContainer-PutReadOnlyProperties4xxStatus",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b486"
+    "specificationReference" : "_:b411"
   }, {
     "@id" : "ldpt:DirectContainer-PutReplacesResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.464Z",
+    "date" : "2014-11-04T17:58:14.028Z",
     "source" : "ldpt:RdfSource-PutReplacesResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3011,11 +3011,11 @@
     "action" : "",
     "name" : "DirectContainer-PutReplacesResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b3"
+    "specificationReference" : "_:b438"
   }, {
     "@id" : "ldpt:DirectContainer-PutRequiresIfMatch",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.483Z",
+    "date" : "2014-11-04T17:58:14.044Z",
     "source" : "ldpt:CommonResource-PutRequiresIfMatch",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3028,11 +3028,11 @@
     "action" : "",
     "name" : "DirectContainer-PutRequiresIfMatch",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b235"
+    "specificationReference" : "_:b240"
   }, {
     "@id" : "ldpt:DirectContainer-PutSimpleUpdate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.469Z",
+    "date" : "2014-11-04T17:58:14.029Z",
     "source" : "ldpt:RdfSource-PutSimpleUpdate",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3045,11 +3045,11 @@
     "action" : "",
     "name" : "DirectContainer-PutSimpleUpdate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b411"
+    "specificationReference" : "_:b422"
   }, {
     "@id" : "ldpt:DirectContainer-PutToCreate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.435Z",
+    "date" : "2014-11-04T17:58:14.011Z",
     "source" : "ldpt:CommonContainer-PutToCreate",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -3062,11 +3062,11 @@
     "action" : "",
     "name" : "DirectContainer-PutToCreate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b496"
+    "specificationReference" : "_:b494"
   }, {
     "@id" : "ldpt:DirectContainer-RdfTypeLdpContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.441Z",
+    "date" : "2014-11-04T17:58:14.022Z",
     "source" : "ldpt:CommonContainer-RdfTypeLdpContainer",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -3079,11 +3079,11 @@
     "action" : "",
     "name" : "DirectContainer-RdfTypeLdpContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b50"
+    "specificationReference" : "_:b56"
   }, {
     "@id" : "ldpt:DirectContainer-ReUseVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.467Z",
+    "date" : "2014-11-04T17:58:14.031Z",
     "source" : "ldpt:RdfSource-ReUseVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3099,11 +3099,11 @@
     "action" : "",
     "name" : "DirectContainer-ReUseVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b305"
+    "specificationReference" : "_:b341"
   }, {
     "@id" : "ldpt:DirectContainer-RejectPutModifyingContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.438Z",
+    "date" : "2014-11-04T17:58:14.02Z",
     "source" : "ldpt:CommonContainer-RejectPutModifyingContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3116,16 +3116,16 @@
     "action" : "",
     "name" : "DirectContainer-RejectPutModifyingContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b38"
+    "specificationReference" : "_:b470"
   }, {
     "@id" : "ldpt:DirectContainer-RelativeUriResolutionPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.437Z",
+    "date" : "2014-11-04T17:58:14.012Z",
     "source" : "ldpt:CommonContainer-RelativeUriResolutionPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.DirectContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "DirectContainer-RelativeUriResolutionPost",
@@ -3133,16 +3133,16 @@
     "action" : "",
     "name" : "DirectContainer-RelativeUriResolutionPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b5"
+    "specificationReference" : "_:b7"
   }, {
     "@id" : "ldpt:DirectContainer-RelativeUriResolutionPut",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.468Z",
+    "date" : "2014-11-04T17:58:14.028Z",
     "source" : "ldpt:RdfSource-RelativeUriResolutionPut",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.DirectContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "DirectContainer-RelativeUriResolutionPut",
@@ -3150,11 +3150,11 @@
     "action" : "",
     "name" : "DirectContainer-RelativeUriResolutionPut",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b9"
+    "specificationReference" : "_:b8"
   }, {
     "@id" : "ldpt:DirectContainer-RequestedInteractionModelCreateNotAllowed",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.447Z",
+    "date" : "2014-11-04T17:58:14.015Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3167,11 +3167,11 @@
     "action" : "",
     "name" : "DirectContainer-RequestedInteractionModelCreateNotAllowed",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b266"
+    "specificationReference" : "_:b379"
   }, {
     "@id" : "ldpt:DirectContainer-RequestedInteractionModelHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.448Z",
+    "date" : "2014-11-04T17:58:14.015Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3184,11 +3184,11 @@
     "action" : "",
     "name" : "DirectContainer-RequestedInteractionModelHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b487"
+    "specificationReference" : "_:b496"
   }, {
     "@id" : "ldpt:DirectContainer-ResponsePropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.463Z",
+    "date" : "2014-11-04T17:58:14.038Z",
     "source" : "ldpt:RdfSource-ResponsePropertiesNotPersisted",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3201,11 +3201,11 @@
     "action" : "",
     "name" : "DirectContainer-ResponsePropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b426"
+    "specificationReference" : "_:b437"
   }, {
     "@id" : "ldpt:DirectContainer-RestrictClientInference",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.476Z",
+    "date" : "2014-11-04T17:58:14.032Z",
     "source" : "ldpt:RdfSource-RestrictClientInference",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -3221,11 +3221,11 @@
     "action" : "",
     "name" : "DirectContainer-RestrictClientInference",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b358"
+    "specificationReference" : "_:b35"
   }, {
     "@id" : "ldpt:DirectContainer-RestrictPutReUseUri",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.446Z",
+    "date" : "2014-11-04T17:58:14.021Z",
     "source" : "ldpt:CommonContainer-RestrictPutReUseUri",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3238,11 +3238,11 @@
     "action" : "",
     "name" : "DirectContainer-RestrictPutReUseUri",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b173"
+    "specificationReference" : "_:b104"
   }, {
     "@id" : "ldpt:DirectContainer-RestrictUriReUseNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.443Z",
+    "date" : "2014-11-04T17:58:14.019Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3255,11 +3255,11 @@
     "action" : "",
     "name" : "DirectContainer-RestrictUriReUseNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b376"
+    "specificationReference" : "_:b384"
   }, {
     "@id" : "ldpt:DirectContainer-RestrictUriReUseSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.434Z",
+    "date" : "2014-11-04T17:58:14.018Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3272,20 +3272,20 @@
     "action" : "",
     "name" : "DirectContainer-RestrictUriReUseSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b387"
+    "specificationReference" : "_:b393"
   }, {
     "@id" : "ldpt:DirectContainer-SHOULDManifest",
     "@type" : "mf:Manifest",
     "title" : "DirectContainer (SHOULD)",
     "comment" : "LDP Direct Container tests. SHOULD conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:DirectContainer-PreferMembershipTriples", "ldpt:DirectContainer-UseMemberPredicate", "ldpt:DirectContainer-RestrictUriReUseSlug", "ldpt:DirectContainer-NoRdfBagSeqOrList", "ldpt:DirectContainer-RejectPutModifyingContainmentTriples", "ldpt:DirectContainer-PreferContainmentTriples", "ldpt:DirectContainer-RestrictUriReUseNoSlug", "ldpt:DirectContainer-RestrictPutReUseUri", "ldpt:DirectContainer-PatchMethod", "ldpt:DirectContainer-PostNoSlug", "ldpt:DirectContainer-CreateWithoutConstraints", "ldpt:DirectContainer-ContentTypeHeader", "ldpt:DirectContainer-GetResourceAsTurtleNoAccept", "ldpt:DirectContainer-ResponsePropertiesNotPersisted", "ldpt:DirectContainer-UseStandardVocabularies", "ldpt:DirectContainer-4xxErrorHasResponseBody", "ldpt:DirectContainer-ContainsRdfType", "ldpt:DirectContainer-ReUseVocabularies", "ldpt:DirectContainer-PutRequiresIfMatch" ]
+      "@list" : [ "ldpt:DirectContainer-UseMemberPredicate", "ldpt:DirectContainer-PreferMembershipTriples", "ldpt:DirectContainer-NoRdfBagSeqOrList", "ldpt:DirectContainer-PreferContainmentTriples", "ldpt:DirectContainer-ContentTypeHeader", "ldpt:DirectContainer-PostNoSlug", "ldpt:DirectContainer-CreateWithoutConstraints", "ldpt:DirectContainer-RestrictUriReUseSlug", "ldpt:DirectContainer-RestrictUriReUseNoSlug", "ldpt:DirectContainer-RejectPutModifyingContainmentTriples", "ldpt:DirectContainer-RestrictPutReUseUri", "ldpt:DirectContainer-PatchMethod", "ldpt:DirectContainer-ContainsRdfType", "ldpt:DirectContainer-ReUseVocabularies", "ldpt:DirectContainer-UseStandardVocabularies", "ldpt:DirectContainer-GetResourceAsTurtleNoAccept", "ldpt:DirectContainer-4xxErrorHasResponseBody", "ldpt:DirectContainer-ResponsePropertiesNotPersisted", "ldpt:DirectContainer-PutRequiresIfMatch" ]
     },
     "name" : "DirectContainer (SHOULD)"
   }, {
     "@id" : "ldpt:DirectContainer-ServerHonorsSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.441Z",
+    "date" : "2014-11-04T17:58:14.023Z",
     "source" : "ldpt:CommonContainer-ServerHonorsSlug",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -3298,11 +3298,11 @@
     "action" : "",
     "name" : "DirectContainer-ServerHonorsSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b406"
+    "specificationReference" : "_:b416"
   }, {
     "@id" : "ldpt:DirectContainer-TypeRdfSource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.475Z",
+    "date" : "2014-11-04T17:58:14.03Z",
     "source" : "ldpt:RdfSource-TypeRdfSource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -3315,11 +3315,11 @@
     "action" : "",
     "name" : "DirectContainer-TypeRdfSource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b17"
+    "specificationReference" : "_:b14"
   }, {
     "@id" : "ldpt:DirectContainer-UseMemberPredicate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.424Z",
+    "date" : "2014-11-04T17:58:14.001Z",
     "source" : "ldpt:DirectContainer-UseMemberPredicate",
     "subject" : "SHOULD, ldpMember",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3332,11 +3332,11 @@
     "action" : "",
     "name" : "DirectContainer-UseMemberPredicate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b215"
+    "specificationReference" : "_:b222"
   }, {
     "@id" : "ldpt:DirectContainer-UseStandardVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.464Z",
+    "date" : "2014-11-04T17:58:14.032Z",
     "source" : "ldpt:RdfSource-UseStandardVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3352,11 +3352,11 @@
     "action" : "",
     "name" : "DirectContainer-UseStandardVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b78"
+    "specificationReference" : "_:b84"
   }, {
     "@id" : "ldpt:IndirectContainer-4xxErrorHasResponseBody",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.249Z",
+    "date" : "2014-11-04T17:58:13.908Z",
     "source" : "ldpt:RdfSource-4xxErrorHasResponseBody",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3369,11 +3369,11 @@
     "action" : "",
     "name" : "IndirectContainer-4xxErrorHasResponseBody",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b203"
+    "specificationReference" : "_:b91"
   }, {
     "@id" : "ldpt:IndirectContainer-AcceptPatchHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.276Z",
+    "date" : "2014-11-04T17:58:13.928Z",
     "source" : "ldpt:CommonResource-AcceptPatchHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3386,11 +3386,11 @@
     "action" : "",
     "name" : "IndirectContainer-AcceptPatchHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b143"
+    "specificationReference" : "_:b214"
   }, {
     "@id" : "ldpt:IndirectContainer-AcceptPostResponseHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.22Z",
+    "date" : "2014-11-04T17:58:13.874Z",
     "source" : "ldpt:CommonContainer-AcceptPostResponseHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3403,11 +3403,11 @@
     "action" : "",
     "name" : "IndirectContainer-AcceptPostResponseHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b497"
+    "specificationReference" : "_:b382"
   }, {
     "@id" : "ldpt:IndirectContainer-AcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.233Z",
+    "date" : "2014-11-04T17:58:13.868Z",
     "source" : "ldpt:CommonContainer-AcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3420,11 +3420,11 @@
     "action" : "",
     "name" : "IndirectContainer-AcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b275"
+    "specificationReference" : "_:b284"
   }, {
     "@id" : "ldpt:IndirectContainer-ConditionFailedStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.275Z",
+    "date" : "2014-11-04T17:58:13.925Z",
     "source" : "ldpt:CommonResource-ConditionFailedStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3437,12 +3437,12 @@
     "action" : "",
     "name" : "IndirectContainer-ConditionFailedStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b473"
+    "specificationReference" : "_:b193"
   }, {
     "@id" : "ldpt:IndirectContainer-ConformsContainerRdfResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.226Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" ],
+    "date" : "2014-11-04T17:58:13.882Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut", "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" ],
     "source" : "ldpt:CommonContainer-ConformsContainerRdfResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3455,11 +3455,11 @@
     "action" : "",
     "name" : "IndirectContainer-ConformsContainerRdfResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b384"
+    "specificationReference" : "_:b395"
   }, {
     "@id" : "ldpt:IndirectContainer-ConformsIcLdpContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.114Z",
+    "date" : "2014-11-04T17:58:13.854Z",
     "source" : "ldpt:IndirectContainer-ConformsIcLdpContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3472,12 +3472,12 @@
     "action" : "",
     "name" : "IndirectContainer-ConformsIcLdpContainer",
     "reviewStatus" : "td:unreviewed",
-    "specificationReference" : "_:b434"
+    "specificationReference" : "_:b489"
   }, {
     "@id" : "ldpt:IndirectContainer-ConformsRdfSourceLdpResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.258Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" ],
+    "date" : "2014-11-04T17:58:13.91Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" ],
     "source" : "ldpt:RdfSource-ConformsRdfSourceLdpResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3490,11 +3490,28 @@
     "action" : "",
     "name" : "IndirectContainer-ConformsRdfSourceLdpResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b119"
+    "specificationReference" : "_:b292"
+  }, {
+    "@id" : "ldpt:IndirectContainer-ContainerHasInsertedContentRelation",
+    "@type" : "earl:TestCase",
+    "date" : "2014-11-04T17:58:13.855Z",
+    "source" : "ldpt:IndirectContainer-ContainerHasInsertedContentRelation",
+    "subject" : "MUST",
+    "conformanceLevel" : "ldpt:MUST",
+    "declaredInClass" : "org.w3.ldp.testsuite.test.IndirectContainerTest",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/IndirectContainerTest.html#testContainerHasInsertedContentRelation()",
+    "testMethod" : "ldpt:automated",
+    "comment" : "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen.",
+    "label" : "IndirectContainer-ContainerHasInsertedContentRelation",
+    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-indirectmbr",
+    "action" : "",
+    "name" : "IndirectContainer-ContainerHasInsertedContentRelation",
+    "reviewStatus" : "td:unreviewed",
+    "specificationReference" : "_:b286"
   }, {
     "@id" : "ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.209Z",
+    "date" : "2014-11-04T17:58:13.712Z",
     "source" : "ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3507,28 +3524,11 @@
     "action" : "",
     "name" : "IndirectContainer-ContainerSupportsHttpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b308"
-  }, {
-    "@id" : "ldpt:IndirectContainer-ContainsLdpcUri",
-    "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.208Z",
-    "source" : "ldpt:IndirectContainer-ContainsLdpcUri",
-    "subject" : "MUST",
-    "conformanceLevel" : "ldpt:MUST",
-    "declaredInClass" : "org.w3.ldp.testsuite.test.IndirectContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/IndirectContainerTest.html#testContainsLdpcUri()",
-    "testMethod" : "ldpt:notImplemented",
-    "comment" : "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen.",
-    "label" : "IndirectContainer-ContainsLdpcUri",
-    "seeAlso" : "http://www.w3.org/TR/ldp#ldpic-indirectmbr",
-    "action" : "",
-    "name" : "IndirectContainer-ContainsLdpcUri",
-    "reviewStatus" : "td:unreviewed",
-    "specificationReference" : "_:b188"
+    "specificationReference" : "_:b405"
   }, {
     "@id" : "ldpt:IndirectContainer-ContainsRdfType",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.251Z",
+    "date" : "2014-11-04T17:58:13.892Z",
     "source" : "ldpt:RdfSource-ContainsRdfType",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3541,11 +3541,11 @@
     "action" : "",
     "name" : "IndirectContainer-ContainsRdfType",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b378"
+    "specificationReference" : "_:b388"
   }, {
     "@id" : "ldpt:IndirectContainer-ContentTypeHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.234Z",
+    "date" : "2014-11-04T17:58:13.869Z",
     "source" : "ldpt:CommonContainer-ContentTypeHeader",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3558,11 +3558,11 @@
     "action" : "",
     "name" : "IndirectContainer-ContentTypeHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b243"
+    "specificationReference" : "_:b248"
   }, {
     "@id" : "ldpt:IndirectContainer-CreateWithoutConstraints",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.233Z",
+    "date" : "2014-11-04T17:58:13.871Z",
     "source" : "ldpt:CommonContainer-CreateWithoutConstraints",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3575,11 +3575,11 @@
     "action" : "",
     "name" : "IndirectContainer-CreateWithoutConstraints",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b364"
+    "specificationReference" : "_:b205"
   }, {
     "@id" : "ldpt:IndirectContainer-DeleteRemovesContainmentTriple",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.216Z",
+    "date" : "2014-11-04T17:58:13.877Z",
     "source" : "ldpt:CommonContainer-DeleteRemovesContainmentTriple",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3592,11 +3592,11 @@
     "action" : "",
     "name" : "IndirectContainer-DeleteRemovesContainmentTriple",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b76"
+    "specificationReference" : "_:b80"
   }, {
     "@id" : "ldpt:IndirectContainer-ETagHeadersGet",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.272Z",
+    "date" : "2014-11-04T17:58:13.922Z",
     "source" : "ldpt:CommonResource-ETagHeadersGet",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3613,7 +3613,7 @@
   }, {
     "@id" : "ldpt:IndirectContainer-ETagHeadersHead",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.273Z",
+    "date" : "2014-11-04T17:58:13.923Z",
     "source" : "ldpt:CommonResource-ETagHeadersHead",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3626,11 +3626,11 @@
     "action" : "",
     "name" : "IndirectContainer-ETagHeadersHead",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b413"
+    "specificationReference" : "_:b427"
   }, {
     "@id" : "ldpt:IndirectContainer-GetResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.25Z",
+    "date" : "2014-11-04T17:58:13.892Z",
     "source" : "ldpt:RdfSource-GetResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3643,11 +3643,11 @@
     "action" : "",
     "name" : "IndirectContainer-GetResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b261"
+    "specificationReference" : "_:b300"
   }, {
     "@id" : "ldpt:IndirectContainer-GetResourceAcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.238Z",
+    "date" : "2014-11-04T17:58:13.902Z",
     "source" : "ldpt:RdfSource-GetResourceAcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3660,11 +3660,11 @@
     "action" : "",
     "name" : "IndirectContainer-GetResourceAcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b128"
+    "specificationReference" : "_:b136"
   }, {
     "@id" : "ldpt:IndirectContainer-GetResourceAsTurtleNoAccept",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.237Z",
+    "date" : "2014-11-04T17:58:13.903Z",
     "source" : "ldpt:RdfSource-GetResourceAsTurtleNoAccept",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3677,11 +3677,11 @@
     "action" : "",
     "name" : "IndirectContainer-GetResourceAsTurtleNoAccept",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b199"
+    "specificationReference" : "_:b430"
   }, {
     "@id" : "ldpt:IndirectContainer-GetResponseHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.274Z",
+    "date" : "2014-11-04T17:58:13.924Z",
     "source" : "ldpt:CommonResource-GetResponseHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3694,11 +3694,11 @@
     "action" : "",
     "name" : "IndirectContainer-GetResponseHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b303"
+    "specificationReference" : "_:b314"
   }, {
     "@id" : "ldpt:IndirectContainer-Head",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.269Z",
+    "date" : "2014-11-04T17:58:13.927Z",
     "source" : "ldpt:CommonResource-Head",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3711,11 +3711,11 @@
     "action" : "",
     "name" : "IndirectContainer-Head",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b34"
+    "specificationReference" : "_:b36"
   }, {
     "@id" : "ldpt:IndirectContainer-IsHttp11Manual",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.272Z",
+    "date" : "2014-11-04T17:58:13.922Z",
     "source" : "ldpt:CommonResource-IsHttp11Manual",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -3728,11 +3728,11 @@
     "action" : "",
     "name" : "IndirectContainer-IsHttp11Manual",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b7"
+    "specificationReference" : "_:b325"
   }, {
     "@id" : "ldpt:IndirectContainer-JsonLdRepresentation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.257Z",
+    "date" : "2014-11-04T17:58:13.904Z",
     "source" : "ldpt:RdfSource-JsonLdRepresentation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3745,11 +3745,11 @@
     "action" : "",
     "name" : "IndirectContainer-JsonLdRepresentation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b252"
+    "specificationReference" : "_:b264"
   }, {
     "@id" : "ldpt:IndirectContainer-LdpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.27Z",
+    "date" : "2014-11-04T17:58:13.924Z",
     "source" : "ldpt:CommonResource-LdpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3762,7 +3762,7 @@
     "action" : "",
     "name" : "IndirectContainer-LdpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b363"
+    "specificationReference" : "_:b497"
   }, {
     "@id" : "ldpt:IndirectContainer-MAYManifest",
     "@type" : "mf:Manifest",
@@ -3778,13 +3778,13 @@
     "title" : "IndirectContainer (MUST)",
     "comment" : "LDP Indirect Container tests. MUST conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:IndirectContainer-ConformsIcLdpContainer", "ldpt:IndirectContainer-ContainsLdpcUri", "ldpt:IndirectContainer-PostResource", "ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader", "ldpt:IndirectContainer-PostResponseStatusAndLocation", "ldpt:IndirectContainer-PostContainer", "ldpt:IndirectContainer-PostJsonLd", "ldpt:IndirectContainer-RelativeUriResolutionPost", "ldpt:IndirectContainer-DeleteRemovesContainmentTriple", "ldpt:IndirectContainer-AcceptPostResponseHeader", "ldpt:IndirectContainer-NullRelativeUriPost", "ldpt:IndirectContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:IndirectContainer-RequestedInteractionModelHeaders", "ldpt:IndirectContainer-ConformsContainerRdfResource", "ldpt:IndirectContainer-AcceptTurtle", "ldpt:IndirectContainer-PublishConstraintsUnknownProp", "ldpt:IndirectContainer-PutReadOnlyProperties4xxStatus", "ldpt:IndirectContainer-PutPropertiesNotPersisted", "ldpt:IndirectContainer-GetResourceAcceptTurtle", "ldpt:IndirectContainer-PutReplacesResource", "ldpt:IndirectContainer-GetResource", "ldpt:IndirectContainer-RelativeUriResolutionPut", "ldpt:IndirectContainer-PutSimpleUpdate", "ldpt:IndirectContainer-JsonLdRepresentation", "ldpt:IndirectContainer-PublishConstraintsReadOnlyProp", "ldpt:IndirectContainer-ConformsRdfSourceLdpResource", "ldpt:IndirectContainer-RestrictClientInference", "ldpt:IndirectContainer-PutBadETag", "ldpt:IndirectContainer-Head", "ldpt:IndirectContainer-PreconditionRequiredStatusCode", "ldpt:IndirectContainer-LdpLinkHeader", "ldpt:IndirectContainer-Options", "ldpt:IndirectContainer-OptionsAllowHeader", "ldpt:IndirectContainer-IsHttp11Manual", "ldpt:IndirectContainer-ETagHeadersGet", "ldpt:IndirectContainer-ETagHeadersHead", "ldpt:IndirectContainer-GetResponseHeaders", "ldpt:IndirectContainer-ConditionFailedStatusCode", "ldpt:IndirectContainer-AcceptPatchHeader" ]
+      "@list" : [ "ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader", "ldpt:IndirectContainer-ConformsIcLdpContainer", "ldpt:IndirectContainer-ContainerHasInsertedContentRelation", "ldpt:IndirectContainer-PostResource", "ldpt:IndirectContainer-RelativeUriResolutionPost", "ldpt:IndirectContainer-PostResponseStatusAndLocation", "ldpt:IndirectContainer-PostContainer", "ldpt:IndirectContainer-RequestedInteractionModelCreateNotAllowed", "ldpt:IndirectContainer-RequestedInteractionModelHeaders", "ldpt:IndirectContainer-AcceptTurtle", "ldpt:IndirectContainer-NullRelativeUriPost", "ldpt:IndirectContainer-AcceptPostResponseHeader", "ldpt:IndirectContainer-DeleteRemovesContainmentTriple", "ldpt:IndirectContainer-PostJsonLd", "ldpt:IndirectContainer-ConformsContainerRdfResource", "ldpt:IndirectContainer-RelativeUriResolutionPut", "ldpt:IndirectContainer-PutReplacesResource", "ldpt:IndirectContainer-PutSimpleUpdate", "ldpt:IndirectContainer-GetResource", "ldpt:IndirectContainer-RestrictClientInference", "ldpt:IndirectContainer-GetResourceAcceptTurtle", "ldpt:IndirectContainer-JsonLdRepresentation", "ldpt:IndirectContainer-PublishConstraintsReadOnlyProp", "ldpt:IndirectContainer-PublishConstraintsUnknownProp", "ldpt:IndirectContainer-PutReadOnlyProperties4xxStatus", "ldpt:IndirectContainer-PutPropertiesNotPersisted", "ldpt:IndirectContainer-ConformsRdfSourceLdpResource", "ldpt:IndirectContainer-IsHttp11Manual", "ldpt:IndirectContainer-ETagHeadersGet", "ldpt:IndirectContainer-ETagHeadersHead", "ldpt:IndirectContainer-LdpLinkHeader", "ldpt:IndirectContainer-GetResponseHeaders", "ldpt:IndirectContainer-ConditionFailedStatusCode", "ldpt:IndirectContainer-PreconditionRequiredStatusCode", "ldpt:IndirectContainer-PutBadETag", "ldpt:IndirectContainer-Head", "ldpt:IndirectContainer-AcceptPatchHeader", "ldpt:IndirectContainer-Options", "ldpt:IndirectContainer-OptionsAllowHeader" ]
     },
     "name" : "IndirectContainer (MUST)"
   }, {
     "@id" : "ldpt:IndirectContainer-NoRdfBagSeqOrList",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.212Z",
+    "date" : "2014-11-04T17:58:13.863Z",
     "source" : "ldpt:CommonContainer-NoRdfBagSeqOrList",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3797,11 +3797,11 @@
     "action" : "",
     "name" : "IndirectContainer-NoRdfBagSeqOrList",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b124"
+    "specificationReference" : "_:b156"
   }, {
     "@id" : "ldpt:IndirectContainer-NullRelativeUriPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.221Z",
+    "date" : "2014-11-04T17:58:13.869Z",
     "source" : "ldpt:CommonContainer-NullRelativeUriPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3814,11 +3814,11 @@
     "action" : "",
     "name" : "IndirectContainer-NullRelativeUriPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b110"
+    "specificationReference" : "_:b127"
   }, {
     "@id" : "ldpt:IndirectContainer-Options",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.27Z",
+    "date" : "2014-11-04T17:58:13.928Z",
     "source" : "ldpt:CommonResource-Options",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3831,11 +3831,11 @@
     "action" : "",
     "name" : "IndirectContainer-Options",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b282"
+    "specificationReference" : "_:b360"
   }, {
     "@id" : "ldpt:IndirectContainer-OptionsAllowHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.271Z",
+    "date" : "2014-11-04T17:58:13.929Z",
     "source" : "ldpt:CommonResource-OptionsAllowHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3848,11 +3848,11 @@
     "action" : "",
     "name" : "IndirectContainer-OptionsAllowHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b64"
+    "specificationReference" : "_:b67"
   }, {
     "@id" : "ldpt:IndirectContainer-PatchMethod",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.223Z",
+    "date" : "2014-11-04T17:58:13.878Z",
     "source" : "ldpt:CommonContainer-PatchMethod",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3865,11 +3865,11 @@
     "action" : "",
     "name" : "IndirectContainer-PatchMethod",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b457"
+    "specificationReference" : "_:b105"
   }, {
     "@id" : "ldpt:IndirectContainer-PostContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.211Z",
+    "date" : "2014-11-04T17:58:13.865Z",
     "source" : "ldpt:CommonContainer-PostContainer",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3882,11 +3882,11 @@
     "action" : "",
     "name" : "IndirectContainer-PostContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b385"
+    "specificationReference" : "_:b188"
   }, {
     "@id" : "ldpt:IndirectContainer-PostJsonLd",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.214Z",
+    "date" : "2014-11-04T17:58:13.881Z",
     "source" : "ldpt:CommonContainer-PostJsonLd",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3899,11 +3899,11 @@
     "action" : "",
     "name" : "IndirectContainer-PostJsonLd",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b56"
+    "specificationReference" : "_:b303"
   }, {
     "@id" : "ldpt:IndirectContainer-PostNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.232Z",
+    "date" : "2014-11-04T17:58:13.87Z",
     "source" : "ldpt:CommonContainer-PostNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3916,11 +3916,11 @@
     "action" : "",
     "name" : "IndirectContainer-PostNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b379"
+    "specificationReference" : "_:b391"
   }, {
     "@id" : "ldpt:IndirectContainer-PostResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.209Z",
+    "date" : "2014-11-04T17:58:13.857Z",
     "source" : "ldpt:IndirectContainer-PostResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3933,11 +3933,11 @@
     "action" : "",
     "name" : "IndirectContainer-PostResource",
     "reviewStatus" : "td:unreviewed",
-    "specificationReference" : "_:b6"
+    "specificationReference" : "_:b348"
   }, {
     "@id" : "ldpt:IndirectContainer-PostResponseStatusAndLocation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.21Z",
+    "date" : "2014-11-04T17:58:13.864Z",
     "source" : "ldpt:CommonContainer-PostResponseStatusAndLocation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3950,11 +3950,11 @@
     "action" : "",
     "name" : "IndirectContainer-PostResponseStatusAndLocation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b68"
+    "specificationReference" : "_:b208"
   }, {
     "@id" : "ldpt:IndirectContainer-PreconditionRequiredStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.269Z",
+    "date" : "2014-11-04T17:58:13.926Z",
     "source" : "ldpt:CommonResource-PreconditionRequiredStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -3967,11 +3967,11 @@
     "action" : "",
     "name" : "IndirectContainer-PreconditionRequiredStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b171"
+    "specificationReference" : "_:b179"
   }, {
     "@id" : "ldpt:IndirectContainer-PreferContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.219Z",
+    "date" : "2014-11-04T17:58:13.863Z",
     "source" : "ldpt:CommonContainer-PreferContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -3984,11 +3984,11 @@
     "action" : "",
     "name" : "IndirectContainer-PreferContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b427"
+    "specificationReference" : "_:b343"
   }, {
     "@id" : "ldpt:IndirectContainer-PublishConstraintsReadOnlyProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.257Z",
+    "date" : "2014-11-04T17:58:13.906Z",
     "source" : "ldpt:RdfSource-PublishConstraintsReadOnlyProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4001,11 +4001,11 @@
     "action" : "",
     "name" : "IndirectContainer-PublishConstraintsReadOnlyProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b274"
+    "specificationReference" : "_:b283"
   }, {
     "@id" : "ldpt:IndirectContainer-PublishConstraintsUnknownProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.235Z",
+    "date" : "2014-11-04T17:58:13.906Z",
     "source" : "ldpt:RdfSource-PublishConstraintsUnknownProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4018,11 +4018,11 @@
     "action" : "",
     "name" : "IndirectContainer-PublishConstraintsUnknownProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b174"
+    "specificationReference" : "_:b120"
   }, {
     "@id" : "ldpt:IndirectContainer-PutBadETag",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.268Z",
+    "date" : "2014-11-04T17:58:13.926Z",
     "source" : "ldpt:CommonResource-PutBadETag",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4035,11 +4035,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutBadETag",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b471"
+    "specificationReference" : "_:b30"
   }, {
     "@id" : "ldpt:IndirectContainer-PutPropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.236Z",
+    "date" : "2014-11-04T17:58:13.908Z",
     "source" : "ldpt:RdfSource-PutPropertiesNotPersisted",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4052,11 +4052,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutPropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b419"
+    "specificationReference" : "_:b408"
   }, {
     "@id" : "ldpt:IndirectContainer-PutReadOnlyProperties4xxStatus",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.235Z",
+    "date" : "2014-11-04T17:58:13.907Z",
     "source" : "ldpt:RdfSource-PutReadOnlyProperties4xxStatus",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4069,11 +4069,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutReadOnlyProperties4xxStatus",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b137"
+    "specificationReference" : "_:b142"
   }, {
     "@id" : "ldpt:IndirectContainer-PutReplacesResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.24Z",
+    "date" : "2014-11-04T17:58:13.89Z",
     "source" : "ldpt:RdfSource-PutReplacesResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4086,11 +4086,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutReplacesResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b33"
+    "specificationReference" : "_:b446"
   }, {
     "@id" : "ldpt:IndirectContainer-PutRequiresIfMatch",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.275Z",
+    "date" : "2014-11-04T17:58:13.925Z",
     "source" : "ldpt:CommonResource-PutRequiresIfMatch",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4103,11 +4103,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutRequiresIfMatch",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b359"
+    "specificationReference" : "_:b472"
   }, {
     "@id" : "ldpt:IndirectContainer-PutSimpleUpdate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.256Z",
+    "date" : "2014-11-04T17:58:13.891Z",
     "source" : "ldpt:RdfSource-PutSimpleUpdate",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4120,11 +4120,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutSimpleUpdate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b325"
+    "specificationReference" : "_:b339"
   }, {
     "@id" : "ldpt:IndirectContainer-PutToCreate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.213Z",
+    "date" : "2014-11-04T17:58:13.859Z",
     "source" : "ldpt:CommonContainer-PutToCreate",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -4137,11 +4137,11 @@
     "action" : "",
     "name" : "IndirectContainer-PutToCreate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b23"
+    "specificationReference" : "_:b24"
   }, {
     "@id" : "ldpt:IndirectContainer-RdfTypeLdpContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.217Z",
+    "date" : "2014-11-04T17:58:13.879Z",
     "source" : "ldpt:CommonContainer-RdfTypeLdpContainer",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -4154,11 +4154,11 @@
     "action" : "",
     "name" : "IndirectContainer-RdfTypeLdpContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b331"
+    "specificationReference" : "_:b342"
   }, {
     "@id" : "ldpt:IndirectContainer-ReUseVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.252Z",
+    "date" : "2014-11-04T17:58:13.894Z",
     "source" : "ldpt:RdfSource-ReUseVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4174,11 +4174,11 @@
     "action" : "",
     "name" : "IndirectContainer-ReUseVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b461"
+    "specificationReference" : "_:b453"
   }, {
     "@id" : "ldpt:IndirectContainer-RejectPutModifyingContainmentTriples",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.216Z",
+    "date" : "2014-11-04T17:58:13.875Z",
     "source" : "ldpt:CommonContainer-RejectPutModifyingContainmentTriples",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4191,16 +4191,16 @@
     "action" : "",
     "name" : "IndirectContainer-RejectPutModifyingContainmentTriples",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b85"
+    "specificationReference" : "_:b460"
   }, {
     "@id" : "ldpt:IndirectContainer-RelativeUriResolutionPost",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.215Z",
+    "date" : "2014-11-04T17:58:13.862Z",
     "source" : "ldpt:CommonContainer-RelativeUriResolutionPost",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.IndirectContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "IndirectContainer-RelativeUriResolutionPost",
@@ -4208,16 +4208,16 @@
     "action" : "",
     "name" : "IndirectContainer-RelativeUriResolutionPost",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b1"
+    "specificationReference" : "_:b43"
   }, {
     "@id" : "ldpt:IndirectContainer-RelativeUriResolutionPut",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.254Z",
+    "date" : "2014-11-04T17:58:13.889Z",
     "source" : "ldpt:RdfSource-RelativeUriResolutionPut",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.IndirectContainerTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "IndirectContainer-RelativeUriResolutionPut",
@@ -4225,11 +4225,11 @@
     "action" : "",
     "name" : "IndirectContainer-RelativeUriResolutionPut",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b118"
+    "specificationReference" : "_:b124"
   }, {
     "@id" : "ldpt:IndirectContainer-RequestedInteractionModelCreateNotAllowed",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.225Z",
+    "date" : "2014-11-04T17:58:13.866Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4242,11 +4242,11 @@
     "action" : "",
     "name" : "IndirectContainer-RequestedInteractionModelCreateNotAllowed",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b129"
+    "specificationReference" : "_:b420"
   }, {
     "@id" : "ldpt:IndirectContainer-RequestedInteractionModelHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.226Z",
+    "date" : "2014-11-04T17:58:13.867Z",
     "source" : "ldpt:CommonContainer-RequestedInteractionModelHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4259,11 +4259,11 @@
     "action" : "",
     "name" : "IndirectContainer-RequestedInteractionModelHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b340"
+    "specificationReference" : "_:b21"
   }, {
     "@id" : "ldpt:IndirectContainer-ResponsePropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.239Z",
+    "date" : "2014-11-04T17:58:13.909Z",
     "source" : "ldpt:RdfSource-ResponsePropertiesNotPersisted",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4276,11 +4276,11 @@
     "action" : "",
     "name" : "IndirectContainer-ResponsePropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b355"
+    "specificationReference" : "_:b401"
   }, {
     "@id" : "ldpt:IndirectContainer-RestrictClientInference",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.267Z",
+    "date" : "2014-11-04T17:58:13.901Z",
     "source" : "ldpt:RdfSource-RestrictClientInference",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -4296,11 +4296,11 @@
     "action" : "",
     "name" : "IndirectContainer-RestrictClientInference",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b424"
+    "specificationReference" : "_:b71"
   }, {
     "@id" : "ldpt:IndirectContainer-RestrictPutReUseUri",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.222Z",
+    "date" : "2014-11-04T17:58:13.876Z",
     "source" : "ldpt:CommonContainer-RestrictPutReUseUri",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4313,11 +4313,11 @@
     "action" : "",
     "name" : "IndirectContainer-RestrictPutReUseUri",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b428"
+    "specificationReference" : "_:b251"
   }, {
     "@id" : "ldpt:IndirectContainer-RestrictUriReUseNoSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.22Z",
+    "date" : "2014-11-04T17:58:13.873Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseNoSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4330,11 +4330,11 @@
     "action" : "",
     "name" : "IndirectContainer-RestrictUriReUseNoSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b262"
+    "specificationReference" : "_:b40"
   }, {
     "@id" : "ldpt:IndirectContainer-RestrictUriReUseSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.212Z",
+    "date" : "2014-11-04T17:58:13.872Z",
     "source" : "ldpt:CommonContainer-RestrictUriReUseSlug",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4347,20 +4347,20 @@
     "action" : "",
     "name" : "IndirectContainer-RestrictUriReUseSlug",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b443"
+    "specificationReference" : "_:b462"
   }, {
     "@id" : "ldpt:IndirectContainer-SHOULDManifest",
     "@type" : "mf:Manifest",
     "title" : "IndirectContainer (SHOULD)",
     "comment" : "LDP Indirect Container tests. SHOULD conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:IndirectContainer-RestrictUriReUseSlug", "ldpt:IndirectContainer-NoRdfBagSeqOrList", "ldpt:IndirectContainer-RejectPutModifyingContainmentTriples", "ldpt:IndirectContainer-PreferContainmentTriples", "ldpt:IndirectContainer-RestrictUriReUseNoSlug", "ldpt:IndirectContainer-RestrictPutReUseUri", "ldpt:IndirectContainer-PatchMethod", "ldpt:IndirectContainer-PostNoSlug", "ldpt:IndirectContainer-CreateWithoutConstraints", "ldpt:IndirectContainer-ContentTypeHeader", "ldpt:IndirectContainer-GetResourceAsTurtleNoAccept", "ldpt:IndirectContainer-ResponsePropertiesNotPersisted", "ldpt:IndirectContainer-UseStandardVocabularies", "ldpt:IndirectContainer-4xxErrorHasResponseBody", "ldpt:IndirectContainer-ContainsRdfType", "ldpt:IndirectContainer-ReUseVocabularies", "ldpt:IndirectContainer-PutRequiresIfMatch" ]
+      "@list" : [ "ldpt:IndirectContainer-NoRdfBagSeqOrList", "ldpt:IndirectContainer-PreferContainmentTriples", "ldpt:IndirectContainer-ContentTypeHeader", "ldpt:IndirectContainer-PostNoSlug", "ldpt:IndirectContainer-CreateWithoutConstraints", "ldpt:IndirectContainer-RestrictUriReUseSlug", "ldpt:IndirectContainer-RestrictUriReUseNoSlug", "ldpt:IndirectContainer-RejectPutModifyingContainmentTriples", "ldpt:IndirectContainer-RestrictPutReUseUri", "ldpt:IndirectContainer-PatchMethod", "ldpt:IndirectContainer-ContainsRdfType", "ldpt:IndirectContainer-ReUseVocabularies", "ldpt:IndirectContainer-UseStandardVocabularies", "ldpt:IndirectContainer-GetResourceAsTurtleNoAccept", "ldpt:IndirectContainer-4xxErrorHasResponseBody", "ldpt:IndirectContainer-ResponsePropertiesNotPersisted", "ldpt:IndirectContainer-PutRequiresIfMatch" ]
     },
     "name" : "IndirectContainer (SHOULD)"
   }, {
     "@id" : "ldpt:IndirectContainer-ServerHonorsSlug",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.218Z",
+    "date" : "2014-11-04T17:58:13.88Z",
     "source" : "ldpt:CommonContainer-ServerHonorsSlug",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -4377,7 +4377,7 @@
   }, {
     "@id" : "ldpt:IndirectContainer-TypeRdfSource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.266Z",
+    "date" : "2014-11-04T17:58:13.893Z",
     "source" : "ldpt:RdfSource-TypeRdfSource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -4390,11 +4390,11 @@
     "action" : "",
     "name" : "IndirectContainer-TypeRdfSource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b402"
+    "specificationReference" : "_:b322"
   }, {
     "@id" : "ldpt:IndirectContainer-UseStandardVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.24Z",
+    "date" : "2014-11-04T17:58:13.9Z",
     "source" : "ldpt:RdfSource-UseStandardVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4410,11 +4410,11 @@
     "action" : "",
     "name" : "IndirectContainer-UseStandardVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b186"
+    "specificationReference" : "_:b185"
   }, {
     "@id" : "ldpt:MemberResource-4xxErrorHasResponseBody",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.379Z",
+    "date" : "2014-11-04T17:58:13.973Z",
     "source" : "ldpt:RdfSource-4xxErrorHasResponseBody",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4427,11 +4427,11 @@
     "action" : "",
     "name" : "MemberResource-4xxErrorHasResponseBody",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b414"
+    "specificationReference" : "_:b428"
   }, {
     "@id" : "ldpt:MemberResource-AcceptPatchHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.392Z",
+    "date" : "2014-11-04T17:58:13.984Z",
     "source" : "ldpt:CommonResource-AcceptPatchHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4444,11 +4444,11 @@
     "action" : "",
     "name" : "MemberResource-AcceptPatchHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b366"
+    "specificationReference" : "_:b445"
   }, {
     "@id" : "ldpt:MemberResource-ConditionFailedStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.392Z",
+    "date" : "2014-11-04T17:58:13.982Z",
     "source" : "ldpt:CommonResource-ConditionFailedStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4461,12 +4461,12 @@
     "action" : "",
     "name" : "MemberResource-ConditionFailedStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b246"
+    "specificationReference" : "_:b478"
   }, {
     "@id" : "ldpt:MemberResource-ConformsRdfSourceLdpResource",
     "@type" : "earl:TestRequirement",
-    "date" : "2014-10-20T16:50:59.383Z",
-    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" ],
+    "date" : "2014-11-04T17:58:13.975Z",
+    "hasPart" : [ "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead", "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" ],
     "source" : "ldpt:RdfSource-ConformsRdfSourceLdpResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4479,11 +4479,11 @@
     "action" : "",
     "name" : "MemberResource-ConformsRdfSourceLdpResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b451"
+    "specificationReference" : "_:b456"
   }, {
     "@id" : "ldpt:MemberResource-ContainsRdfType",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.38Z",
+    "date" : "2014-11-04T17:58:13.963Z",
     "source" : "ldpt:RdfSource-ContainsRdfType",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4496,11 +4496,11 @@
     "action" : "",
     "name" : "MemberResource-ContainsRdfType",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b324"
+    "specificationReference" : "_:b338"
   }, {
     "@id" : "ldpt:MemberResource-ETagHeadersGet",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.39Z",
+    "date" : "2014-11-04T17:58:13.979Z",
     "source" : "ldpt:CommonResource-ETagHeadersGet",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4513,11 +4513,11 @@
     "action" : "",
     "name" : "MemberResource-ETagHeadersGet",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b483"
+    "specificationReference" : "_:b475"
   }, {
     "@id" : "ldpt:MemberResource-ETagHeadersHead",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.39Z",
+    "date" : "2014-11-04T17:58:13.979Z",
     "source" : "ldpt:CommonResource-ETagHeadersHead",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4530,11 +4530,11 @@
     "action" : "",
     "name" : "MemberResource-ETagHeadersHead",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b26"
+    "specificationReference" : "_:b25"
   }, {
     "@id" : "ldpt:MemberResource-GetResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.379Z",
+    "date" : "2014-11-04T17:58:13.963Z",
     "source" : "ldpt:RdfSource-GetResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4547,11 +4547,11 @@
     "action" : "",
     "name" : "MemberResource-GetResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b53"
+    "specificationReference" : "_:b114"
   }, {
     "@id" : "ldpt:MemberResource-GetResourceAcceptTurtle",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.377Z",
+    "date" : "2014-11-04T17:58:13.967Z",
     "source" : "ldpt:RdfSource-GetResourceAcceptTurtle",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4564,11 +4564,11 @@
     "action" : "",
     "name" : "MemberResource-GetResourceAcceptTurtle",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b371"
+    "specificationReference" : "_:b58"
   }, {
     "@id" : "ldpt:MemberResource-GetResourceAsTurtleNoAccept",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.376Z",
+    "date" : "2014-11-04T17:58:13.967Z",
     "source" : "ldpt:RdfSource-GetResourceAsTurtleNoAccept",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4581,11 +4581,11 @@
     "action" : "",
     "name" : "MemberResource-GetResourceAsTurtleNoAccept",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b484"
+    "specificationReference" : "_:b394"
   }, {
     "@id" : "ldpt:MemberResource-GetResponseHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.391Z",
+    "date" : "2014-11-04T17:58:13.98Z",
     "source" : "ldpt:CommonResource-GetResponseHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4598,11 +4598,11 @@
     "action" : "",
     "name" : "MemberResource-GetResponseHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b77"
+    "specificationReference" : "_:b467"
   }, {
     "@id" : "ldpt:MemberResource-Head",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.387Z",
+    "date" : "2014-11-04T17:58:13.984Z",
     "source" : "ldpt:CommonResource-Head",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4615,11 +4615,11 @@
     "action" : "",
     "name" : "MemberResource-Head",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b299"
+    "specificationReference" : "_:b148"
   }, {
     "@id" : "ldpt:MemberResource-IsHttp11Manual",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.39Z",
+    "date" : "2014-11-04T17:58:13.978Z",
     "source" : "ldpt:CommonResource-IsHttp11Manual",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -4632,11 +4632,11 @@
     "action" : "",
     "name" : "MemberResource-IsHttp11Manual",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b248"
+    "specificationReference" : "_:b291"
   }, {
     "@id" : "ldpt:MemberResource-JsonLdRepresentation",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.382Z",
+    "date" : "2014-11-04T17:58:13.968Z",
     "source" : "ldpt:RdfSource-JsonLdRepresentation",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4649,11 +4649,11 @@
     "action" : "",
     "name" : "MemberResource-JsonLdRepresentation",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b255"
+    "specificationReference" : "_:b305"
   }, {
     "@id" : "ldpt:MemberResource-LdpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.388Z",
+    "date" : "2014-11-04T17:58:13.98Z",
     "source" : "ldpt:CommonResource-LdpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4666,11 +4666,11 @@
     "action" : "",
     "name" : "MemberResource-LdpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b36"
+    "specificationReference" : "_:b38"
   }, {
     "@id" : "ldpt:MemberResource-Options",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.389Z",
+    "date" : "2014-11-04T17:58:13.985Z",
     "source" : "ldpt:CommonResource-Options",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4683,11 +4683,11 @@
     "action" : "",
     "name" : "MemberResource-Options",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b431"
+    "specificationReference" : "_:b440"
   }, {
     "@id" : "ldpt:MemberResource-OptionsAllowHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.389Z",
+    "date" : "2014-11-04T17:58:13.985Z",
     "source" : "ldpt:CommonResource-OptionsAllowHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4700,11 +4700,11 @@
     "action" : "",
     "name" : "MemberResource-OptionsAllowHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b343"
+    "specificationReference" : "_:b355"
   }, {
     "@id" : "ldpt:MemberResource-PreconditionRequiredStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.388Z",
+    "date" : "2014-11-04T17:58:13.982Z",
     "source" : "ldpt:CommonResource-PreconditionRequiredStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4717,11 +4717,11 @@
     "action" : "",
     "name" : "MemberResource-PreconditionRequiredStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b212"
+    "specificationReference" : "_:b180"
   }, {
     "@id" : "ldpt:MemberResource-PublishConstraintsReadOnlyProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.382Z",
+    "date" : "2014-11-04T17:58:13.969Z",
     "source" : "ldpt:RdfSource-PublishConstraintsReadOnlyProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4734,11 +4734,11 @@
     "action" : "",
     "name" : "MemberResource-PublishConstraintsReadOnlyProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b312"
+    "specificationReference" : "_:b321"
   }, {
     "@id" : "ldpt:MemberResource-PublishConstraintsUnknownProp",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.375Z",
+    "date" : "2014-11-04T17:58:13.97Z",
     "source" : "ldpt:RdfSource-PublishConstraintsUnknownProp",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4751,11 +4751,11 @@
     "action" : "",
     "name" : "MemberResource-PublishConstraintsUnknownProp",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b153"
+    "specificationReference" : "_:b299"
   }, {
     "@id" : "ldpt:MemberResource-PutBadETag",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.387Z",
+    "date" : "2014-11-04T17:58:13.983Z",
     "source" : "ldpt:CommonResource-PutBadETag",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4768,11 +4768,11 @@
     "action" : "",
     "name" : "MemberResource-PutBadETag",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b233"
+    "specificationReference" : "_:b239"
   }, {
     "@id" : "ldpt:MemberResource-PutPropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.376Z",
+    "date" : "2014-11-04T17:58:13.973Z",
     "source" : "ldpt:RdfSource-PutPropertiesNotPersisted",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4785,11 +4785,11 @@
     "action" : "",
     "name" : "MemberResource-PutPropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b158"
+    "specificationReference" : "_:b81"
   }, {
     "@id" : "ldpt:MemberResource-PutReadOnlyProperties4xxStatus",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.375Z",
+    "date" : "2014-11-04T17:58:13.972Z",
     "source" : "ldpt:RdfSource-PutReadOnlyProperties4xxStatus",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4802,11 +4802,11 @@
     "action" : "",
     "name" : "MemberResource-PutReadOnlyProperties4xxStatus",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b180"
+    "specificationReference" : "_:b183"
   }, {
     "@id" : "ldpt:MemberResource-PutReplacesResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.378Z",
+    "date" : "2014-11-04T17:58:13.961Z",
     "source" : "ldpt:RdfSource-PutReplacesResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4819,11 +4819,11 @@
     "action" : "",
     "name" : "MemberResource-PutReplacesResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b454"
+    "specificationReference" : "_:b138"
   }, {
     "@id" : "ldpt:MemberResource-PutRequiresIfMatch",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.391Z",
+    "date" : "2014-11-04T17:58:13.981Z",
     "source" : "ldpt:CommonResource-PutRequiresIfMatch",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4836,11 +4836,11 @@
     "action" : "",
     "name" : "MemberResource-PutRequiresIfMatch",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b37"
+    "specificationReference" : "_:b39"
   }, {
     "@id" : "ldpt:MemberResource-PutSimpleUpdate",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.382Z",
+    "date" : "2014-11-04T17:58:13.962Z",
     "source" : "ldpt:RdfSource-PutSimpleUpdate",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -4853,11 +4853,11 @@
     "action" : "",
     "name" : "MemberResource-PutSimpleUpdate",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b167"
+    "specificationReference" : "_:b269"
   }, {
     "@id" : "ldpt:MemberResource-ReUseVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.38Z",
+    "date" : "2014-11-04T17:58:13.964Z",
     "source" : "ldpt:RdfSource-ReUseVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4873,16 +4873,16 @@
     "action" : "",
     "name" : "MemberResource-ReUseVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b372"
+    "specificationReference" : "_:b165"
   }, {
     "@id" : "ldpt:MemberResource-RelativeUriResolutionPut",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.381Z",
+    "date" : "2014-11-04T17:58:13.961Z",
     "source" : "ldpt:RdfSource-RelativeUriResolutionPut",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
     "declaredInClass" : "org.w3.ldp.testsuite.test.MemberResourceTest",
-    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()",
+    "documentation" : "http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)",
     "testMethod" : "ldpt:automated",
     "comment" : "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource.",
     "label" : "MemberResource-RelativeUriResolutionPut",
@@ -4890,11 +4890,11 @@
     "action" : "",
     "name" : "MemberResource-RelativeUriResolutionPut",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b396"
+    "specificationReference" : "_:b476"
   }, {
     "@id" : "ldpt:MemberResource-ResponsePropertiesNotPersisted",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.377Z",
+    "date" : "2014-11-04T17:58:13.974Z",
     "source" : "ldpt:RdfSource-ResponsePropertiesNotPersisted",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4907,11 +4907,11 @@
     "action" : "",
     "name" : "MemberResource-ResponsePropertiesNotPersisted",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b398"
+    "specificationReference" : "_:b403"
   }, {
     "@id" : "ldpt:MemberResource-RestrictClientInference",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.386Z",
+    "date" : "2014-11-04T17:58:13.966Z",
     "source" : "ldpt:RdfSource-RestrictClientInference",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -4927,11 +4927,11 @@
     "action" : "",
     "name" : "MemberResource-RestrictClientInference",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b474"
+    "specificationReference" : "_:b463"
   }, {
     "@id" : "ldpt:MemberResource-TypeRdfSource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.385Z",
+    "date" : "2014-11-04T17:58:13.964Z",
     "source" : "ldpt:RdfSource-TypeRdfSource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -4944,11 +4944,11 @@
     "action" : "",
     "name" : "MemberResource-TypeRdfSource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b417"
+    "specificationReference" : "_:b431"
   }, {
     "@id" : "ldpt:MemberResource-UseStandardVocabularies",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.378Z",
+    "date" : "2014-11-04T17:58:13.965Z",
     "source" : "ldpt:RdfSource-UseStandardVocabularies",
     "subject" : "SHOULD, MANUAL",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -4964,14 +4964,14 @@
     "action" : "",
     "name" : "MemberResource-UseStandardVocabularies",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b394"
+    "specificationReference" : "_:b364"
   }, {
     "@id" : "ldpt:Non-RDFSource-MAYManifest",
     "@type" : "mf:Manifest",
     "title" : "Non-RDFSource (MAY)",
     "comment" : "LDP Non-RDF Source tests. MAY conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:NonRDFSource-PostResourceAndGetFromContainer", "ldpt:NonRDFSource-PostResourceGetBinary", "ldpt:NonRDFSource-PostResourceGetMetadataAndBinary", "ldpt:NonRDFSource-PostResourceAndCheckLink", "ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource", "ldpt:NonRDFSource-PostNonRDFSource" ]
+      "@list" : [ "ldpt:NonRDFSource-PostNonRDFSource", "ldpt:NonRDFSource-PostResourceAndGetFromContainer", "ldpt:NonRDFSource-PostResourceGetBinary", "ldpt:NonRDFSource-PostResourceGetMetadataAndBinary", "ldpt:NonRDFSource-PostResourceAndCheckLink", "ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource" ]
     },
     "name" : "Non-RDFSource (MAY)"
   }, {
@@ -4980,7 +4980,7 @@
     "title" : "Non-RDFSource (MUST)",
     "comment" : "LDP Non-RDF Source tests. MUST conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:NonRDFSource-OptionsHasSameLinkHeader", "ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource", "ldpt:NonRDFSource-PutBadETag", "ldpt:NonRDFSource-Head", "ldpt:NonRDFSource-PreconditionRequiredStatusCode", "ldpt:NonRDFSource-LdpLinkHeader", "ldpt:NonRDFSource-Options", "ldpt:NonRDFSource-OptionsAllowHeader", "ldpt:NonRDFSource-IsHttp11Manual", "ldpt:NonRDFSource-ETagHeadersGet", "ldpt:NonRDFSource-ETagHeadersHead", "ldpt:NonRDFSource-GetResponseHeaders", "ldpt:NonRDFSource-ConditionFailedStatusCode", "ldpt:NonRDFSource-AcceptPatchHeader", "ldpt:NonRDFSource-GetResource" ]
+      "@list" : [ "ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource", "ldpt:NonRDFSource-OptionsHasSameLinkHeader", "ldpt:NonRDFSource-GetResource", "ldpt:NonRDFSource-IsHttp11Manual", "ldpt:NonRDFSource-ETagHeadersGet", "ldpt:NonRDFSource-ETagHeadersHead", "ldpt:NonRDFSource-LdpLinkHeader", "ldpt:NonRDFSource-GetResponseHeaders", "ldpt:NonRDFSource-ConditionFailedStatusCode", "ldpt:NonRDFSource-PreconditionRequiredStatusCode", "ldpt:NonRDFSource-PutBadETag", "ldpt:NonRDFSource-Head", "ldpt:NonRDFSource-AcceptPatchHeader", "ldpt:NonRDFSource-Options", "ldpt:NonRDFSource-OptionsAllowHeader" ]
     },
     "name" : "Non-RDFSource (MUST)"
   }, {
@@ -4995,7 +4995,7 @@
   }, {
     "@id" : "ldpt:NonRDFSource-AcceptPatchHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.416Z",
+    "date" : "2014-11-04T17:58:14.086Z",
     "source" : "ldpt:CommonResource-AcceptPatchHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5008,11 +5008,11 @@
     "action" : "",
     "name" : "NonRDFSource-AcceptPatchHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b456"
+    "specificationReference" : "_:b491"
   }, {
     "@id" : "ldpt:NonRDFSource-ConditionFailedStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.415Z",
+    "date" : "2014-11-04T17:58:14.083Z",
     "source" : "ldpt:CommonResource-ConditionFailedStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5025,11 +5025,11 @@
     "action" : "",
     "name" : "NonRDFSource-ConditionFailedStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b472"
+    "specificationReference" : "_:b213"
   }, {
     "@id" : "ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.407Z",
+    "date" : "2014-11-04T17:58:14.078Z",
     "source" : "ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5042,11 +5042,11 @@
     "action" : "",
     "name" : "NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b142"
+    "specificationReference" : "_:b418"
   }, {
     "@id" : "ldpt:NonRDFSource-ETagHeadersGet",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.413Z",
+    "date" : "2014-11-04T17:58:14.08Z",
     "source" : "ldpt:CommonResource-ETagHeadersGet",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5059,11 +5059,11 @@
     "action" : "",
     "name" : "NonRDFSource-ETagHeadersGet",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b442"
+    "specificationReference" : "_:b160"
   }, {
     "@id" : "ldpt:NonRDFSource-ETagHeadersHead",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.413Z",
+    "date" : "2014-11-04T17:58:14.081Z",
     "source" : "ldpt:CommonResource-ETagHeadersHead",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5076,11 +5076,11 @@
     "action" : "",
     "name" : "NonRDFSource-ETagHeadersHead",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b133"
+    "specificationReference" : "_:b140"
   }, {
     "@id" : "ldpt:NonRDFSource-GetResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.417Z",
+    "date" : "2014-11-04T17:58:14.079Z",
     "source" : "ldpt:CommonResource-GetResource",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5093,11 +5093,11 @@
     "action" : "",
     "name" : "NonRDFSource-GetResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b488"
+    "specificationReference" : "_:b304"
   }, {
     "@id" : "ldpt:NonRDFSource-GetResponseHeaders",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.414Z",
+    "date" : "2014-11-04T17:58:14.082Z",
     "source" : "ldpt:CommonResource-GetResponseHeaders",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5110,11 +5110,11 @@
     "action" : "",
     "name" : "NonRDFSource-GetResponseHeaders",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b65"
+    "specificationReference" : "_:b68"
   }, {
     "@id" : "ldpt:NonRDFSource-Head",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.409Z",
+    "date" : "2014-11-04T17:58:14.085Z",
     "source" : "ldpt:CommonResource-Head",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5127,11 +5127,11 @@
     "action" : "",
     "name" : "NonRDFSource-Head",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b382"
+    "specificationReference" : "_:b390"
   }, {
     "@id" : "ldpt:NonRDFSource-IsHttp11Manual",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.412Z",
+    "date" : "2014-11-04T17:58:14.08Z",
     "source" : "ldpt:CommonResource-IsHttp11Manual",
     "subject" : "MUST, MANUAL",
     "conformanceLevel" : "ldpt:MUST",
@@ -5144,11 +5144,11 @@
     "action" : "",
     "name" : "NonRDFSource-IsHttp11Manual",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b309"
+    "specificationReference" : "_:b320"
   }, {
     "@id" : "ldpt:NonRDFSource-LdpLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.41Z",
+    "date" : "2014-11-04T17:58:14.081Z",
     "source" : "ldpt:CommonResource-LdpLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5161,11 +5161,11 @@
     "action" : "",
     "name" : "NonRDFSource-LdpLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b429"
+    "specificationReference" : "_:b455"
   }, {
     "@id" : "ldpt:NonRDFSource-Options",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.411Z",
+    "date" : "2014-11-04T17:58:14.086Z",
     "source" : "ldpt:CommonResource-Options",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5178,11 +5178,11 @@
     "action" : "",
     "name" : "NonRDFSource-Options",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b200"
+    "specificationReference" : "_:b480"
   }, {
     "@id" : "ldpt:NonRDFSource-OptionsAllowHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.411Z",
+    "date" : "2014-11-04T17:58:14.087Z",
     "source" : "ldpt:CommonResource-OptionsAllowHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5195,11 +5195,11 @@
     "action" : "",
     "name" : "NonRDFSource-OptionsAllowHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b482"
+    "specificationReference" : "_:b209"
   }, {
     "@id" : "ldpt:NonRDFSource-OptionsHasSameLinkHeader",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.406Z",
+    "date" : "2014-11-04T17:58:14.079Z",
     "source" : "ldpt:NonRDFSource-OptionsHasSameLinkHeader",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5212,11 +5212,11 @@
     "action" : "",
     "name" : "NonRDFSource-OptionsHasSameLinkHeader",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b213"
+    "specificationReference" : "_:b370"
   }, {
     "@id" : "ldpt:NonRDFSource-PostNonRDFSource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.406Z",
+    "date" : "2014-11-04T17:58:14.075Z",
     "source" : "ldpt:NonRDFSource-PostNonRDFSource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5229,11 +5229,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostNonRDFSource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b27"
+    "specificationReference" : "_:b34"
   }, {
     "@id" : "ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.405Z",
+    "date" : "2014-11-04T17:58:14.078Z",
     "source" : "ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5246,11 +5246,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostResourceAndCheckAssociatedResource",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b51"
+    "specificationReference" : "_:b57"
   }, {
     "@id" : "ldpt:NonRDFSource-PostResourceAndCheckLink",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.404Z",
+    "date" : "2014-11-04T17:58:14.077Z",
     "source" : "ldpt:NonRDFSource-PostResourceAndCheckLink",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5263,11 +5263,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostResourceAndCheckLink",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b389"
+    "specificationReference" : "_:b471"
   }, {
     "@id" : "ldpt:NonRDFSource-PostResourceAndGetFromContainer",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.403Z",
+    "date" : "2014-11-04T17:58:14.076Z",
     "source" : "ldpt:NonRDFSource-PostResourceAndGetFromContainer",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5280,11 +5280,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostResourceAndGetFromContainer",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b249"
+    "specificationReference" : "_:b261"
   }, {
     "@id" : "ldpt:NonRDFSource-PostResourceGetBinary",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.403Z",
+    "date" : "2014-11-04T17:58:14.076Z",
     "source" : "ldpt:NonRDFSource-PostResourceGetBinary",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5297,11 +5297,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostResourceGetBinary",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b381"
+    "specificationReference" : "_:b392"
   }, {
     "@id" : "ldpt:NonRDFSource-PostResourceGetMetadataAndBinary",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.404Z",
+    "date" : "2014-11-04T17:58:14.077Z",
     "source" : "ldpt:NonRDFSource-PostResourceGetMetadataAndBinary",
     "subject" : "MAY",
     "conformanceLevel" : "ldpt:MAY",
@@ -5314,11 +5314,11 @@
     "action" : "",
     "name" : "NonRDFSource-PostResourceGetMetadataAndBinary",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b58"
+    "specificationReference" : "_:b61"
   }, {
     "@id" : "ldpt:NonRDFSource-PreconditionRequiredStatusCode",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.409Z",
+    "date" : "2014-11-04T17:58:14.084Z",
     "source" : "ldpt:CommonResource-PreconditionRequiredStatusCode",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5331,11 +5331,11 @@
     "action" : "",
     "name" : "NonRDFSource-PreconditionRequiredStatusCode",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b459"
+    "specificationReference" : "_:b461"
   }, {
     "@id" : "ldpt:NonRDFSource-PutBadETag",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.408Z",
+    "date" : "2014-11-04T17:58:14.084Z",
     "source" : "ldpt:CommonResource-PutBadETag",
     "subject" : "MUST",
     "conformanceLevel" : "ldpt:MUST",
@@ -5348,11 +5348,11 @@
     "action" : "",
     "name" : "NonRDFSource-PutBadETag",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b132"
+    "specificationReference" : "_:b53"
   }, {
     "@id" : "ldpt:NonRDFSource-PutRequiresIfMatch",
     "@type" : "earl:TestCase",
-    "date" : "2014-10-20T16:50:59.415Z",
+    "date" : "2014-11-04T17:58:14.082Z",
     "source" : "ldpt:CommonResource-PutRequiresIfMatch",
     "subject" : "SHOULD",
     "conformanceLevel" : "ldpt:SHOULD",
@@ -5365,7 +5365,7 @@
     "action" : "",
     "name" : "NonRDFSource-PutRequiresIfMatch",
     "reviewStatus" : "td:approved",
-    "specificationReference" : "_:b360"
+    "specificationReference" : "_:b371"
   }, {
     "@id" : "ldpt:RDFSource-MAYManifest",
     "@type" : "mf:Manifest",
@@ -5381,7 +5381,7 @@
     "title" : "RDFSource (MUST)",
     "comment" : "LDP RDF Source tests. MUST conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:MemberResource-PublishConstraintsUnknownProp", "ldpt:MemberResource-PutReadOnlyProperties4xxStatus", "ldpt:MemberResource-PutPropertiesNotPersisted", "ldpt:MemberResource-GetResourceAcceptTurtle", "ldpt:MemberResource-PutReplacesResource", "ldpt:MemberResource-GetResource", "ldpt:MemberResource-RelativeUriResolutionPut", "ldpt:MemberResource-PutSimpleUpdate", "ldpt:MemberResource-JsonLdRepresentation", "ldpt:MemberResource-PublishConstraintsReadOnlyProp", "ldpt:MemberResource-ConformsRdfSourceLdpResource", "ldpt:MemberResource-RestrictClientInference", "ldpt:MemberResource-PutBadETag", "ldpt:MemberResource-Head", "ldpt:MemberResource-PreconditionRequiredStatusCode", "ldpt:MemberResource-LdpLinkHeader", "ldpt:MemberResource-Options", "ldpt:MemberResource-OptionsAllowHeader", "ldpt:MemberResource-IsHttp11Manual", "ldpt:MemberResource-ETagHeadersGet", "ldpt:MemberResource-ETagHeadersHead", "ldpt:MemberResource-GetResponseHeaders", "ldpt:MemberResource-ConditionFailedStatusCode", "ldpt:MemberResource-AcceptPatchHeader" ]
+      "@list" : [ "ldpt:MemberResource-RelativeUriResolutionPut", "ldpt:MemberResource-PutReplacesResource", "ldpt:MemberResource-PutSimpleUpdate", "ldpt:MemberResource-GetResource", "ldpt:MemberResource-RestrictClientInference", "ldpt:MemberResource-GetResourceAcceptTurtle", "ldpt:MemberResource-JsonLdRepresentation", "ldpt:MemberResource-PublishConstraintsReadOnlyProp", "ldpt:MemberResource-PublishConstraintsUnknownProp", "ldpt:MemberResource-PutReadOnlyProperties4xxStatus", "ldpt:MemberResource-PutPropertiesNotPersisted", "ldpt:MemberResource-ConformsRdfSourceLdpResource", "ldpt:MemberResource-IsHttp11Manual", "ldpt:MemberResource-ETagHeadersGet", "ldpt:MemberResource-ETagHeadersHead", "ldpt:MemberResource-LdpLinkHeader", "ldpt:MemberResource-GetResponseHeaders", "ldpt:MemberResource-ConditionFailedStatusCode", "ldpt:MemberResource-PreconditionRequiredStatusCode", "ldpt:MemberResource-PutBadETag", "ldpt:MemberResource-Head", "ldpt:MemberResource-AcceptPatchHeader", "ldpt:MemberResource-Options", "ldpt:MemberResource-OptionsAllowHeader" ]
     },
     "name" : "RDFSource (MUST)"
   }, {
@@ -5390,23 +5390,24 @@
     "title" : "RDFSource (SHOULD)",
     "comment" : "LDP RDF Source tests. SHOULD conformance tests.",
     "entries" : {
-      "@list" : [ "ldpt:MemberResource-GetResourceAsTurtleNoAccept", "ldpt:MemberResource-ResponsePropertiesNotPersisted", "ldpt:MemberResource-UseStandardVocabularies", "ldpt:MemberResource-4xxErrorHasResponseBody", "ldpt:MemberResource-ContainsRdfType", "ldpt:MemberResource-ReUseVocabularies", "ldpt:MemberResource-PutRequiresIfMatch" ]
+      "@list" : [ "ldpt:MemberResource-ContainsRdfType", "ldpt:MemberResource-ReUseVocabularies", "ldpt:MemberResource-UseStandardVocabularies", "ldpt:MemberResource-GetResourceAsTurtleNoAccept", "ldpt:MemberResource-4xxErrorHasResponseBody", "ldpt:MemberResource-ResponsePropertiesNotPersisted", "ldpt:MemberResource-PutRequiresIfMatch" ]
     },
     "name" : "RDFSource (SHOULD)"
   } ],
   "@id" : "urn:x-arq:DefaultGraphNode",
   "@context" : {
+    "subject" : "http://purl.org/dc/terms/subject",
+    "label" : "http://www.w3.org/2000/01/rdf-schema#label",
     "date" : {
       "@id" : "http://purl.org/dc/terms/date",
       "@type" : "http://www.w3.org/2001/XMLSchema#dateTime"
     },
-    "label" : "http://www.w3.org/2000/01/rdf-schema#label",
     "comment" : "http://www.w3.org/2000/01/rdf-schema#comment",
-    "action" : "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action",
     "documentation" : {
       "@id" : "http://w3c.github.io/ldp-testsuite/manifest#documentation",
       "@type" : "@id"
     },
+    "action" : "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action",
     "specificationReference" : {
       "@id" : "http://www.w3.org/2006/03/test-description#specificationReference",
       "@type" : "@id"
@@ -5433,11 +5434,6 @@
       "@id" : "http://purl.org/dc/terms/source",
       "@type" : "@id"
     },
-    "subject" : "http://purl.org/dc/terms/subject",
-    "includesText" : {
-      "@id" : "http://www.w3.org/2006/03/test-description#includesText",
-      "@type" : "http://www.w3.org/2001/XMLSchema#string"
-    },
     "rest" : {
       "@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",
       "@type" : "@id"
@@ -5446,6 +5442,10 @@
       "@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#first",
       "@type" : "@id"
     },
+    "includesText" : {
+      "@id" : "http://www.w3.org/2006/03/test-description#includesText",
+      "@type" : "http://www.w3.org/2001/XMLSchema#string"
+    },
     "entries" : {
       "@id" : "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#entries",
       "@type" : "@id"
--- a/tests/reports/ldp-earl-manifest.ttl	Tue Nov 04 12:13:33 2014 -0500
+++ b/tests/reports/ldp-earl-manifest.ttl	Tue Nov 04 13:00:46 2014 -0500
@@ -14,7 +14,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "IndirectContainer-ETagHeadersGet" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.272Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersGet ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -34,7 +34,7 @@
         rdfs:comment               "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response." ;
         rdfs:label                 "BasicContainer-PostResponseStatusAndLocation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
-        dcterms:date               "2014-10-20T16:50:59.313Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.103Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostResponseStatusAndLocation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -54,12 +54,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "DirectContainer-RelativeUriResolutionPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.437Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.012Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RelativeUriResolutionPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "DirectContainer-RelativeUriResolutionPost" ;
@@ -74,12 +74,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "DirectContainer-RelativeUriResolutionPut" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.468Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.028Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RelativeUriResolutionPut ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "DirectContainer-RelativeUriResolutionPut" ;
@@ -94,7 +94,7 @@
         rdfs:comment               "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source." ;
         rdfs:label                 "BasicContainer-TypeRdfSource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.343Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.12Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-TypeRdfSource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -114,7 +114,7 @@
         rdfs:comment               "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source." ;
         rdfs:label                 "DirectContainer-TypeRdfSource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.475Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.03Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-TypeRdfSource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -134,7 +134,7 @@
         rdfs:comment               "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]." ;
         rdfs:label                 "DirectContainer-GetResourceAcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.462Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.033Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -154,7 +154,7 @@
         rdfs:comment               "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]." ;
         rdfs:label                 "BasicContainer-GetResourceAsTurtleNoAccept" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-conneg> ;
-        dcterms:date               "2014-10-20T16:50:59.333Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAsTurtleNoAccept ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -173,7 +173,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Non-RDF Source tests. MAY conformance tests." ;
         dcterms:title  "Non-RDFSource (MAY)" ;
-        mf:entries     ( ldpt:NonRDFSource-PostResourceAndGetFromContainer ldpt:NonRDFSource-PostResourceGetBinary ldpt:NonRDFSource-PostResourceGetMetadataAndBinary ldpt:NonRDFSource-PostResourceAndCheckLink ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource ldpt:NonRDFSource-PostNonRDFSource ) ;
+        mf:entries     ( ldpt:NonRDFSource-PostNonRDFSource ldpt:NonRDFSource-PostResourceAndGetFromContainer ldpt:NonRDFSource-PostResourceGetBinary ldpt:NonRDFSource-PostResourceGetMetadataAndBinary ldpt:NonRDFSource-PostResourceAndCheckLink ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource ) ;
         mf:name        "Non-RDFSource (MAY)" .
 
 ldpt:IndirectContainer-PutToCreate
@@ -181,7 +181,7 @@
         rdfs:comment               "LDP servers MAY choose to allow the creation of new resources using HTTP PUT." ;
         rdfs:label                 "IndirectContainer-PutToCreate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.213Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.859Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PutToCreate ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -201,7 +201,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "MemberResource-ETagHeadersHead" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.979Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersHead ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -221,7 +221,7 @@
         rdfs:comment               "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources." ;
         rdfs:label                 "NonRDFSource-PostNonRDFSource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createbins> ;
-        dcterms:date               "2014-10-20T16:50:59.406Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.075Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostNonRDFSource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -241,7 +241,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
         rdfs:label                 "IndirectContainer-Head" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
-        dcterms:date               "2014-10-20T16:50:59.269Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.927Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Head ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -261,7 +261,7 @@
         rdfs:comment               "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]." ;
         rdfs:label                 "DirectContainer-PreferMembershipTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-prefer> ;
-        dcterms:date               "2014-10-20T16:50:59.423Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.011Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-PreferMembershipTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -281,7 +281,7 @@
         rdfs:comment               "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI." ;
         rdfs:label                 "MemberResource-LdpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.388Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.98Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-LdpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -301,7 +301,7 @@
         rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
         rdfs:label                 "MemberResource-PutRequiresIfMatch" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.981Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -321,12 +321,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "IndirectContainer-RelativeUriResolutionPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.215Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.862Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RelativeUriResolutionPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "IndirectContainer-RelativeUriResolutionPost" ;
@@ -341,7 +341,7 @@
         rdfs:comment               "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI." ;
         rdfs:label                 "BasicContainer-ContainerSupportsHttpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.312Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.099Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:BasicContainer-ContainerSupportsHttpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -361,7 +361,7 @@
         rdfs:comment               "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. " ;
         rdfs:label                 "DirectContainer-RdfTypeLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-typecontainer> ;
-        dcterms:date               "2014-10-20T16:50:59.441Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.022Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RdfTypeLdpContainer ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -381,7 +381,7 @@
         rdfs:comment               "Upon successful creation of an LDP-NR (HTTP status code of 201-Created and URI indicated by Location response header), LDP servers may create an associated LDP-RS to contain data about the newly created LDP-NR. If a LDP server creates this associated LDP-RS it must indicate its location on the HTTP response using the HTTP Link response header with link relation describedby and href to be the URI of the associated LDP-RS resource." ;
         rdfs:label                 "NonRDFSource-PostResourceAndCheckAssociatedResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createbinlinkmetahdr> ;
-        dcterms:date               "2014-10-20T16:50:59.405Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.078Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -400,7 +400,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP RDF Source tests. SHOULD conformance tests." ;
         dcterms:title  "RDFSource (SHOULD)" ;
-        mf:entries     ( ldpt:MemberResource-GetResourceAsTurtleNoAccept ldpt:MemberResource-ResponsePropertiesNotPersisted ldpt:MemberResource-UseStandardVocabularies ldpt:MemberResource-4xxErrorHasResponseBody ldpt:MemberResource-ContainsRdfType ldpt:MemberResource-ReUseVocabularies ldpt:MemberResource-PutRequiresIfMatch ) ;
+        mf:entries     ( ldpt:MemberResource-ContainsRdfType ldpt:MemberResource-ReUseVocabularies ldpt:MemberResource-UseStandardVocabularies ldpt:MemberResource-GetResourceAsTurtleNoAccept ldpt:MemberResource-4xxErrorHasResponseBody ldpt:MemberResource-ResponsePropertiesNotPersisted ldpt:MemberResource-PutRequiresIfMatch ) ;
         mf:name        "RDFSource (SHOULD)" .
 
 ldpt:NonRDFSource-PostResourceGetMetadataAndBinary
@@ -408,7 +408,7 @@
         rdfs:comment               "Each LDP Non-RDF Source must also be a conforming LDP Resource. LDP Non-RDF Sources may not be able to fully express their state using RDF." ;
         rdfs:label                 "NonRDFSource-PostResourceGetMetadataAndBinary" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpnr-are-ldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.404Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.077Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostResourceGetMetadataAndBinary ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -428,7 +428,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "BasicContainer-ConditionFailedStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.35Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.139Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ConditionFailedStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -448,7 +448,7 @@
         rdfs:comment               "LDP 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:label                 "IndirectContainer-OptionsAllowHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-allow> ;
-        dcterms:date               "2014-10-20T16:50:59.271Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.929Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-OptionsAllowHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -468,7 +468,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
         rdfs:label                 "NonRDFSource-GetResponseHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
-        dcterms:date               "2014-10-20T16:50:59.414Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.082Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResponseHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -488,7 +488,7 @@
         rdfs:comment               "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document." ;
         rdfs:label                 "BasicContainer-RestrictClientInference" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-noinferencing> ;
-        dcterms:date               "2014-10-20T16:50:59.344Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.123Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RestrictClientInference ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -509,7 +509,7 @@
         rdfs:comment               "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple." ;
         rdfs:label                 "IndirectContainer-DeleteRemovesContainmentTriple" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple> ;
-        dcterms:date               "2014-10-20T16:50:59.216Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.877Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-DeleteRemovesContainmentTriple ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -529,7 +529,7 @@
         rdfs:comment               "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible." ;
         rdfs:label                 "DirectContainer-UseStandardVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas> ;
-        dcterms:date               "2014-10-20T16:50:59.464Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.032Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-UseStandardVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -550,7 +550,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
         rdfs:label                 "BasicContainer-Options" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
-        dcterms:date               "2014-10-20T16:50:59.347Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.142Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Options ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -570,7 +570,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]." ;
         rdfs:label                 "DirectContainer-PutPropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.46Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.037Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutPropertiesNotPersisted ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -590,7 +590,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "BasicContainer-ResponsePropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.334Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.13Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ResponsePropertiesNotPersisted ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -610,7 +610,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP." ;
         rdfs:label                 "DirectContainer-4xxErrorHasResponseBody" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.465Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.037Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-4xxErrorHasResponseBody ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -630,7 +630,7 @@
         rdfs:comment               "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section." ;
         rdfs:label                 "BasicContainer-ConformsRdfSourceLdpResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-are-ldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.341Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.131Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" ;
         dcterms:source             ldpt:RdfSource-ConformsRdfSourceLdpResource ;
         dcterms:subject            "MUST" ;
@@ -651,7 +651,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "BasicContainer-RequestedInteractionModelHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.325Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.105Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -671,12 +671,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "IndirectContainer-RelativeUriResolutionPut" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.254Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.889Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RelativeUriResolutionPut ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "IndirectContainer-RelativeUriResolutionPut" ;
@@ -691,7 +691,7 @@
         rdfs:comment               "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource." ;
         rdfs:label                 "IndirectContainer-NullRelativeUriPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel> ;
-        dcterms:date               "2014-10-20T16:50:59.221Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.869Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NullRelativeUriPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -711,7 +711,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
         rdfs:label                 "DirectContainer-Options" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
-        dcterms:date               "2014-10-20T16:50:59.479Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.047Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Options ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -731,7 +731,7 @@
         rdfs:comment               "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]." ;
         rdfs:label                 "IndirectContainer-GetResourceAcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.238Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.902Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -751,7 +751,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "NonRDFSource-ETagHeadersHead" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.413Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.081Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersHead ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -771,7 +771,7 @@
         rdfs:comment               "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint." ;
         rdfs:label                 "DirectContainer-PostNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-serverassignuri> ;
-        dcterms:date               "2014-10-20T16:50:59.455Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.017Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -791,7 +791,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)" ;
         rdfs:label                 "IndirectContainer-PutReadOnlyProperties4xxStatus" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.235Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.907Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReadOnlyProperties4xxStatus ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -811,7 +811,7 @@
         rdfs:comment               "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List." ;
         rdfs:label                 "IndirectContainer-NoRdfBagSeqOrList" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes> ;
-        dcterms:date               "2014-10-20T16:50:59.212Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.863Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NoRdfBagSeqOrList ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -831,7 +831,7 @@
         rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
         rdfs:label                 "BasicContainer-IsHttp11Manual" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
-        dcterms:date               "2014-10-20T16:50:59.348Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.135Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-IsHttp11Manual ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -851,8 +851,8 @@
         rdfs:comment               "Each LDP Basic Container MUST also be a conforming LDP Container in section 5.2 Container along with the following restrictions in this section." ;
         rdfs:label                 "BasicContainer-ConformsBcLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpbc-are-ldpcs> ;
-        dcterms:date               "2014-10-20T16:50:59.307Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ;
+        dcterms:date               "2014-11-04T17:58:14.093Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ;
         dcterms:source             ldpt:BasicContainer-ConformsBcLdpContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -872,7 +872,7 @@
         rdfs:comment               "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. " ;
         rdfs:label                 "BasicContainer-AcceptPatchHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
-        dcterms:date               "2014-10-20T16:50:59.351Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.141Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-AcceptPatchHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -892,7 +892,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]." ;
         rdfs:label                 "MemberResource-PutPropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.376Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.973Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutPropertiesNotPersisted ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -912,7 +912,7 @@
         rdfs:comment               "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing." ;
         rdfs:label                 "DirectContainer-ContainsRdfType" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.466Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.03Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ContainsRdfType ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -932,7 +932,7 @@
         rdfs:comment               "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "BasicContainer-CreateWithoutConstraints" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-mincontraints> ;
-        dcterms:date               "2014-10-20T16:50:59.33Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.107Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-CreateWithoutConstraints ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -952,7 +952,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "IndirectContainer-PreconditionRequiredStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.269Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.926Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PreconditionRequiredStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -972,7 +972,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "IndirectContainer-PublishConstraintsUnknownProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.235Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsUnknownProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -992,7 +992,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)" ;
         rdfs:label                 "MemberResource-PutReadOnlyProperties4xxStatus" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.375Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.972Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReadOnlyProperties4xxStatus ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1012,7 +1012,7 @@
         rdfs:comment               "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible." ;
         rdfs:label                 "IndirectContainer-UseStandardVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas> ;
-        dcterms:date               "2014-10-20T16:50:59.24Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.9Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-UseStandardVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1033,7 +1033,7 @@
         rdfs:comment               "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI." ;
         rdfs:label                 "IndirectContainer-ServerHonorsSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-slug> ;
-        dcterms:date               "2014-10-20T16:50:59.218Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.88Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ServerHonorsSlug ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -1053,7 +1053,7 @@
         rdfs:comment               "LDP 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:label                 "BasicContainer-OptionsAllowHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-allow> ;
-        dcterms:date               "2014-10-20T16:50:59.347Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.143Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-OptionsAllowHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1073,7 +1073,7 @@
         rdfs:comment               "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]." ;
         rdfs:label                 "BasicContainer-RestrictPutReUseUri" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.324Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.11Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictPutReUseUri ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1093,7 +1093,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP." ;
         rdfs:label                 "IndirectContainer-4xxErrorHasResponseBody" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.249Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.908Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-4xxErrorHasResponseBody ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1113,7 +1113,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "BasicContainer-RestrictUriReUseSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.315Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.108Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1133,7 +1133,7 @@
         rdfs:comment               "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response." ;
         rdfs:label                 "IndirectContainer-PostResponseStatusAndLocation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
-        dcterms:date               "2014-10-20T16:50:59.21Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.864Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostResponseStatusAndLocation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1153,8 +1153,8 @@
         rdfs:comment               "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source." ;
         rdfs:label                 "DirectContainer-ConformsContainerRdfResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-isldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.449Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus" ;
+        dcterms:date               "2014-11-04T17:58:14.024Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus" ;
         dcterms:source             ldpt:CommonContainer-ConformsContainerRdfResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1174,7 +1174,7 @@
         rdfs:comment               "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]." ;
         rdfs:label                 "DirectContainer-RestrictPutReUseUri" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.446Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.021Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictPutReUseUri ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1194,7 +1194,7 @@
         rdfs:comment               "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. " ;
         rdfs:label                 "IndirectContainer-AcceptPatchHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
-        dcterms:date               "2014-10-20T16:50:59.276Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.928Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-AcceptPatchHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1214,7 +1214,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "MemberResource-PreconditionRequiredStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.388Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.982Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PreconditionRequiredStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1234,7 +1234,7 @@
         rdfs:comment               "LDP Direct Containers SHOULD use the ldp:member predicate as an LDPC's membership predicate if there is no obvious predicate from an application vocabulary to use." ;
         rdfs:label                 "DirectContainer-UseMemberPredicate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-mbrpred> ;
-        dcterms:date               "2014-10-20T16:50:59.424Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.001Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-UseMemberPredicate ;
         dcterms:subject            "SHOULD, ldpMember" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1254,7 +1254,7 @@
         rdfs:comment               "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules." ;
         rdfs:label                 "BasicContainer-ReUseVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocab> ;
-        dcterms:date               "2014-10-20T16:50:59.338Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.121Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ReUseVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1275,7 +1275,7 @@
         rdfs:comment               "Each LDP Direct Container representation must contain exactly one triple whose subject is the LDPC URI, and whose predicate is either ldp:hasMemberRelation or ldp:isMemberOfRelation. The object of the triple is constrained by other sections, such as ldp:hasMemberRelation or ldp:isMemberOfRelation, based on the membership triple pattern used by the container." ;
         rdfs:label                 "DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-containtriples> ;
-        dcterms:date               "2014-10-20T16:50:59.425Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.003Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1295,7 +1295,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "DirectContainer-ETagHeadersHead" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.482Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.042Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersHead ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1315,7 +1315,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "MemberResource-PutBadETag" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.387Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.983Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutBadETag ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1335,7 +1335,7 @@
         rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
         rdfs:label                 "DirectContainer-PutRequiresIfMatch" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.483Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.044Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1355,7 +1355,7 @@
         rdfs:comment               "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]." ;
         rdfs:label                 "DirectContainer-AcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.457Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.016Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1375,7 +1375,7 @@
         rdfs:comment               "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple." ;
         rdfs:label                 "BasicContainer-DeleteRemovesContainmentTriple" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple> ;
-        dcterms:date               "2014-10-20T16:50:59.319Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.111Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-DeleteRemovesContainmentTriple ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1395,7 +1395,7 @@
         rdfs:comment               "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body." ;
         rdfs:label                 "IndirectContainer-ContentTypeHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-contenttype> ;
-        dcterms:date               "2014-10-20T16:50:59.234Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.869Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ContentTypeHeader ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1415,7 +1415,7 @@
         rdfs:comment               "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI." ;
         rdfs:label                 "DirectContainer-HttpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.423Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-HttpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1434,14 +1434,14 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Non-RDF Source tests. MUST conformance tests." ;
         dcterms:title  "Non-RDFSource (MUST)" ;
-        mf:entries     ( ldpt:NonRDFSource-OptionsHasSameLinkHeader ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource ldpt:NonRDFSource-PutBadETag ldpt:NonRDFSource-Head ldpt:NonRDFSource-PreconditionRequiredStatusCode ldpt:NonRDFSource-LdpLinkHeader ldpt:NonRDFSource-Options ldpt:NonRDFSource-OptionsAllowHeader ldpt:NonRDFSource-IsHttp11Manual ldpt:NonRDFSource-ETagHeadersGet ldpt:NonRDFSource-ETagHeadersHead ldpt:NonRDFSource-GetResponseHeaders ldpt:NonRDFSource-ConditionFailedStatusCode ldpt:NonRDFSource-AcceptPatchHeader ldpt:NonRDFSource-GetResource ) ;
+        mf:entries     ( ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource ldpt:NonRDFSource-OptionsHasSameLinkHeader ldpt:NonRDFSource-GetResource ldpt:NonRDFSource-IsHttp11Manual ldpt:NonRDFSource-ETagHeadersGet ldpt:NonRDFSource-ETagHeadersHead ldpt:NonRDFSource-LdpLinkHeader ldpt:NonRDFSource-GetResponseHeaders ldpt:NonRDFSource-ConditionFailedStatusCode ldpt:NonRDFSource-PreconditionRequiredStatusCode ldpt:NonRDFSource-PutBadETag ldpt:NonRDFSource-Head ldpt:NonRDFSource-AcceptPatchHeader ldpt:NonRDFSource-Options ldpt:NonRDFSource-OptionsAllowHeader ) ;
         mf:name        "Non-RDFSource (MUST)" .
 
 ldpt:BasicContainer-MUSTManifest
         a              mf:Manifest ;
         rdfs:comment   "LDP Basic Container tests. MUST conformance tests." ;
         dcterms:title  "BasicContainer (MUST)" ;
-        mf:entries     ( ldpt:BasicContainer-ConformsBcLdpContainer ldpt:BasicContainer-ContainerSupportsHttpLinkHeader ldpt:BasicContainer-PostResponseStatusAndLocation ldpt:BasicContainer-PostContainer ldpt:BasicContainer-PostJsonLd ldpt:BasicContainer-RelativeUriResolutionPost ldpt:BasicContainer-DeleteRemovesContainmentTriple ldpt:BasicContainer-AcceptPostResponseHeader ldpt:BasicContainer-NullRelativeUriPost ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed ldpt:BasicContainer-RequestedInteractionModelHeaders ldpt:BasicContainer-ConformsContainerRdfResource ldpt:BasicContainer-AcceptTurtle ldpt:BasicContainer-PublishConstraintsUnknownProp ldpt:BasicContainer-PutReadOnlyProperties4xxStatus ldpt:BasicContainer-PutPropertiesNotPersisted ldpt:BasicContainer-GetResourceAcceptTurtle ldpt:BasicContainer-PutReplacesResource ldpt:BasicContainer-GetResource ldpt:BasicContainer-RelativeUriResolutionPut ldpt:BasicContainer-PutSimpleUpdate ldpt:BasicContainer-JsonLdRepresentation ldpt:BasicContainer-PublishConstraintsReadOnlyProp ldpt:BasicContainer-ConformsRdfSourceLdpResource ldpt:BasicContainer-RestrictClientInference ldpt:BasicContainer-PutBadETag ldpt:BasicContainer-Head ldpt:BasicContainer-PreconditionRequiredStatusCode ldpt:BasicContainer-LdpLinkHeader ldpt:BasicContainer-Options ldpt:BasicContainer-OptionsAllowHeader ldpt:BasicContainer-IsHttp11Manual ldpt:BasicContainer-ETagHeadersGet ldpt:BasicContainer-ETagHeadersHead ldpt:BasicContainer-GetResponseHeaders ldpt:BasicContainer-ConditionFailedStatusCode ldpt:BasicContainer-AcceptPatchHeader ) ;
+        mf:entries     ( ldpt:BasicContainer-ConformsBcLdpContainer ldpt:BasicContainer-ContainerSupportsHttpLinkHeader ldpt:BasicContainer-RelativeUriResolutionPost ldpt:BasicContainer-PostResponseStatusAndLocation ldpt:BasicContainer-PostContainer ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed ldpt:BasicContainer-RequestedInteractionModelHeaders ldpt:BasicContainer-AcceptTurtle ldpt:BasicContainer-NullRelativeUriPost ldpt:BasicContainer-AcceptPostResponseHeader ldpt:BasicContainer-DeleteRemovesContainmentTriple ldpt:BasicContainer-PostJsonLd ldpt:BasicContainer-ConformsContainerRdfResource ldpt:BasicContainer-RelativeUriResolutionPut ldpt:BasicContainer-PutReplacesResource ldpt:BasicContainer-PutSimpleUpdate ldpt:BasicContainer-GetResource ldpt:BasicContainer-RestrictClientInference ldpt:BasicContainer-GetResourceAcceptTurtle ldpt:BasicContainer-JsonLdRepresentation ldpt:BasicContainer-PublishConstraintsReadOnlyProp ldpt:BasicContainer-PublishConstraintsUnknownProp ldpt:BasicContainer-PutReadOnlyProperties4xxStatus ldpt:BasicContainer-PutPropertiesNotPersisted ldpt:BasicContainer-ConformsRdfSourceLdpResource ldpt:BasicContainer-IsHttp11Manual ldpt:BasicContainer-ETagHeadersGet ldpt:BasicContainer-ETagHeadersHead ldpt:BasicContainer-LdpLinkHeader ldpt:BasicContainer-GetResponseHeaders ldpt:BasicContainer-ConditionFailedStatusCode ldpt:BasicContainer-PreconditionRequiredStatusCode ldpt:BasicContainer-PutBadETag ldpt:BasicContainer-Head ldpt:BasicContainer-AcceptPatchHeader ldpt:BasicContainer-Options ldpt:BasicContainer-OptionsAllowHeader ) ;
         mf:name        "BasicContainer (MUST)" .
 
 ldpt:NonRDFSource-PostResourceAndGetFromContainer
@@ -1449,7 +1449,7 @@
         rdfs:comment               "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources." ;
         rdfs:label                 "NonRDFSource-PostResourceAndGetFromContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createbins> ;
-        dcterms:date               "2014-10-20T16:50:59.403Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.076Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostResourceAndGetFromContainer ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -1469,7 +1469,7 @@
         rdfs:comment               "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing." ;
         rdfs:label                 "BasicContainer-ContainsRdfType" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.337Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.12Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ContainsRdfType ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1489,7 +1489,7 @@
         rdfs:comment               " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]." ;
         rdfs:label                 "IndirectContainer-JsonLdRepresentation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.257Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.904Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-JsonLdRepresentation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1509,7 +1509,7 @@
         rdfs:comment               "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs." ;
         rdfs:label                 "MemberResource-PutSimpleUpdate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
-        dcterms:date               "2014-10-20T16:50:59.382Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.962Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutSimpleUpdate ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1529,7 +1529,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "IndirectContainer-RestrictUriReUseNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.22Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.873Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1549,12 +1549,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "BasicContainer-RelativeUriResolutionPut" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.338Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.118Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RelativeUriResolutionPut ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "BasicContainer-RelativeUriResolutionPut" ;
@@ -1569,7 +1569,7 @@
         rdfs:comment               "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. " ;
         rdfs:label                 "DirectContainer-AcceptPatchHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
-        dcterms:date               "2014-10-20T16:50:59.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.047Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-AcceptPatchHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1589,7 +1589,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "IndirectContainer-PublishConstraintsReadOnlyProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.257Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsReadOnlyProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1609,7 +1609,7 @@
         rdfs:comment               "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]." ;
         rdfs:label                 "IndirectContainer-AcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.233Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.868Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1629,7 +1629,7 @@
         rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
         rdfs:label                 "DirectContainer-IsHttp11Manual" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
-        dcterms:date               "2014-10-20T16:50:59.481Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.041Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-IsHttp11Manual ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1656,7 +1656,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "MemberResource-PublishConstraintsUnknownProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.375Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.97Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsUnknownProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1676,7 +1676,7 @@
         rdfs:comment               "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response." ;
         rdfs:label                 "IndirectContainer-GetResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
-        dcterms:date               "2014-10-20T16:50:59.25Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.892Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1696,7 +1696,7 @@
         rdfs:comment               " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]." ;
         rdfs:label                 "MemberResource-JsonLdRepresentation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.382Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.968Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-JsonLdRepresentation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1716,7 +1716,7 @@
         rdfs:comment               "When an LDPR identified by the object of a membership triple which was originally created by the LDP-DC is deleted, the LDPC server MUST also remove the corresponding membership triple." ;
         rdfs:label                 "DirectContainer-DeleteResourceUpdatesTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-del-contremovesmbrtriple> ;
-        dcterms:date               "2014-10-20T16:50:59.426Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.005Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-DeleteResourceUpdatesTriples ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1736,7 +1736,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
         rdfs:label                 "IndirectContainer-GetResponseHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
-        dcterms:date               "2014-10-20T16:50:59.274Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResponseHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1756,7 +1756,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)" ;
         rdfs:label                 "BasicContainer-PutReadOnlyProperties4xxStatus" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.332Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.128Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReadOnlyProperties4xxStatus ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1776,7 +1776,7 @@
         rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
         rdfs:label                 "NonRDFSource-IsHttp11Manual" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
-        dcterms:date               "2014-10-20T16:50:59.412Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.08Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-IsHttp11Manual ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1796,7 +1796,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "MemberResource-PublishConstraintsReadOnlyProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.382Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.969Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsReadOnlyProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1816,7 +1816,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "BasicContainer-ETagHeadersHead" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.349Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.136Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersHead ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1836,7 +1836,7 @@
         rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
         rdfs:label                 "IndirectContainer-IsHttp11Manual" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
-        dcterms:date               "2014-10-20T16:50:59.272Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-IsHttp11Manual ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1856,7 +1856,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "DirectContainer-PutBadETag" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.477Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.045Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutBadETag ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1876,7 +1876,7 @@
         rdfs:comment               "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing." ;
         rdfs:label                 "MemberResource-ContainsRdfType" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.38Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.963Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ContainsRdfType ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1896,7 +1896,7 @@
         rdfs:comment               "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs." ;
         rdfs:label                 "IndirectContainer-PutSimpleUpdate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
-        dcterms:date               "2014-10-20T16:50:59.256Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.891Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutSimpleUpdate ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1916,7 +1916,7 @@
         rdfs:comment               "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules." ;
         rdfs:label                 "DirectContainer-ReUseVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocab> ;
-        dcterms:date               "2014-10-20T16:50:59.467Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ReUseVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1937,7 +1937,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
         rdfs:label                 "BasicContainer-Head" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
-        dcterms:date               "2014-10-20T16:50:59.345Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.141Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Head ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -1957,7 +1957,7 @@
         rdfs:comment               "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]." ;
         rdfs:label                 "DirectContainer-PreferContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-prefer> ;
-        dcterms:date               "2014-10-20T16:50:59.442Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.013Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PreferContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -1977,7 +1977,7 @@
         rdfs:comment               "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. " ;
         rdfs:label                 "IndirectContainer-RdfTypeLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-typecontainer> ;
-        dcterms:date               "2014-10-20T16:50:59.217Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.879Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RdfTypeLdpContainer ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -1997,7 +1997,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "BasicContainer-PreconditionRequiredStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.346Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.14Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PreconditionRequiredStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2012,12 +2012,32 @@
                                      td:includesText  "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
+ldpt:IndirectContainer-ContainerHasInsertedContentRelation
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen." ;
+        rdfs:label                 "IndirectContainer-ContainerHasInsertedContentRelation" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpic-indirectmbr> ;
+        dcterms:date               "2014-11-04T17:58:13.855Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:source             ldpt:IndirectContainer-ContainerHasInsertedContentRelation ;
+        dcterms:subject            "MUST" ;
+        ldpt:conformanceLevel      ldpt:MUST ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/IndirectContainerTest.html#testContainerHasInsertedContentRelation()> ;
+        ldpt:testMethod            ldpt:automated ;
+        mf:action                  "" ;
+        mf:name                    "IndirectContainer-ContainerHasInsertedContentRelation" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpic-indirectmbr> ;
+                                     td:includesText  "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] .
+
 ldpt:IndirectContainer-PostResource
         a                          earl:TestCase ;
         rdfs:comment               "LDPCs whose ldp:insertedContentRelation triple has an object other than ldp:MemberSubject and that create new resources MUST add a triple to the container whose subject is the container's URI, whose predicate is ldp:contains, and whose object is the newly created resource's URI (which will be different from the member-derived URI in this case). This ldp:contains triple can be the only link from the container to the newly created resource in certain cases." ;
         rdfs:label                 "IndirectContainer-PostResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpic-post-indirectmbrrel> ;
-        dcterms:date               "2014-10-20T16:50:59.209Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.857Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:IndirectContainer-PostResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2036,7 +2056,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Direct Container tests. SHOULD conformance tests." ;
         dcterms:title  "DirectContainer (SHOULD)" ;
-        mf:entries     ( ldpt:DirectContainer-PreferMembershipTriples ldpt:DirectContainer-UseMemberPredicate ldpt:DirectContainer-RestrictUriReUseSlug ldpt:DirectContainer-NoRdfBagSeqOrList ldpt:DirectContainer-RejectPutModifyingContainmentTriples ldpt:DirectContainer-PreferContainmentTriples ldpt:DirectContainer-RestrictUriReUseNoSlug ldpt:DirectContainer-RestrictPutReUseUri ldpt:DirectContainer-PatchMethod ldpt:DirectContainer-PostNoSlug ldpt:DirectContainer-CreateWithoutConstraints ldpt:DirectContainer-ContentTypeHeader ldpt:DirectContainer-GetResourceAsTurtleNoAccept ldpt:DirectContainer-ResponsePropertiesNotPersisted ldpt:DirectContainer-UseStandardVocabularies ldpt:DirectContainer-4xxErrorHasResponseBody ldpt:DirectContainer-ContainsRdfType ldpt:DirectContainer-ReUseVocabularies ldpt:DirectContainer-PutRequiresIfMatch ) ;
+        mf:entries     ( ldpt:DirectContainer-UseMemberPredicate ldpt:DirectContainer-PreferMembershipTriples ldpt:DirectContainer-NoRdfBagSeqOrList ldpt:DirectContainer-PreferContainmentTriples ldpt:DirectContainer-ContentTypeHeader ldpt:DirectContainer-PostNoSlug ldpt:DirectContainer-CreateWithoutConstraints ldpt:DirectContainer-RestrictUriReUseSlug ldpt:DirectContainer-RestrictUriReUseNoSlug ldpt:DirectContainer-RejectPutModifyingContainmentTriples ldpt:DirectContainer-RestrictPutReUseUri ldpt:DirectContainer-PatchMethod ldpt:DirectContainer-ContainsRdfType ldpt:DirectContainer-ReUseVocabularies ldpt:DirectContainer-UseStandardVocabularies ldpt:DirectContainer-GetResourceAsTurtleNoAccept ldpt:DirectContainer-4xxErrorHasResponseBody ldpt:DirectContainer-ResponsePropertiesNotPersisted ldpt:DirectContainer-PutRequiresIfMatch ) ;
         mf:name        "DirectContainer (SHOULD)" .
 
 ldpt:BasicContainer-ETagHeadersGet
@@ -2044,7 +2064,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "BasicContainer-ETagHeadersGet" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.348Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.136Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersGet ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2064,7 +2084,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "IndirectContainer-RequestedInteractionModelHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.226Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.867Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2084,7 +2104,7 @@
         rdfs:comment               "LDP 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:label                 "MemberResource-OptionsAllowHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-allow> ;
-        dcterms:date               "2014-10-20T16:50:59.389Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.985Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-OptionsAllowHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2104,7 +2124,7 @@
         rdfs:comment               "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document." ;
         rdfs:label                 "DirectContainer-RestrictClientInference" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-noinferencing> ;
-        dcterms:date               "2014-10-20T16:50:59.476Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.032Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RestrictClientInference ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2125,12 +2145,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "BasicContainer-RelativeUriResolutionPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.318Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.1Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RelativeUriResolutionPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonContainerTest.html#testRelativeUriResolutionPost(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "BasicContainer-RelativeUriResolutionPost" ;
@@ -2145,7 +2165,7 @@
         rdfs:comment               "When responding to requests whose request-URI is a LDP-NR with anassociated LDP-RS, a LDPC server must provide the same HTTP Link responseheader as is required in the create response" ;
         rdfs:label                 "NonRDFSource-OptionsHasSameLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-options-linkmetahdr> ;
-        dcterms:date               "2014-10-20T16:50:59.406Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.079Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-OptionsHasSameLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2165,7 +2185,7 @@
         rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
         rdfs:label                 "NonRDFSource-PutRequiresIfMatch" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.415Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.082Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2180,32 +2200,12 @@
                                      td:includesText  "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
-ldpt:IndirectContainer-ContainsLdpcUri
-        a                          earl:TestCase ;
-        rdfs:comment               "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen." ;
-        rdfs:label                 "IndirectContainer-ContainsLdpcUri" ;
-        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpic-indirectmbr> ;
-        dcterms:date               "2014-10-20T16:50:59.208Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:source             ldpt:IndirectContainer-ContainsLdpcUri ;
-        dcterms:subject            "MUST" ;
-        ldpt:conformanceLevel      ldpt:MUST ;
-        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/IndirectContainerTest.html#testContainsLdpcUri()> ;
-        ldpt:testMethod            ldpt:notImplemented ;
-        mf:action                  "" ;
-        mf:name                    "IndirectContainer-ContainsLdpcUri" ;
-        td:reviewStatus            td:unreviewed ;
-        td:specificationReference  [ a                td:Excerpt ;
-                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpic-indirectmbr> ;
-                                     td:includesText  "LDP Indirect Containers MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is ldp:insertedContentRelation, and whose object ICR describes how the member-derived-URI in the container's membership triples is chosen."^^<http://www.w3.org/2001/XMLSchema#string>
-                                   ] .
-
 ldpt:IndirectContainer-CreateWithoutConstraints
         a                          earl:TestCase ;
         rdfs:comment               "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "IndirectContainer-CreateWithoutConstraints" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-mincontraints> ;
-        dcterms:date               "2014-10-20T16:50:59.233Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.871Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-CreateWithoutConstraints ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2225,7 +2225,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
         rdfs:label                 "DirectContainer-Head" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
-        dcterms:date               "2014-10-20T16:50:59.478Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.046Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Head ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2245,7 +2245,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "DirectContainer-RequestedInteractionModelCreateNotAllowed" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.447Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.015Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2265,7 +2265,7 @@
         rdfs:comment               "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]." ;
         rdfs:label                 "MemberResource-GetResourceAcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.377Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.967Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2285,7 +2285,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "DirectContainer-RestrictUriReUseNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.443Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.019Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2300,12 +2300,32 @@
                                      td:includesText  "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
+ldpt:BasicContainer-GetResource
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response." ;
+        rdfs:label                 "BasicContainer-GetResource" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
+        dcterms:date               "2014-11-04T17:58:14.119Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:source             ldpt:RdfSource-GetResource ;
+        dcterms:subject            "MUST" ;
+        ldpt:conformanceLevel      ldpt:MUST ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testGetResource()> ;
+        ldpt:testMethod            ldpt:automated ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-GetResource" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
+                                     td:includesText  "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] .
+
 ldpt:IndirectContainer-ContainsRdfType
         a                          earl:TestCase ;
         rdfs:comment               "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing." ;
         rdfs:label                 "IndirectContainer-ContainsRdfType" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.251Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.892Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ContainsRdfType ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2320,32 +2340,12 @@
                                      td:includesText  "LDP-RSs representations SHOULD have at least one rdf:type set explicitly. This makes the representations much more useful to client applications that don’t support inferencing."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
-ldpt:BasicContainer-GetResource
-        a                          earl:TestCase ;
-        rdfs:comment               "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response." ;
-        rdfs:label                 "BasicContainer-GetResource" ;
-        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
-        dcterms:date               "2014-10-20T16:50:59.337Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:source             ldpt:RdfSource-GetResource ;
-        dcterms:subject            "MUST" ;
-        ldpt:conformanceLevel      ldpt:MUST ;
-        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testGetResource()> ;
-        ldpt:testMethod            ldpt:automated ;
-        mf:action                  "" ;
-        mf:name                    "BasicContainer-GetResource" ;
-        td:reviewStatus            td:approved ;
-        td:specificationReference  [ a                td:Excerpt ;
-                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
-                                     td:includesText  "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response."^^<http://www.w3.org/2001/XMLSchema#string>
-                                   ] .
-
 ldpt:IndirectContainer-PostNoSlug
         a                          earl:TestCase ;
         rdfs:comment               "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint." ;
         rdfs:label                 "IndirectContainer-PostNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-serverassignuri> ;
-        dcterms:date               "2014-10-20T16:50:59.232Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.87Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2365,7 +2365,7 @@
         rdfs:comment               "The representation of a LDPC MAY have an rdf:type of ldp:Container for Linked Data Platform Container. Non-normative note: LDPCs might have additional types, like any LDP-RS. " ;
         rdfs:label                 "BasicContainer-RdfTypeLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-typecontainer> ;
-        dcterms:date               "2014-10-20T16:50:59.32Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.112Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RdfTypeLdpContainer ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -2385,7 +2385,7 @@
         rdfs:comment               "LDP servers may host a mixture of LDP-RSs and LDP-NRs. For example, it is common for LDP servers to need to host binary or text resources that do not have useful RDF representations." ;
         rdfs:label                 "NonRDFSource-PostResourceGetBinary" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-binary> ;
-        dcterms:date               "2014-10-20T16:50:59.403Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.076Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostResourceGetBinary ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -2405,7 +2405,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
         rdfs:label                 "NonRDFSource-Head" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
-        dcterms:date               "2014-10-20T16:50:59.409Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.085Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Head ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2425,7 +2425,7 @@
         rdfs:comment               "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source." ;
         rdfs:label                 "IndirectContainer-ConformsContainerRdfResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-isldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.226Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.882Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" ;
         dcterms:source             ldpt:CommonContainer-ConformsContainerRdfResource ;
         dcterms:subject            "MUST" ;
@@ -2446,7 +2446,7 @@
         rdfs:comment               "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC." ;
         rdfs:label                 "IndirectContainer-PostContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains> ;
-        dcterms:date               "2014-10-20T16:50:59.211Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.865Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2466,7 +2466,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "DirectContainer-RestrictUriReUseSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.434Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.018Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2486,7 +2486,7 @@
         rdfs:comment               "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]." ;
         rdfs:label                 "IndirectContainer-PostJsonLd" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.214Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.881Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostJsonLd ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2506,7 +2506,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "IndirectContainer-ResponsePropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.239Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.909Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ResponsePropertiesNotPersisted ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2526,7 +2526,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]." ;
         rdfs:label                 "BasicContainer-PutPropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.333Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.129Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutPropertiesNotPersisted ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2546,7 +2546,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
         rdfs:label                 "BasicContainer-GetResponseHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
-        dcterms:date               "2014-10-20T16:50:59.349Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.138Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResponseHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2566,7 +2566,7 @@
         rdfs:comment               "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source." ;
         rdfs:label                 "IndirectContainer-TypeRdfSource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.266Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.893Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-TypeRdfSource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -2586,7 +2586,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "BasicContainer-PublishConstraintsReadOnlyProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.34Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.126Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsReadOnlyProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2606,7 +2606,7 @@
         rdfs:comment               "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible." ;
         rdfs:label                 "MemberResource-UseStandardVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas> ;
-        dcterms:date               "2014-10-20T16:50:59.378Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.965Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-UseStandardVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2627,7 +2627,7 @@
         rdfs:comment               "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint." ;
         rdfs:label                 "BasicContainer-PostNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-serverassignuri> ;
-        dcterms:date               "2014-10-20T16:50:59.329Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.107Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2647,7 +2647,7 @@
         rdfs:comment               "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI." ;
         rdfs:label                 "DirectContainer-ServerHonorsSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-slug> ;
-        dcterms:date               "2014-10-20T16:50:59.441Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.023Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ServerHonorsSlug ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -2667,7 +2667,7 @@
         rdfs:comment               "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI." ;
         rdfs:label                 "BasicContainer-LdpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.346Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.137Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-LdpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2687,7 +2687,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "IndirectContainer-RequestedInteractionModelCreateNotAllowed" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.225Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.866Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2707,7 +2707,7 @@
         rdfs:comment               "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs." ;
         rdfs:label                 "DirectContainer-PutSimpleUpdate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
-        dcterms:date               "2014-10-20T16:50:59.469Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutSimpleUpdate ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2727,7 +2727,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "IndirectContainer-ETagHeadersHead" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.273Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersHead ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2747,7 +2747,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP." ;
         rdfs:label                 "MemberResource-4xxErrorHasResponseBody" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.379Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.973Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-4xxErrorHasResponseBody ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2767,7 +2767,7 @@
         rdfs:comment               "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]." ;
         rdfs:label                 "IndirectContainer-GetResourceAsTurtleNoAccept" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-conneg> ;
-        dcterms:date               "2014-10-20T16:50:59.237Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.903Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAsTurtleNoAccept ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2794,7 +2794,7 @@
         rdfs:comment               "The representation of a LDP-RS MAY have an rdf:type of ldp:RDFSource for Linked Data Platform RDF Source." ;
         rdfs:label                 "MemberResource-TypeRdfSource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-rdftype> ;
-        dcterms:date               "2014-10-20T16:50:59.385Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.964Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-TypeRdfSource ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -2814,7 +2814,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "DirectContainer-ETagHeadersGet" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.481Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.042Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersGet ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2834,7 +2834,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that contains properties the server chooses not to persist, e.g. unknown content, LDP servers MUST respond with an appropriate 4xx range status code [HTTP11]." ;
         rdfs:label                 "IndirectContainer-PutPropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.236Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.908Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutPropertiesNotPersisted ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2854,7 +2854,7 @@
         rdfs:comment               "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document." ;
         rdfs:label                 "IndirectContainer-RestrictClientInference" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-noinferencing> ;
-        dcterms:date               "2014-10-20T16:50:59.267Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.901Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RestrictClientInference ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2875,7 +2875,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "DirectContainer-ResponsePropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.463Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.038Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ResponsePropertiesNotPersisted ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2895,7 +2895,7 @@
         rdfs:comment               "LDP servers exposing LDPCs MUST advertise their LDP support by exposing a HTTP Link header with a target URI matching the type of container (see below) the server supports, and a link relation type of type (that is, rel='type') in all responses to requests made to the LDPC's HTTP Request-URI." ;
         rdfs:label                 "IndirectContainer-ContainerSupportsHttpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.209Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.712Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2915,7 +2915,7 @@
         rdfs:comment               "LDP servers that allow LDPR creation via PUT SHOULD NOT re-use URIs. For RDF representations (LDP-RSs),the created resource can be thought of as an RDF named graph [rdf11-concepts]." ;
         rdfs:label                 "IndirectContainer-RestrictPutReUseUri" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.222Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.876Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictPutReUseUri ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -2935,7 +2935,7 @@
         rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
         rdfs:label                 "MemberResource-IsHttp11Manual" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
-        dcterms:date               "2014-10-20T16:50:59.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.978Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-IsHttp11Manual ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2955,7 +2955,7 @@
         rdfs:comment               "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response." ;
         rdfs:label                 "MemberResource-GetResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
-        dcterms:date               "2014-10-20T16:50:59.379Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.963Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2975,7 +2975,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
         rdfs:label                 "MemberResource-Options" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
-        dcterms:date               "2014-10-20T16:50:59.389Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.985Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Options ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -2995,7 +2995,7 @@
         rdfs:comment               "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC." ;
         rdfs:label                 "BasicContainer-PostContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains> ;
-        dcterms:date               "2014-10-20T16:50:59.314Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.104Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3015,7 +3015,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "NonRDFSource-ETagHeadersGet" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.413Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.08Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersGet ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3035,7 +3035,7 @@
         rdfs:comment               "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]." ;
         rdfs:label                 "DirectContainer-PostJsonLd" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.436Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.023Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostJsonLd ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3055,7 +3055,7 @@
         rdfs:comment               "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. " ;
         rdfs:label                 "MemberResource-AcceptPatchHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
-        dcterms:date               "2014-10-20T16:50:59.392Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.984Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-AcceptPatchHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3075,7 +3075,7 @@
         rdfs:comment               "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI." ;
         rdfs:label                 "NonRDFSource-LdpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.41Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.081Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-LdpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3095,7 +3095,7 @@
         rdfs:comment               "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section." ;
         rdfs:label                 "MemberResource-ConformsRdfSourceLdpResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-are-ldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.383Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.975Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" ;
         dcterms:source             ldpt:RdfSource-ConformsRdfSourceLdpResource ;
         dcterms:subject            "MUST" ;
@@ -3116,7 +3116,7 @@
         rdfs:comment               "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request." ;
         rdfs:label                 "BasicContainer-PutReplacesResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-replaceall> ;
-        dcterms:date               "2014-10-20T16:50:59.335Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.118Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReplacesResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3136,7 +3136,7 @@
         rdfs:comment               "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request." ;
         rdfs:label                 "MemberResource-PutReplacesResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-replaceall> ;
-        dcterms:date               "2014-10-20T16:50:59.378Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.961Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReplacesResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3156,7 +3156,7 @@
         rdfs:comment               "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. " ;
         rdfs:label                 "IndirectContainer-PatchMethod" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-patch-req> ;
-        dcterms:date               "2014-10-20T16:50:59.223Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.878Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PatchMethod ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3171,12 +3171,32 @@
                                      td:includesText  "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
+ldpt:BasicContainer-PutSimpleUpdate
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs." ;
+        rdfs:label                 "BasicContainer-PutSimpleUpdate" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
+        dcterms:date               "2014-11-04T17:58:14.119Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:source             ldpt:RdfSource-PutSimpleUpdate ;
+        dcterms:subject            "MUST" ;
+        ldpt:conformanceLevel      ldpt:MUST ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testPutSimpleUpdate()> ;
+        ldpt:testMethod            ldpt:automated ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-PutSimpleUpdate" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
+                                     td:includesText  "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] .
+
 ldpt:DirectContainer-OptionsAllowHeader
         a                          earl:TestCase ;
         rdfs:comment               "LDP 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:label                 "DirectContainer-OptionsAllowHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-allow> ;
-        dcterms:date               "2014-10-20T16:50:59.48Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.048Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-OptionsAllowHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3191,32 +3211,12 @@
                                      td:includesText  "LDP 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. "^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
-ldpt:BasicContainer-PutSimpleUpdate
-        a                          earl:TestCase ;
-        rdfs:comment               "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs." ;
-        rdfs:label                 "BasicContainer-PutSimpleUpdate" ;
-        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
-        dcterms:date               "2014-10-20T16:50:59.339Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:source             ldpt:RdfSource-PutSimpleUpdate ;
-        dcterms:subject            "MUST" ;
-        ldpt:conformanceLevel      ldpt:MUST ;
-        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testPutSimpleUpdate()> ;
-        ldpt:testMethod            ldpt:automated ;
-        mf:action                  "" ;
-        mf:name                    "BasicContainer-PutSimpleUpdate" ;
-        td:reviewStatus            td:approved ;
-        td:specificationReference  [ a                td:Excerpt ;
-                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-put-simpleupdate> ;
-                                     td:includesText  "LDP servers SHOULD allow clients to update resources without requiring detailed knowledge of server-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs."^^<http://www.w3.org/2001/XMLSchema#string>
-                                   ] .
-
 ldpt:DirectContainer-PutReplacesResource
         a                          earl:TestCase ;
         rdfs:comment               "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request." ;
         rdfs:label                 "DirectContainer-PutReplacesResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-replaceall> ;
-        dcterms:date               "2014-10-20T16:50:59.464Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.028Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReplacesResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3236,7 +3236,7 @@
         rdfs:comment               "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code." ;
         rdfs:label                 "IndirectContainer-RejectPutModifyingContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-mbrprops> ;
-        dcterms:date               "2014-10-20T16:50:59.216Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.875Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RejectPutModifyingContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3256,7 +3256,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "NonRDFSource-PreconditionRequiredStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.409Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.084Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PreconditionRequiredStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3276,7 +3276,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
         rdfs:label                 "IndirectContainer-Options" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
-        dcterms:date               "2014-10-20T16:50:59.27Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.928Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Options ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3296,7 +3296,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "DirectContainer-ConditionFailedStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.483Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.044Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ConditionFailedStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3316,7 +3316,7 @@
         rdfs:comment               "LDP servers MUST provide an RDF representation for LDP-RSs. The HTTP Request-URI of the LDP-RS is typically the subject of most triples in the response." ;
         rdfs:label                 "DirectContainer-GetResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
-        dcterms:date               "2014-10-20T16:50:59.466Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.029Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3336,7 +3336,7 @@
         rdfs:comment               "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]." ;
         rdfs:label                 "BasicContainer-PreferContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-prefer> ;
-        dcterms:date               "2014-10-20T16:50:59.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.101Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PreferContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3356,7 +3356,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "NonRDFSource-PutBadETag" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.408Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.084Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutBadETag ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3375,7 +3375,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Basic Container tests. SHOULD conformance tests." ;
         dcterms:title  "BasicContainer (SHOULD)" ;
-        mf:entries     ( ldpt:BasicContainer-RestrictUriReUseSlug ldpt:BasicContainer-NoRdfBagSeqOrList ldpt:BasicContainer-RejectPutModifyingContainmentTriples ldpt:BasicContainer-PreferContainmentTriples ldpt:BasicContainer-RestrictUriReUseNoSlug ldpt:BasicContainer-RestrictPutReUseUri ldpt:BasicContainer-PatchMethod ldpt:BasicContainer-PostNoSlug ldpt:BasicContainer-CreateWithoutConstraints ldpt:BasicContainer-ContentTypeHeader ldpt:BasicContainer-GetResourceAsTurtleNoAccept ldpt:BasicContainer-ResponsePropertiesNotPersisted ldpt:BasicContainer-UseStandardVocabularies ldpt:BasicContainer-4xxErrorHasResponseBody ldpt:BasicContainer-ContainsRdfType ldpt:BasicContainer-ReUseVocabularies ldpt:BasicContainer-PutRequiresIfMatch ) ;
+        mf:entries     ( ldpt:BasicContainer-NoRdfBagSeqOrList ldpt:BasicContainer-PreferContainmentTriples ldpt:BasicContainer-ContentTypeHeader ldpt:BasicContainer-PostNoSlug ldpt:BasicContainer-CreateWithoutConstraints ldpt:BasicContainer-RestrictUriReUseSlug ldpt:BasicContainer-RestrictUriReUseNoSlug ldpt:BasicContainer-RejectPutModifyingContainmentTriples ldpt:BasicContainer-RestrictPutReUseUri ldpt:BasicContainer-PatchMethod ldpt:BasicContainer-ContainsRdfType ldpt:BasicContainer-ReUseVocabularies ldpt:BasicContainer-UseStandardVocabularies ldpt:BasicContainer-GetResourceAsTurtleNoAccept ldpt:BasicContainer-4xxErrorHasResponseBody ldpt:BasicContainer-ResponsePropertiesNotPersisted ldpt:BasicContainer-PutRequiresIfMatch ) ;
         mf:name        "BasicContainer (SHOULD)" .
 
 ldpt:MemberResource-ReUseVocabularies
@@ -3383,7 +3383,7 @@
         rdfs:comment               "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules." ;
         rdfs:label                 "MemberResource-ReUseVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocab> ;
-        dcterms:date               "2014-10-20T16:50:59.38Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.964Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ReUseVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3399,12 +3399,32 @@
                                      td:includesText  "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
+ldpt:BasicContainer-GetResourceAcceptTurtle
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]." ;
+        rdfs:label                 "BasicContainer-GetResourceAcceptTurtle" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
+        dcterms:date               "2014-11-04T17:58:14.124Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:source             ldpt:RdfSource-GetResourceAcceptTurtle ;
+        dcterms:subject            "MUST" ;
+        ldpt:conformanceLevel      ldpt:MUST ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testGetResourceAcceptTurtle()> ;
+        ldpt:testMethod            ldpt:automated ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-GetResourceAcceptTurtle" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
+                                     td:includesText  "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] .
+
 ldpt:DirectContainer-ConformsRdfSourceLdpResource
         a                          earl:TestRequirement ;
         rdfs:comment               "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section." ;
         rdfs:label                 "DirectContainer-ConformsRdfSourceLdpResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-are-ldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.471Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.038Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" ;
         dcterms:source             ldpt:RdfSource-ConformsRdfSourceLdpResource ;
         dcterms:subject            "MUST" ;
@@ -3420,32 +3440,12 @@
                                      td:includesText  "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
-ldpt:BasicContainer-GetResourceAcceptTurtle
-        a                          earl:TestCase ;
-        rdfs:comment               "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]." ;
-        rdfs:label                 "BasicContainer-GetResourceAcceptTurtle" ;
-        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.334Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:source             ldpt:RdfSource-GetResourceAcceptTurtle ;
-        dcterms:subject            "MUST" ;
-        ldpt:conformanceLevel      ldpt:MUST ;
-        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testGetResourceAcceptTurtle()> ;
-        ldpt:testMethod            ldpt:automated ;
-        mf:action                  "" ;
-        mf:name                    "BasicContainer-GetResourceAcceptTurtle" ;
-        td:reviewStatus            td:approved ;
-        td:specificationReference  [ a                td:Excerpt ;
-                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
-                                     td:includesText  "LDP servers must respond with a Turtle representation of the requested LDP-RS when the request includes an Accept header specifying text/turtle, unless HTTP content negotiation requires a different outcome [turtle]."^^<http://www.w3.org/2001/XMLSchema#string>
-                                   ] .
-
 ldpt:BasicContainer-ConformsContainerRdfResource
         a                          earl:TestRequirement ;
         rdfs:comment               "Each Linked Data Platform Container MUST also be a conforming Linked Data Platform RDF Source." ;
         rdfs:label                 "BasicContainer-ConformsContainerRdfResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-isldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.326Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.114Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsReadOnlyProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReadOnlyProperties4xxStatus" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-GetResourceAcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PublishConstraintsUnknownProp" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-ConformsRdfSourceLdpResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutSimpleUpdate" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutPropertiesNotPersisted" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-PutReplacesResource" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-JsonLdRepresentation" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RelativeUriResolutionPut" , "http://w3c.github.io/ldp-testsuite/manifest#RdfSource-RestrictClientInference" ;
         dcterms:source             ldpt:CommonContainer-ConformsContainerRdfResource ;
         dcterms:subject            "MUST" ;
@@ -3466,7 +3466,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "IndirectContainer-PutBadETag" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.268Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.926Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutBadETag ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3486,7 +3486,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
         rdfs:label                 "MemberResource-GetResponseHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
-        dcterms:date               "2014-10-20T16:50:59.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.98Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResponseHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3506,7 +3506,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "IndirectContainer-ConditionFailedStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.275Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ConditionFailedStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3526,7 +3526,7 @@
         rdfs:comment               "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List." ;
         rdfs:label                 "BasicContainer-NoRdfBagSeqOrList" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes> ;
-        dcterms:date               "2014-10-20T16:50:59.316Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.101Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NoRdfBagSeqOrList ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3546,7 +3546,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
         rdfs:label                 "MemberResource-Head" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
-        dcterms:date               "2014-10-20T16:50:59.387Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.984Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Head ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3566,8 +3566,8 @@
         rdfs:comment               "Each LDP Direct Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions." ;
         rdfs:label                 "DirectContainer-ConformsDcLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-are-ldpcs> ;
-        dcterms:date               "2014-10-20T16:50:59.427Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ;
+        dcterms:date               "2014-11-04T17:58:14.006Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptPostResponseHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-DeleteRemovesContainmentTriple" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RelativeUriResolutionPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-AcceptTurtle" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostJsonLd" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-NullRelativeUriPost" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-RequestedInteractionModelCreateNotAllowed" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostResponseStatusAndLocation" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-ConformsContainerRdfResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonContainer-PostContainer" ;
         dcterms:source             ldpt:DirectContainer-ConformsDcLdpContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3587,7 +3587,7 @@
         rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
         rdfs:label                 "IndirectContainer-PutRequiresIfMatch" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.275Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3607,7 +3607,7 @@
         rdfs:comment               " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]." ;
         rdfs:label                 "BasicContainer-JsonLdRepresentation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.339Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.125Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-JsonLdRepresentation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3627,7 +3627,7 @@
         rdfs:comment               "LDP-RSs SHOULD reuse existing vocabularies instead of creating their own duplicate vocabulary terms. In addition to this general rule, some specific cases are covered by other conformance rules." ;
         rdfs:label                 "IndirectContainer-ReUseVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocab> ;
-        dcterms:date               "2014-10-20T16:50:59.252Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.894Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ReUseVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3648,7 +3648,7 @@
         rdfs:comment               "When an LDPR identified by the object of a containment triple is deleted, the LDPC server MUST also remove the LDPR from the containing LDPC by removing the corresponding containment triple." ;
         rdfs:label                 "DirectContainer-DeleteRemovesContainmentTriple" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple> ;
-        dcterms:date               "2014-10-20T16:50:59.44Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.021Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-DeleteRemovesContainmentTriple ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3668,7 +3668,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "NonRDFSource-ConditionFailedStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.415Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.083Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ConditionFailedStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3688,7 +3688,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "BasicContainer-PutBadETag" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.345Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.14Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PutBadETag ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3708,7 +3708,7 @@
         rdfs:comment               "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible." ;
         rdfs:label                 "BasicContainer-UseStandardVocabularies" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas> ;
-        dcterms:date               "2014-10-20T16:50:59.335Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.122Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-UseStandardVocabularies ;
         dcterms:subject            "SHOULD, MANUAL" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3729,7 +3729,7 @@
         rdfs:comment               "LDP servers MAY choose to allow the creation of new resources using HTTP PUT." ;
         rdfs:label                 "BasicContainer-PutToCreate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.316Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.099Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PutToCreate ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -3756,7 +3756,7 @@
         rdfs:comment               "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. " ;
         rdfs:label                 "BasicContainer-PatchMethod" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-patch-req> ;
-        dcterms:date               "2014-10-20T16:50:59.324Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.112Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PatchMethod ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3776,7 +3776,7 @@
         rdfs:comment               "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server." ;
         rdfs:label                 "BasicContainer-AcceptPostResponseHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr> ;
-        dcterms:date               "2014-10-20T16:50:59.322Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.109Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptPostResponseHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3796,7 +3796,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "MemberResource-ConditionFailedStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.392Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.982Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ConditionFailedStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3816,7 +3816,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP." ;
         rdfs:label                 "BasicContainer-4xxErrorHasResponseBody" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.336Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.129Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-4xxErrorHasResponseBody ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3835,7 +3835,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Direct Container tests. MUST conformance tests." ;
         dcterms:title  "DirectContainer (MUST)" ;
-        mf:entries     ( ldpt:DirectContainer-HttpLinkHeader ldpt:DirectContainer-MemberResourceTriple ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists ldpt:DirectContainer-PostResourceUpdatesTriples ldpt:DirectContainer-DeleteResourceUpdatesTriples ldpt:DirectContainer-ConformsDcLdpContainer ldpt:DirectContainer-PostResponseStatusAndLocation ldpt:DirectContainer-PostContainer ldpt:DirectContainer-PostJsonLd ldpt:DirectContainer-RelativeUriResolutionPost ldpt:DirectContainer-DeleteRemovesContainmentTriple ldpt:DirectContainer-AcceptPostResponseHeader ldpt:DirectContainer-NullRelativeUriPost ldpt:DirectContainer-RequestedInteractionModelCreateNotAllowed ldpt:DirectContainer-RequestedInteractionModelHeaders ldpt:DirectContainer-ConformsContainerRdfResource ldpt:DirectContainer-AcceptTurtle ldpt:DirectContainer-PublishConstraintsUnknownProp ldpt:DirectContainer-PutReadOnlyProperties4xxStatus ldpt:DirectContainer-PutPropertiesNotPersisted ldpt:DirectContainer-GetResourceAcceptTurtle ldpt:DirectContainer-PutReplacesResource ldpt:DirectContainer-GetResource ldpt:DirectContainer-RelativeUriResolutionPut ldpt:DirectContainer-PutSimpleUpdate ldpt:DirectContainer-JsonLdRepresentation ldpt:DirectContainer-PublishConstraintsReadOnlyProp ldpt:DirectContainer-ConformsRdfSourceLdpResource ldpt:DirectContainer-RestrictClientInference ldpt:DirectContainer-PutBadETag ldpt:DirectContainer-Head ldpt:DirectContainer-PreconditionRequiredStatusCode ldpt:DirectContainer-LdpLinkHeader ldpt:DirectContainer-Options ldpt:DirectContainer-OptionsAllowHeader ldpt:DirectContainer-IsHttp11Manual ldpt:DirectContainer-ETagHeadersGet ldpt:DirectContainer-ETagHeadersHead ldpt:DirectContainer-GetResponseHeaders ldpt:DirectContainer-ConditionFailedStatusCode ldpt:DirectContainer-AcceptPatchHeader ) ;
+        mf:entries     ( ldpt:DirectContainer-HttpLinkHeader ldpt:DirectContainer-MemberResourceTriple ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists ldpt:DirectContainer-PostResourceUpdatesTriples ldpt:DirectContainer-DeleteResourceUpdatesTriples ldpt:DirectContainer-ConformsDcLdpContainer ldpt:DirectContainer-RelativeUriResolutionPost ldpt:DirectContainer-PostResponseStatusAndLocation ldpt:DirectContainer-PostContainer ldpt:DirectContainer-RequestedInteractionModelCreateNotAllowed ldpt:DirectContainer-RequestedInteractionModelHeaders ldpt:DirectContainer-AcceptTurtle ldpt:DirectContainer-NullRelativeUriPost ldpt:DirectContainer-AcceptPostResponseHeader ldpt:DirectContainer-DeleteRemovesContainmentTriple ldpt:DirectContainer-PostJsonLd ldpt:DirectContainer-ConformsContainerRdfResource ldpt:DirectContainer-RelativeUriResolutionPut ldpt:DirectContainer-PutReplacesResource ldpt:DirectContainer-PutSimpleUpdate ldpt:DirectContainer-GetResource ldpt:DirectContainer-RestrictClientInference ldpt:DirectContainer-GetResourceAcceptTurtle ldpt:DirectContainer-JsonLdRepresentation ldpt:DirectContainer-PublishConstraintsReadOnlyProp ldpt:DirectContainer-PublishConstraintsUnknownProp ldpt:DirectContainer-PutReadOnlyProperties4xxStatus ldpt:DirectContainer-PutPropertiesNotPersisted ldpt:DirectContainer-ConformsRdfSourceLdpResource ldpt:DirectContainer-IsHttp11Manual ldpt:DirectContainer-ETagHeadersGet ldpt:DirectContainer-ETagHeadersHead ldpt:DirectContainer-LdpLinkHeader ldpt:DirectContainer-GetResponseHeaders ldpt:DirectContainer-ConditionFailedStatusCode ldpt:DirectContainer-PreconditionRequiredStatusCode ldpt:DirectContainer-PutBadETag ldpt:DirectContainer-Head ldpt:DirectContainer-AcceptPatchHeader ldpt:DirectContainer-Options ldpt:DirectContainer-OptionsAllowHeader ) ;
         mf:name        "DirectContainer (MUST)" .
 
 ldpt:DirectContainer-MemberResourceTriple
@@ -3843,7 +3843,7 @@
         rdfs:comment               "Each LDP Direct Container representation MUST contain exactly one triple whose subject is the LDPC URI, whose predicate is the ldp:membershipResource, and whose object is the LDPC's membership-constant-URI. Commonly the LDPC's URI is the membership-constant-URI, but LDP does not require this." ;
         rdfs:label                 "DirectContainer-MemberResourceTriple" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-containres> ;
-        dcterms:date               "2014-10-20T16:50:59.424Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.002Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-MemberResourceTriple ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3863,7 +3863,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
         rdfs:label                 "NonRDFSource-Options" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
-        dcterms:date               "2014-10-20T16:50:59.411Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.086Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-Options ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3883,7 +3883,7 @@
         rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
         rdfs:label                 "MemberResource-ETagHeadersGet" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
-        dcterms:date               "2014-10-20T16:50:59.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.979Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-ETagHeadersGet ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3903,7 +3903,7 @@
         rdfs:comment               "LDP servers MAY allow clients to suggest the URI for a resource created through POST, using the HTTP Slug header as defined in [RFC5023]. LDP adds no new requirements to this usage, so its presence functions as a client hint to the server providing a desired string to be incorporated into the server's final choice of resource URI." ;
         rdfs:label                 "BasicContainer-ServerHonorsSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-slug> ;
-        dcterms:date               "2014-10-20T16:50:59.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.113Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ServerHonorsSlug ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -3923,7 +3923,7 @@
         rdfs:comment               "LDP 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:label                 "NonRDFSource-OptionsAllowHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-allow> ;
-        dcterms:date               "2014-10-20T16:50:59.411Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.087Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-OptionsAllowHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3943,7 +3943,7 @@
         rdfs:comment               "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]." ;
         rdfs:label                 "BasicContainer-AcceptTurtle" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-turtle> ;
-        dcterms:date               "2014-10-20T16:50:59.331Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.105Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptTurtle ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -3963,7 +3963,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "IndirectContainer-RestrictUriReUseSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.212Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.872Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -3983,7 +3983,7 @@
         rdfs:comment               "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource." ;
         rdfs:label                 "BasicContainer-NullRelativeUriPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel> ;
-        dcterms:date               "2014-10-20T16:50:59.323Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.106Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NullRelativeUriPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4003,7 +4003,7 @@
         rdfs:comment               "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body." ;
         rdfs:label                 "BasicContainer-ContentTypeHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-contenttype> ;
-        dcterms:date               "2014-10-20T16:50:59.331Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.106Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ContentTypeHeader ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4023,7 +4023,7 @@
         rdfs:comment               "If an otherwise valid HTTP PUT request is received that attempts to change properties the server does not allow clients to modify, LDP servers MUST respond with a 4xx range status code (typically 409 Conflict)" ;
         rdfs:label                 "DirectContainer-PutReadOnlyProperties4xxStatus" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
-        dcterms:date               "2014-10-20T16:50:59.46Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.036Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReadOnlyProperties4xxStatus ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4042,7 +4042,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP Indirect Container tests. MUST conformance tests." ;
         dcterms:title  "IndirectContainer (MUST)" ;
-        mf:entries     ( ldpt:IndirectContainer-ConformsIcLdpContainer ldpt:IndirectContainer-ContainsLdpcUri ldpt:IndirectContainer-PostResource ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader ldpt:IndirectContainer-PostResponseStatusAndLocation ldpt:IndirectContainer-PostContainer ldpt:IndirectContainer-PostJsonLd ldpt:IndirectContainer-RelativeUriResolutionPost ldpt:IndirectContainer-DeleteRemovesContainmentTriple ldpt:IndirectContainer-AcceptPostResponseHeader ldpt:IndirectContainer-NullRelativeUriPost ldpt:IndirectContainer-RequestedInteractionModelCreateNotAllowed ldpt:IndirectContainer-RequestedInteractionModelHeaders ldpt:IndirectContainer-ConformsContainerRdfResource ldpt:IndirectContainer-AcceptTurtle ldpt:IndirectContainer-PublishConstraintsUnknownProp ldpt:IndirectContainer-PutReadOnlyProperties4xxStatus ldpt:IndirectContainer-PutPropertiesNotPersisted ldpt:IndirectContainer-GetResourceAcceptTurtle ldpt:IndirectContainer-PutReplacesResource ldpt:IndirectContainer-GetResource ldpt:IndirectContainer-RelativeUriResolutionPut ldpt:IndirectContainer-PutSimpleUpdate ldpt:IndirectContainer-JsonLdRepresentation ldpt:IndirectContainer-PublishConstraintsReadOnlyProp ldpt:IndirectContainer-ConformsRdfSourceLdpResource ldpt:IndirectContainer-RestrictClientInference ldpt:IndirectContainer-PutBadETag ldpt:IndirectContainer-Head ldpt:IndirectContainer-PreconditionRequiredStatusCode ldpt:IndirectContainer-LdpLinkHeader ldpt:IndirectContainer-Options ldpt:IndirectContainer-OptionsAllowHeader ldpt:IndirectContainer-IsHttp11Manual ldpt:IndirectContainer-ETagHeadersGet ldpt:IndirectContainer-ETagHeadersHead ldpt:IndirectContainer-GetResponseHeaders ldpt:IndirectContainer-ConditionFailedStatusCode ldpt:IndirectContainer-AcceptPatchHeader ) ;
+        mf:entries     ( ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader ldpt:IndirectContainer-ConformsIcLdpContainer ldpt:IndirectContainer-ContainerHasInsertedContentRelation ldpt:IndirectContainer-PostResource ldpt:IndirectContainer-RelativeUriResolutionPost ldpt:IndirectContainer-PostResponseStatusAndLocation ldpt:IndirectContainer-PostContainer ldpt:IndirectContainer-RequestedInteractionModelCreateNotAllowed ldpt:IndirectContainer-RequestedInteractionModelHeaders ldpt:IndirectContainer-AcceptTurtle ldpt:IndirectContainer-NullRelativeUriPost ldpt:IndirectContainer-AcceptPostResponseHeader ldpt:IndirectContainer-DeleteRemovesContainmentTriple ldpt:IndirectContainer-PostJsonLd ldpt:IndirectContainer-ConformsContainerRdfResource ldpt:IndirectContainer-RelativeUriResolutionPut ldpt:IndirectContainer-PutReplacesResource ldpt:IndirectContainer-PutSimpleUpdate ldpt:IndirectContainer-GetResource ldpt:IndirectContainer-RestrictClientInference ldpt:IndirectContainer-GetResourceAcceptTurtle ldpt:IndirectContainer-JsonLdRepresentation ldpt:IndirectContainer-PublishConstraintsReadOnlyProp ldpt:IndirectContainer-PublishConstraintsUnknownProp ldpt:IndirectContainer-PutReadOnlyProperties4xxStatus ldpt:IndirectContainer-PutPropertiesNotPersisted ldpt:IndirectContainer-ConformsRdfSourceLdpResource ldpt:IndirectContainer-IsHttp11Manual ldpt:IndirectContainer-ETagHeadersGet ldpt:IndirectContainer-ETagHeadersHead ldpt:IndirectContainer-LdpLinkHeader ldpt:IndirectContainer-GetResponseHeaders ldpt:IndirectContainer-ConditionFailedStatusCode ldpt:IndirectContainer-PreconditionRequiredStatusCode ldpt:IndirectContainer-PutBadETag ldpt:IndirectContainer-Head ldpt:IndirectContainer-AcceptPatchHeader ldpt:IndirectContainer-Options ldpt:IndirectContainer-OptionsAllowHeader ) ;
         mf:name        "IndirectContainer (MUST)" .
 
 ldpt:MemberResource-RelativeUriResolutionPut
@@ -4050,12 +4050,12 @@
         rdfs:comment               "LDP servers MUST assign the default base-URI for [RFC3987] relative-URI resolution to be the HTTP Request-URI when the resource already exists, and to the URI of the created resource when the request results in the creation of a new resource." ;
         rdfs:label                 "MemberResource-RelativeUriResolutionPut" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
-        dcterms:date               "2014-10-20T16:50:59.381Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.961Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RelativeUriResolutionPut ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
         ldpt:declaredInClass       "org.w3.ldp.testsuite.test.MemberResourceTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut()> ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/RdfSourceTest.html#testRelativeUriResolutionPut(java.lang.String)> ;
         ldpt:testMethod            ldpt:automated ;
         mf:action                  "" ;
         mf:name                    "MemberResource-RelativeUriResolutionPut" ;
@@ -4070,7 +4070,7 @@
         rdfs:comment               "In RDF representations, LDP servers MUST interpret the null relative URI for the subject of triples in the LDPR representation in the request entity body as referring to the entity in the request body. Commonly, that entity is the model for the “to be created” LDPR, so triples whose subject is the null relative URI will usually result in triples in the created resource whose subject is the created resource." ;
         rdfs:label                 "DirectContainer-NullRelativeUriPost" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel> ;
-        dcterms:date               "2014-10-20T16:50:59.445Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.017Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NullRelativeUriPost ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4090,7 +4090,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "BasicContainer-RequestedInteractionModelCreateNotAllowed" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.325Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.104Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4110,7 +4110,7 @@
         rdfs:comment               "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]." ;
         rdfs:label                 "DirectContainer-GetResourceAsTurtleNoAccept" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-conneg> ;
-        dcterms:date               "2014-10-20T16:50:59.462Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.034Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAsTurtleNoAccept ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4130,7 +4130,7 @@
         rdfs:comment               "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code." ;
         rdfs:label                 "DirectContainer-RejectPutModifyingContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-mbrprops> ;
-        dcterms:date               "2014-10-20T16:50:59.438Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RejectPutModifyingContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4150,7 +4150,7 @@
         rdfs:comment               "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List." ;
         rdfs:label                 "DirectContainer-NoRdfBagSeqOrList" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes> ;
-        dcterms:date               "2014-10-20T16:50:59.435Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.012Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-NoRdfBagSeqOrList ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4170,7 +4170,7 @@
         rdfs:comment               "LDP servers should respond with a text/turtle representation of the requested LDP-RS whenever the Accept request header is absent [turtle]." ;
         rdfs:label                 "MemberResource-GetResourceAsTurtleNoAccept" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-conneg> ;
-        dcterms:date               "2014-10-20T16:50:59.376Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.967Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-GetResourceAsTurtleNoAccept ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4197,7 +4197,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "DirectContainer-PublishConstraintsUnknownProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.459Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.035Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsUnknownProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4217,7 +4217,7 @@
         rdfs:comment               "LDP servers SHOULD NOT allow HTTP PUT to update an LDPC’s containment triples; if the server receives such a request, it SHOULD respond with a 409 (Conflict) status code." ;
         rdfs:label                 "BasicContainer-RejectPutModifyingContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-mbrprops> ;
-        dcterms:date               "2014-10-20T16:50:59.319Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.11Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RejectPutModifyingContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4237,7 +4237,7 @@
         rdfs:comment               "LDP servers MUST respond with status code 412 (Condition Failed) if ETags fail to match when there are no other errors with the request [HTTP11]. LDP servers that require conditional requests MUST respond with status code 428 (Precondition Required) when the absence of a precondition is the only reason for rejecting the request [RFC6585]." ;
         rdfs:label                 "DirectContainer-PreconditionRequiredStatusCode" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.478Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.045Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-PreconditionRequiredStatusCode ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4264,7 +4264,7 @@
         rdfs:comment               "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions." ;
         rdfs:label                 "IndirectContainer-ConformsIcLdpContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpic-are-ldpcs> ;
-        dcterms:date               "2014-10-20T16:50:59.114Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.854Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:IndirectContainer-ConformsIcLdpContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4279,12 +4279,32 @@
                                      td:includesText  "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
+ldpt:BasicContainer-PutRequiresIfMatch
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
+        rdfs:label                 "BasicContainer-PutRequiresIfMatch" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+        dcterms:date               "2014-11-04T17:58:14.138Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
+        dcterms:subject            "SHOULD" ;
+        ldpt:conformanceLevel      ldpt:SHOULD ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
+        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonResourceTest.html#testPutRequiresIfMatch()> ;
+        ldpt:testMethod            ldpt:automated ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-PutRequiresIfMatch" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+                                     td:includesText  "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] .
+
 ldpt:MemberResource-RestrictClientInference
         a                          earl:TestCase ;
         rdfs:comment               "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document." ;
         rdfs:label                 "MemberResource-RestrictClientInference" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-noinferencing> ;
-        dcterms:date               "2014-10-20T16:50:59.386Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.966Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-RestrictClientInference ;
         dcterms:subject            "MUST, MANUAL" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4300,31 +4320,11 @@
                                      td:includesText  "LDP servers MUST NOT require LDP clients to implement inferencing in order to recognize the subset of content defined by LDP. Other specifications built on top of LDP may require clients to implement inferencing [rdf11-concepts]. The practical implication is that all content defined by LDP must be explicitly represented, unless noted otherwise within this document."^^<http://www.w3.org/2001/XMLSchema#string>
                                    ] .
 
-ldpt:BasicContainer-PutRequiresIfMatch
-        a                          earl:TestCase ;
-        rdfs:comment               "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions." ;
-        rdfs:label                 "BasicContainer-PutRequiresIfMatch" ;
-        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-        dcterms:date               "2014-10-20T16:50:59.35Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:source             ldpt:CommonResource-PutRequiresIfMatch ;
-        dcterms:subject            "SHOULD" ;
-        ldpt:conformanceLevel      ldpt:SHOULD ;
-        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" ;
-        ldpt:documentation         <http://w3c.github.io/ldp-testsuite/api/java/org/w3/ldp/testsuite/test/CommonResourceTest.html#testPutRequiresIfMatch()> ;
-        ldpt:testMethod            ldpt:automated ;
-        mf:action                  "" ;
-        mf:name                    "BasicContainer-PutRequiresIfMatch" ;
-        td:reviewStatus            td:approved ;
-        td:specificationReference  [ a                td:Excerpt ;
-                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
-                                     td:includesText  "LDP clients SHOULD use the HTTP If-Match header and HTTP ETags to ensure it isn’t modifying a resource that has changed since the client last retrieved its representation. LDP servers SHOULD require the HTTP If-Match header and HTTP ETags to detect collisions."^^<http://www.w3.org/2001/XMLSchema#string>
-                                   ] .
-
 ldpt:IndirectContainer-SHOULDManifest
         a              mf:Manifest ;
         rdfs:comment   "LDP Indirect Container tests. SHOULD conformance tests." ;
         dcterms:title  "IndirectContainer (SHOULD)" ;
-        mf:entries     ( ldpt:IndirectContainer-RestrictUriReUseSlug ldpt:IndirectContainer-NoRdfBagSeqOrList ldpt:IndirectContainer-RejectPutModifyingContainmentTriples ldpt:IndirectContainer-PreferContainmentTriples ldpt:IndirectContainer-RestrictUriReUseNoSlug ldpt:IndirectContainer-RestrictPutReUseUri ldpt:IndirectContainer-PatchMethod ldpt:IndirectContainer-PostNoSlug ldpt:IndirectContainer-CreateWithoutConstraints ldpt:IndirectContainer-ContentTypeHeader ldpt:IndirectContainer-GetResourceAsTurtleNoAccept ldpt:IndirectContainer-ResponsePropertiesNotPersisted ldpt:IndirectContainer-UseStandardVocabularies ldpt:IndirectContainer-4xxErrorHasResponseBody ldpt:IndirectContainer-ContainsRdfType ldpt:IndirectContainer-ReUseVocabularies ldpt:IndirectContainer-PutRequiresIfMatch ) ;
+        mf:entries     ( ldpt:IndirectContainer-NoRdfBagSeqOrList ldpt:IndirectContainer-PreferContainmentTriples ldpt:IndirectContainer-ContentTypeHeader ldpt:IndirectContainer-PostNoSlug ldpt:IndirectContainer-CreateWithoutConstraints ldpt:IndirectContainer-RestrictUriReUseSlug ldpt:IndirectContainer-RestrictUriReUseNoSlug ldpt:IndirectContainer-RejectPutModifyingContainmentTriples ldpt:IndirectContainer-RestrictPutReUseUri ldpt:IndirectContainer-PatchMethod ldpt:IndirectContainer-ContainsRdfType ldpt:IndirectContainer-ReUseVocabularies ldpt:IndirectContainer-UseStandardVocabularies ldpt:IndirectContainer-GetResourceAsTurtleNoAccept ldpt:IndirectContainer-4xxErrorHasResponseBody ldpt:IndirectContainer-ResponsePropertiesNotPersisted ldpt:IndirectContainer-PutRequiresIfMatch ) ;
         mf:name        "IndirectContainer (SHOULD)" .
 
 ldpt:DirectContainer-PostResponseStatusAndLocation
@@ -4332,7 +4332,7 @@
         rdfs:comment               "If the resource was created successfully, LDP servers MUST respond with status code 201 (Created) and the Location header set to the new resource’s URL. Clients shall not expect any representation in the response entity body on a 201 (Created) response." ;
         rdfs:label                 "DirectContainer-PostResponseStatusAndLocation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
-        dcterms:date               "2014-10-20T16:50:59.432Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.013Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostResponseStatusAndLocation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4352,7 +4352,7 @@
         rdfs:comment               "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, the LDPC MUST update its membership triples to reflect that addition, and the resulting membership triple MUST be consistent with any LDP-defined predicates it exposes." ;
         rdfs:label                 "DirectContainer-PostResourceUpdatesTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-post-createdmbr-member> ;
-        dcterms:date               "2014-10-20T16:50:59.426Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.005Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-PostResourceUpdatesTriples ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4372,7 +4372,7 @@
         rdfs:comment               "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server." ;
         rdfs:label                 "DirectContainer-AcceptPostResponseHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr> ;
-        dcterms:date               "2014-10-20T16:50:59.444Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptPostResponseHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4392,7 +4392,7 @@
         rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
         rdfs:label                 "BasicContainer-RestrictUriReUseNoSlug" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
-        dcterms:date               "2014-10-20T16:50:59.322Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.108Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RestrictUriReUseNoSlug ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4412,7 +4412,7 @@
         rdfs:comment               "LDP Direct Containers MUST behave as if they have a (LDPC URI, ldp:insertedContentRelation , ldp:MemberSubject) triple, but LDP imposes no requirement to materialize such a triple in the LDP-DC representation." ;
         rdfs:label                 "DirectContainer-ActAsIfInsertedContentRelationTripleExists" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpdc-indirectmbr-basic> ;
-        dcterms:date               "2014-10-20T16:50:59.425Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.004Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4431,7 +4431,7 @@
         a              mf:Manifest ;
         rdfs:comment   "LDP RDF Source tests. MUST conformance tests." ;
         dcterms:title  "RDFSource (MUST)" ;
-        mf:entries     ( ldpt:MemberResource-PublishConstraintsUnknownProp ldpt:MemberResource-PutReadOnlyProperties4xxStatus ldpt:MemberResource-PutPropertiesNotPersisted ldpt:MemberResource-GetResourceAcceptTurtle ldpt:MemberResource-PutReplacesResource ldpt:MemberResource-GetResource ldpt:MemberResource-RelativeUriResolutionPut ldpt:MemberResource-PutSimpleUpdate ldpt:MemberResource-JsonLdRepresentation ldpt:MemberResource-PublishConstraintsReadOnlyProp ldpt:MemberResource-ConformsRdfSourceLdpResource ldpt:MemberResource-RestrictClientInference ldpt:MemberResource-PutBadETag ldpt:MemberResource-Head ldpt:MemberResource-PreconditionRequiredStatusCode ldpt:MemberResource-LdpLinkHeader ldpt:MemberResource-Options ldpt:MemberResource-OptionsAllowHeader ldpt:MemberResource-IsHttp11Manual ldpt:MemberResource-ETagHeadersGet ldpt:MemberResource-ETagHeadersHead ldpt:MemberResource-GetResponseHeaders ldpt:MemberResource-ConditionFailedStatusCode ldpt:MemberResource-AcceptPatchHeader ) ;
+        mf:entries     ( ldpt:MemberResource-RelativeUriResolutionPut ldpt:MemberResource-PutReplacesResource ldpt:MemberResource-PutSimpleUpdate ldpt:MemberResource-GetResource ldpt:MemberResource-RestrictClientInference ldpt:MemberResource-GetResourceAcceptTurtle ldpt:MemberResource-JsonLdRepresentation ldpt:MemberResource-PublishConstraintsReadOnlyProp ldpt:MemberResource-PublishConstraintsUnknownProp ldpt:MemberResource-PutReadOnlyProperties4xxStatus ldpt:MemberResource-PutPropertiesNotPersisted ldpt:MemberResource-ConformsRdfSourceLdpResource ldpt:MemberResource-IsHttp11Manual ldpt:MemberResource-ETagHeadersGet ldpt:MemberResource-ETagHeadersHead ldpt:MemberResource-LdpLinkHeader ldpt:MemberResource-GetResponseHeaders ldpt:MemberResource-ConditionFailedStatusCode ldpt:MemberResource-PreconditionRequiredStatusCode ldpt:MemberResource-PutBadETag ldpt:MemberResource-Head ldpt:MemberResource-AcceptPatchHeader ldpt:MemberResource-Options ldpt:MemberResource-OptionsAllowHeader ) ;
         mf:name        "RDFSource (MUST)" .
 
 ldpt:DirectContainer-CreateWithoutConstraints
@@ -4439,7 +4439,7 @@
         rdfs:comment               "LDP servers SHOULD allow clients to create new resources without requiring detailed knowledge of application-specific constraints. This is a consequence of the requirement to enable simple creation and modification of LDPRs. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "DirectContainer-CreateWithoutConstraints" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-mincontraints> ;
-        dcterms:date               "2014-10-20T16:50:59.456Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.018Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-CreateWithoutConstraints ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4459,7 +4459,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
         rdfs:label                 "DirectContainer-GetResponseHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
-        dcterms:date               "2014-10-20T16:50:59.482Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.043Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResponseHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4479,8 +4479,8 @@
         rdfs:comment               "Each LDP RDF Source MUST also be a conforming LDP Resource as defined in section 4.2 Resource, along with the restrictions in this section." ;
         rdfs:label                 "IndirectContainer-ConformsRdfSourceLdpResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-are-ldpr> ;
-        dcterms:date               "2014-10-20T16:50:59.258Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
-        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" ;
+        dcterms:date               "2014-11-04T17:58:13.91Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:hasPart            "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-OptionsAllowHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Head" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PreconditionRequiredStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersHead" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ConditionFailedStatusCode" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-Options" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResponseHeaders" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-AcceptPatchHeader" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-PutBadETag" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-GetResource" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-ETagHeadersGet" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-IsHttp11Manual" , "http://w3c.github.io/ldp-testsuite/manifest#CommonResource-LdpLinkHeader" ;
         dcterms:source             ldpt:RdfSource-ConformsRdfSourceLdpResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4500,7 +4500,7 @@
         rdfs:comment               "LDP servers SHOULD respect all of a client's LDP-defined hints, for example which subsets of LDP-defined state the client is interested in processing, to influence the set of triples returned in representations of an LDPC, particularly for large LDPCs. See also [LDP-PAGING]." ;
         rdfs:label                 "IndirectContainer-PreferContainmentTriples" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-prefer> ;
-        dcterms:date               "2014-10-20T16:50:59.219Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.863Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PreferContainmentTriples ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4520,7 +4520,7 @@
         rdfs:comment               "LDP servers exposing an LDP Non-RDF Source may advertise this by exposing a HTTP Link header with a target URI of http://www.w3.org/ns/ldp#NonRDFSource, and a link relation type of type (that is, rel='type') in responses to requests made to the LDP-NR's HTTP Request-URI." ;
         rdfs:label                 "NonRDFSource-PostResourceAndCheckLink" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpnr-type> ;
-        dcterms:date               "2014-10-20T16:50:59.404Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.077Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-PostResourceAndCheckLink ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -4540,7 +4540,7 @@
         rdfs:comment               "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body." ;
         rdfs:label                 "DirectContainer-ContentTypeHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-contenttype> ;
-        dcterms:date               "2014-10-20T16:50:59.458Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.016Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-ContentTypeHeader ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4560,7 +4560,7 @@
         rdfs:comment               "LDP servers MAY choose to allow the creation of new resources using HTTP PUT." ;
         rdfs:label                 "DirectContainer-PutToCreate" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-create> ;
-        dcterms:date               "2014-10-20T16:50:59.435Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.011Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PutToCreate ;
         dcterms:subject            "MAY" ;
         ldpt:conformanceLevel      ldpt:MAY ;
@@ -4580,7 +4580,7 @@
         rdfs:comment               "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI." ;
         rdfs:label                 "DirectContainer-LdpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.479Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.043Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-LdpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4600,7 +4600,7 @@
         rdfs:comment               "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. " ;
         rdfs:label                 "DirectContainer-PatchMethod" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-patch-req> ;
-        dcterms:date               "2014-10-20T16:50:59.446Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.022Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PatchMethod ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4620,7 +4620,7 @@
         rdfs:comment               "LDP servers SHOULD provide a corresponding response body containing information about which properties could not be persisted. The format of the 4xx response body is not constrained by LDP. LDP servers expose these application-specific constraints as described in section 4.2.1 General." ;
         rdfs:label                 "MemberResource-ResponsePropertiesNotPersisted" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
-        dcterms:date               "2014-10-20T16:50:59.377Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.974Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-ResponsePropertiesNotPersisted ;
         dcterms:subject            "SHOULD" ;
         ldpt:conformanceLevel      ldpt:SHOULD ;
@@ -4640,7 +4640,7 @@
         rdfs:comment               "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]." ;
         rdfs:label                 "BasicContainer-PostJsonLd" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.317Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.113Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostJsonLd ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4660,7 +4660,7 @@
         rdfs:comment               "If a HTTP PUT is accepted on an existing resource, LDP servers MUST replace the entire persistent state of the identified resource with the entity representation in the body of the request." ;
         rdfs:label                 "IndirectContainer-PutReplacesResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-replaceall> ;
-        dcterms:date               "2014-10-20T16:50:59.24Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.89Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PutReplacesResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4680,7 +4680,7 @@
         rdfs:comment               "LDP servers MUST support the HTTP GET Method for LDPRs" ;
         rdfs:label                 "NonRDFSource-GetResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-must> ;
-        dcterms:date               "2014-10-20T16:50:59.417Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.079Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-GetResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4700,7 +4700,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "DirectContainer-PublishConstraintsReadOnlyProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.471Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.035Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsReadOnlyProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4720,7 +4720,7 @@
         rdfs:comment               " LDP servers must respond with a application/ld+json representation of the requested LDP-RS when the request includes an Accept header, unless content negotiation or Turtle support requires a different outcome [JSON-LD]." ;
         rdfs:label                 "DirectContainer-JsonLdRepresentation" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
-        dcterms:date               "2014-10-20T16:50:59.47Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.034Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-JsonLdRepresentation ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4740,7 +4740,7 @@
         rdfs:comment               "When a contained LDPR is deleted, and the LDPC server created anassociated LDP-RS (see the LDPC POST section), the LDPC server must alsodelete the associated LDP-RS it created." ;
         rdfs:label                 "NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-del-contremovescontres> ;
-        dcterms:date               "2014-10-20T16:50:59.407Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.078Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4760,7 +4760,7 @@
         rdfs:comment               "LDP servers that successfully create a resource from a RDF representation in the request entity body MUST honor the client's requested interaction model(s). The created resource can be thought of as an RDF named graph [rdf11-concepts]. If any model cannot be honored, the server MUST fail the request." ;
         rdfs:label                 "DirectContainer-RequestedInteractionModelHeaders" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
-        dcterms:date               "2014-10-20T16:50:59.448Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.015Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-RequestedInteractionModelHeaders ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4780,7 +4780,7 @@
         rdfs:comment               "LDP servers that support PATCH MUST include an Accept-Patch HTTP response header [RFC5789] on HTTP OPTIONS requests, listing patch document media type(s) supported by the server. " ;
         rdfs:label                 "NonRDFSource-AcceptPatchHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
-        dcterms:date               "2014-10-20T16:50:59.416Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.086Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-AcceptPatchHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4800,7 +4800,7 @@
         rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='http://www.w3.org/ns/ldp#constrainedBy' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
         rdfs:label                 "BasicContainer-PublishConstraintsUnknownProp" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
-        dcterms:date               "2014-10-20T16:50:59.332Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.127Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:RdfSource-PublishConstraintsUnknownProp ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4820,7 +4820,7 @@
         rdfs:comment               "When a successful HTTP POST request to an LDPC results in the creation of an LDPR, a containment triple MUST be added to the state of LDPC." ;
         rdfs:label                 "DirectContainer-PostContainer" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains> ;
-        dcterms:date               "2014-10-20T16:50:59.433Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:14.014Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-PostContainer ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4840,7 +4840,7 @@
         rdfs:comment               "LDP servers that support POST MUST include an Accept-Post response header on HTTP OPTIONS responses, listing post document media type(s) supported by the server." ;
         rdfs:label                 "IndirectContainer-AcceptPostResponseHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr> ;
-        dcterms:date               "2014-10-20T16:50:59.22Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.874Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonContainer-AcceptPostResponseHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;
@@ -4860,7 +4860,7 @@
         rdfs:comment               "LDP servers exposing LDPRs 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 LDPR's HTTP Request-URI." ;
         rdfs:label                 "IndirectContainer-LdpLinkHeader" ;
         rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
-        dcterms:date               "2014-10-20T16:50:59.27Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:date               "2014-11-04T17:58:13.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
         dcterms:source             ldpt:CommonResource-LdpLinkHeader ;
         dcterms:subject            "MUST" ;
         ldpt:conformanceLevel      ldpt:MUST ;