Updated with testsuite updates as of 7-July-2014 from https://github.com/w3c/ldp-testsuite
authorsspeiche
Mon, 07 Jul 2014 12:19:29 -0400
changeset 688 9372fbb9702f
parent 687 1d0050cd6f91
child 689 75c7304708a9
Updated with testsuite updates as of 7-July-2014 from https://github.com/w3c/ldp-testsuite
tests/reports/ldp-earl-manifest.ttl
tests/reports/ldp.html
tests/reports/ldp.jsonld
tests/reports/ldp.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reports/ldp-earl-manifest.ttl	Mon Jul 07 12:19:29 2014 -0400
@@ -0,0 +1,1326 @@
+@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
+@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix earl:  <http://www.w3.org/ns/earl#> .
+@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix mf:    <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix td:    <http://www.w3.org/2006/03/test-description#> .
+@prefix doap:  <http://usefulinc.com/ns/doap#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix ldpt:  <http://www.w3c.org/ns/ldp/test#> .
+
+ldpt:CommonContainer-PutToCreate
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MAY choose to allow the creation of new resources using HTTP PUT." ;
+        rdfs:label                 "CommonContainer-PutToCreate" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-create> ;
+        dcterms:date               "2014-07-07T15:39:43.525Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PutToCreate" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-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                 "RdfSource-PutReplacesResource" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-replaceall> ;
+        dcterms:date               "2014-07-07T15:39:43.507Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-PutReplacesResource" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-PatchMethod
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. " ;
+        rdfs:label                 "CommonContainer-PatchMethod" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-patch-req> ;
+        dcterms:date               "2014-07-07T15:39:43.541Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PatchMethod" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonResource-LdpLinkHeader
+        a                          earl:TestCase ;
+        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                 "CommonResource-LdpLinkHeader" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-linktypehdr> ;
+        dcterms:date               "2014-07-07T15:39:43.492Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-LdpLinkHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:   a             mf:Manifest ;
+        rdfs:comment  "LDP tests" ;
+        mf:entries    ( ldpt:CommonResource-GetResource ldpt:CommonResource-IsHttp11Server ldpt:CommonResource-IsHttp11Manual ldpt:CommonResource-ETagHeadersGet ldpt:CommonResource-ETagHeadersHead ldpt:CommonResource-LdpLinkHeader ldpt:CommonResource-GetResponseHeaders ldpt:CommonResource-PutRequiresIfMatch ldpt:CommonResource-ConditionFailedStatusCode ldpt:CommonResource-PreconditionRequiredStatusCode ldpt:CommonResource-PutBadETag ldpt:CommonResource-Head ldpt:CommonResource-AcceptPatchHeader ldpt:CommonResource-Options ldpt:CommonResource-OptionsAllowHeader ldpt:RdfSource-RelativeUriResolutionPut ldpt:RdfSource-PutReplacesResource ldpt:RdfSource-GetResource ldpt:RdfSource-ContainsRdfType ldpt:RdfSource-ReUseVocabularies ldpt:RdfSource-UseStandardVocabularies ldpt:RdfSource-AllowMultipleRdfTypes ldpt:RdfSource-ChangeRdfTypeValue ldpt:RdfSource-ServerOpen ldpt:RdfSource-RestrictClientInference ldpt:RdfSource-GetResourcePreservesTriples ldpt:RdfSource-AllowResponsesFromServer ldpt:RdfSource-GetResourceAcceptTurtle ldpt:RdfSource-ClientMayProvideHints ldpt:RdfSource-JsonLdRepresentation ldpt:RdfSource-PublishConstraintsReadOnlyProp ldpt:RdfSource-PublishConstraintsUnknownProp ldpt:RdfSource-PutReadOnlyProperties4xxStatus ldpt:RdfSource-4xxErrorHasResponseBody ldpt:RdfSource-PutPropertiesNotPersisted ldpt:RdfSource-ResponsePropertiesNotPersisted ldpt:CommonContainer-PutToCreate ldpt:CommonContainer-RelativeUriResolutionPost ldpt:CommonContainer-NoRdfBagSeqOrList ldpt:CommonContainer-PreferContainmentTriples ldpt:CommonContainer-ClientPostToCreate ldpt:CommonContainer-PostResponseStatusAndLocation ldpt:CommonContainer-PostContainer ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed ldpt:CommonContainer-RequestedInteractionModelHeaders ldpt:CommonContainer-AcceptTurtle ldpt:CommonContainer-ContentTypeHeader ldpt:CommonContainer-NullRelativeUri ldpt:CommonContainer-PostNoSlug ldpt:CommonContainer-CreateWithoutConstraints ldpt:CommonContainer-RestrictUriReUseSlug ldpt:CommonContainer-RestrictUriReUseNoSlug ldpt:CommonContainer-AcceptPostResponseHeader ldpt:CommonContainer-RejectPutModifyingContainmentTriples ldpt:CommonContainer-RestrictPutReUseUri ldpt:CommonContainer-DeleteRemovesContainmentTriple ldpt:CommonContainer-PatchMethod ldpt:CommonContainer-RdfTypeLdpContainer ldpt:CommonContainer-ServerHonorsSlug ldpt:CommonContainer-PostJsonLd ldpt:NonRDFSource-PostNonRDFSource ldpt:NonRDFSource-PostResourceAndGetFromContainer ldpt:NonRDFSource-PostResourceGetBinary ldpt:NonRDFSource-PostResourceGetMetadataAndBinary ldpt:NonRDFSource-PostResourceAndCheckLink ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource ldpt:NonRDFSource-OptionsHasSameLinkHeader ldpt:BasicContainer-ContainerSupportsHttpLinkHeader ldpt:BasicContainer-ContainerTypeIsBasicContainer ldpt:DirectContainer-HttpLinkHeader ldpt:DirectContainer-UseMemberPredicate ldpt:DirectContainer-MemberResourceTriple ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists ldpt:DirectContainer-PostResourceUpdatesTriples ldpt:DirectContainer-DeleteResourceUpdatesTriples ldpt:DirectContainer-PreferMembershipTriples ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader ldpt:IndirectContainer-CreateIndirectContainer ldpt:IndirectContainer-ContainsLdpcUri ldpt:IndirectContainer-PostResource ) .
+
+ldpt:RdfSource-PublishConstraintsReadOnlyProp
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
+        rdfs:label                 "RdfSource-PublishConstraintsReadOnlyProp" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
+        dcterms:date               "2014-07-07T15:39:43.52Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-PublishConstraintsReadOnlyProp" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-RdfTypeLdpContainer
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RdfTypeLdpContainer" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-typecontainer> ;
+        dcterms:date               "2014-07-07T15:39:43.541Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RdfTypeLdpContainer" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonResource-PutBadETag
+        a                          earl:TestCase ;
+        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                 "CommonResource-PutBadETag" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+        dcterms:date               "2014-07-07T15:39:43.498Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-PutBadETag" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:DirectContainer-PostResourceUpdatesTriples
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.56Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-PostResourceUpdatesTriples" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:CommonContainer-RequestedInteractionModelCreateNotAllowed
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RequestedInteractionModelCreateNotAllowed" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
+        dcterms:date               "2014-07-07T15:39:43.531Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RequestedInteractionModelCreateNotAllowed" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:NonRDFSource-PostResourceGetBinary
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.55Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostResourceGetBinary" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonContainer-AcceptPostResponseHeader
+        a                          earl:TestCase ;
+        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                 "CommonContainer-AcceptPostResponseHeader" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-acceptposthdr> ;
+        dcterms:date               "2014-07-07T15:39:43.538Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-AcceptPostResponseHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.554Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:RdfSource-RelativeUriResolutionPut
+        a                          earl:TestCase ;
+        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                 "RdfSource-RelativeUriResolutionPut" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
+        dcterms:date               "2014-07-07T15:39:43.506Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-RelativeUriResolutionPut" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonResource-Options
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST support the HTTP OPTIONS method. " ;
+        rdfs:label                 "CommonResource-Options" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-options-must> ;
+        dcterms:date               "2014-07-07T15:39:43.5Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-Options" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-options-must> ;
+                                     td:includesText  "LDP servers MUST support the HTTP OPTIONS method. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:RdfSource-ReUseVocabularies
+        a                          earl:TestCase ;
+        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                 "RdfSource-ReUseVocabularies" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocab> ;
+        dcterms:date               "2014-07-07T15:39:43.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ReUseVocabularies" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-RequestedInteractionModelHeaders
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RequestedInteractionModelHeaders" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createrdf> ;
+        dcterms:date               "2014-07-07T15:39:43.532Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RequestedInteractionModelHeaders" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-4xxErrorHasResponseBody
+        a                          earl:TestCase ;
+        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                 "RdfSource-4xxErrorHasResponseBody" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
+        dcterms:date               "2014-07-07T15:39:43.522Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-4xxErrorHasResponseBody" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:RdfSource-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                 "RdfSource-RestrictClientInference" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-noinferencing> ;
+        dcterms:date               "2014-07-07T15:39:43.513Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-RestrictClientInference" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:RdfSource-ResponsePropertiesNotPersisted
+        a                          earl:TestCase ;
+        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                 "RdfSource-ResponsePropertiesNotPersisted" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
+        dcterms:date               "2014-07-07T15:39:43.524Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ResponsePropertiesNotPersisted" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:DirectContainer-HttpLinkHeader
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.557Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-HttpLinkHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:DirectContainer-DeleteResourceUpdatesTriples
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.56Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-DeleteResourceUpdatesTriples" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:RdfSource-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                 "RdfSource-ContainsRdfType" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-atleast1rdftype> ;
+        dcterms:date               "2014-07-07T15:39:43.508Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ContainsRdfType" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-RestrictUriReUseNoSlug
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
+        rdfs:label                 "CommonContainer-RestrictUriReUseNoSlug" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
+        dcterms:date               "2014-07-07T15:39:43.537Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RestrictUriReUseNoSlug" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonContainer-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                 "CommonContainer-PostNoSlug" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-serverassignuri> ;
+        dcterms:date               "2014-07-07T15:39:43.535Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PostNoSlug" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-PutReadOnlyProperties4xxStatus
+        a                          earl:TestCase ;
+        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                 "RdfSource-PutReadOnlyProperties4xxStatus" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-servermanagedprops> ;
+        dcterms:date               "2014-07-07T15:39:43.522Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-PutReadOnlyProperties4xxStatus" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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)"^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-PostResponseStatusAndLocation
+        a                          earl:TestCase ;
+        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                 "CommonContainer-PostResponseStatusAndLocation" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
+        dcterms:date               "2014-07-07T15:39:43.529Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PostResponseStatusAndLocation" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:NonRDFSource-PostResourceAndGetFromContainer
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.549Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostResourceAndGetFromContainer" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonContainer-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                 "CommonContainer-CreateWithoutConstraints" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-mincontraints> ;
+        dcterms:date               "2014-07-07T15:39:43.535Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-CreateWithoutConstraints" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonContainer-ServerHonorsSlug
+        a                          earl:TestCase ;
+        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                 "CommonContainer-ServerHonorsSlug" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-slug> ;
+        dcterms:date               "2014-07-07T15:39:43.542Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-ServerHonorsSlug" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-PublishConstraintsUnknownProp
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints." ;
+        rdfs:label                 "RdfSource-PublishConstraintsUnknownProp" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-pubclireqs> ;
+        dcterms:date               "2014-07-07T15:39:43.521Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-PublishConstraintsUnknownProp" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:IndirectContainer-ContainerSupportsHttpLinkHeader
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.561Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "IndirectContainer-ContainerSupportsHttpLinkHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" .
+
+ldpt:CommonContainer-PostJsonLd
+        a                          earl:TestCase ;
+        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                 "CommonContainer-PostJsonLd" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-jsonld> ;
+        dcterms:date               "2014-07-07T15:39:43.543Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PostJsonLd" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:DirectContainer-PreferMembershipTriples
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.561Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-PreferMembershipTriples" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:NonRDFSource-PostResourceAndCheckLink
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.552Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostResourceAndCheckLink" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonResource-GetResponseHeaders
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. " ;
+        rdfs:label                 "CommonResource-GetResponseHeaders" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-options> ;
+        dcterms:date               "2014-07-07T15:39:43.493Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-GetResponseHeaders" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:NonRDFSource-OptionsHasSameLinkHeader
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.554Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-OptionsHasSameLinkHeader" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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"^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonResource-AcceptPatchHeader
+        a                          earl:TestCase ;
+        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                 "CommonResource-AcceptPatchHeader" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-patch-acceptpatch> ;
+        dcterms:date               "2014-07-07T15:39:43.499Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-AcceptPatchHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:CommonResource-PreconditionRequiredStatusCode
+        a                          earl:TestCase ;
+        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                 "CommonResource-PreconditionRequiredStatusCode" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+        dcterms:date               "2014-07-07T15:39:43.497Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-PreconditionRequiredStatusCode" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:DirectContainer-ActAsIfInsertedContentRelationTripleExists
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.559Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-ActAsIfInsertedContentRelationTripleExists" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:CommonResource-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                 "CommonResource-OptionsAllowHeader" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldpldpr-options-allow> ;
+        dcterms:date               "2014-07-07T15:39:43.501Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-OptionsAllowHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldpldpr-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. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:RdfSource-PutPropertiesNotPersisted
+        a                          earl:TestCase ;
+        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                 "RdfSource-PutPropertiesNotPersisted" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-put-failed> ;
+        dcterms:date               "2014-07-07T15:39:43.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-PutPropertiesNotPersisted" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-ClientPostToCreate
+        a                          earl:TestCase ;
+        rdfs:comment               "LDPC clients SHOULD create member resources by submitting a representation as the entity body of the HTTP POST to a known LDPC." ;
+        rdfs:label                 "CommonContainer-ClientPostToCreate" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
+        dcterms:date               "2014-07-07T15:39:43.529Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-ClientPostToCreate" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpc-post-created201> ;
+                                     td:includesText  "LDPC clients SHOULD create member resources by submitting a representation as the entity body of the HTTP POST to a known LDPC."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-ClientMayProvideHints
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP clients MAY provide LDP-defined hints that allow servers to optimize the content of responses. section 7.2 Preferences on the Prefer Request Header defines hints that apply to LDP-RSs. " ;
+        rdfs:label                 "RdfSource-ClientMayProvideHints" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-cli-can-hint> ;
+        dcterms:date               "2014-07-07T15:39:43.516Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ClientMayProvideHints" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-cli-can-hint> ;
+                                     td:includesText  "LDP clients MAY provide LDP-defined hints that allow servers to optimize the content of responses. section 7.2 Preferences on the Prefer Request Header defines hints that apply to LDP-RSs. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+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-07-07T15:39:43.563Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "IndirectContainer-PostResource" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" .
+
+ldpt:RdfSource-JsonLdRepresentation
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers SHOULD offer a application/ld+json representation of the requested LDP-RS [JSON-LD]. " ;
+        rdfs:label                 "RdfSource-JsonLdRepresentation" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
+        dcterms:date               "2014-07-07T15:39:43.517Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-JsonLdRepresentation" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldprs-get-jsonld> ;
+                                     td:includesText  "LDP servers SHOULD offer a application/ld+json representation of the requested LDP-RS [JSON-LD]. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:DirectContainer-MemberResourceTriple
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.558Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-MemberResourceTriple" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:CommonContainer-RejectPutModifyingContainmentTriples
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RejectPutModifyingContainmentTriples" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-mbrprops> ;
+        dcterms:date               "2014-07-07T15:39:43.538Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RejectPutModifyingContainmentTriples" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:NonRDFSource-PostNonRDFSource
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.548Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostNonRDFSource" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonResource-ETagHeadersGet
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
+        rdfs:label                 "CommonResource-ETagHeadersGet" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
+        dcterms:date               "2014-07-07T15:39:43.489Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-ETagHeadersGet" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:CommonContainer-PreferContainmentTriples
+        a                          earl:TestCase ;
+        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                 "CommonContainer-PreferContainmentTriples" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-prefer> ;
+        dcterms:date               "2014-07-07T15:39:43.527Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PreferContainmentTriples" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-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                 "RdfSource-GetResource" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-rdf> ;
+        dcterms:date               "2014-07-07T15:39:43.507Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-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:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonResource-ConditionFailedStatusCode
+        a                          earl:TestCase ;
+        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                 "CommonResource-ConditionFailedStatusCode" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+        dcterms:date               "2014-07-07T15:39:43.495Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-ConditionFailedStatusCode" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:IndirectContainer-CreateIndirectContainer
+        a                          earl:TestCase ;
+        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-CreateIndirectContainer" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpic-are-ldpcs> ;
+        dcterms:date               "2014-07-07T15:39:43.562Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "IndirectContainer-CreateIndirectContainer" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" .
+
+ldpt:CommonContainer-ContentTypeHeader
+        a                          earl:TestCase ;
+        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                 "CommonContainer-ContentTypeHeader" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-contenttype> ;
+        dcterms:date               "2014-07-07T15:39:43.533Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-ContentTypeHeader" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonContainer-RestrictUriReUseSlug
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers that allow member creation via POST SHOULD NOT re-use URIs." ;
+        rdfs:label                 "CommonContainer-RestrictUriReUseSlug" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-dontreuseuris> ;
+        dcterms:date               "2014-07-07T15:39:43.536Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RestrictUriReUseSlug" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonContainer-NullRelativeUri
+        a                          earl:TestCase ;
+        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                 "CommonContainer-NullRelativeUri" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-rdfnullrel> ;
+        dcterms:date               "2014-07-07T15:39:43.534Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-NullRelativeUri" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+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-07-07T15:39:43.563Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        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:declaredInClass       "org.w3.ldp.testsuite.test.IndirectContainerTest" .
+
+ldpt:RdfSource-AllowMultipleRdfTypes
+        a                          earl:TestCase ;
+        rdfs:comment               "In the absence of special knowledge of the application or domain, LDP clients MUST assume that any LDP-RS can have multiple values for rdf:type." ;
+        rdfs:label                 "RdfSource-AllowMultipleRdfTypes" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldp-cli-multitype> ;
+        dcterms:date               "2014-07-07T15:39:43.51Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-AllowMultipleRdfTypes" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldp-cli-multitype> ;
+                                     td:includesText  "In the absence of special knowledge of the application or domain, LDP clients MUST assume that any LDP-RS can have multiple values for rdf:type."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:RdfSource-ChangeRdfTypeValue
+        a                          earl:TestCase ;
+        rdfs:comment               "In the absence of special knowledge of the application or domain, LDP clients MUST assume that the rdf:type values of a given LDP-RS can change over time." ;
+        rdfs:label                 "RdfSource-ChangeRdfTypeValue" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-cli-typeschange> ;
+        dcterms:date               "2014-07-07T15:39:43.511Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ChangeRdfTypeValue" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-cli-typeschange> ;
+                                     td:includesText  "In the absence of special knowledge of the application or domain, LDP clients MUST assume that the rdf:type values of a given LDP-RS can change over time."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:BasicContainer-ContainerTypeIsBasicContainer
+        a                          earl:TestCase ;
+        rdfs:comment               "Each LDP Basic Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions in this section." ;
+        rdfs:label                 "BasicContainer-ContainerTypeIsBasicContainer" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpbc-are-ldpcs> ;
+        dcterms:date               "2014-07-07T15:39:43.556Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-ContainerTypeIsBasicContainer" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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 the following restrictions in this section."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" .
+
+ldpt:CommonResource-ETagHeadersHead
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values." ;
+        rdfs:label                 "CommonResource-ETagHeadersHead" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-etags> ;
+        dcterms:date               "2014-07-07T15:39:43.49Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-ETagHeadersHead" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:CommonContainer-RestrictPutReUseUri
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RestrictPutReUseUri" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-put-create> ;
+        dcterms:date               "2014-07-07T15:39:43.539Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RestrictPutReUseUri" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonResource-IsHttp11Server
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
+        rdfs:label                 "CommonResource-IsHttp11Server" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
+        dcterms:date               "2014-07-07T15:39:43.488Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-IsHttp11Server" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
+                                     td:includesText  "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:CommonContainer-DeleteRemovesContainmentTriple
+        a                          earl:TestCase ;
+        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                 "CommonContainer-DeleteRemovesContainmentTriple" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-del-contremovesconttriple> ;
+        dcterms:date               "2014-07-07T15:39:43.54Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-DeleteRemovesContainmentTriple" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:RdfSource-UseStandardVocabularies
+        a                          earl:TestCase ;
+        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                 "RdfSource-UseStandardVocabularies" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-gen-reusevocabsuchas> ;
+        dcterms:date               "2014-07-07T15:39:43.51Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-UseStandardVocabularies" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-AcceptTurtle
+        a                          earl:TestCase ;
+        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                 "CommonContainer-AcceptTurtle" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-turtle> ;
+        dcterms:date               "2014-07-07T15:39:43.532Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-AcceptTurtle" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:CommonResource-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                 "CommonResource-PutRequiresIfMatch" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-put-precond> ;
+        dcterms:date               "2014-07-07T15:39:43.494Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-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:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:RdfSource-AllowResponsesFromServer
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP clients MUST be capable of processing responses formed by an LDP server that ignores hints, including LDP-defined hints." ;
+        rdfs:label                 "RdfSource-AllowResponsesFromServer" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-cli-hints-ignorable> ;
+        dcterms:date               "2014-07-07T15:39:43.514Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-AllowResponsesFromServer" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-cli-hints-ignorable> ;
+                                     td:includesText  "LDP clients MUST be capable of processing responses formed by an LDP server that ignores hints, including LDP-defined hints."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.559Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.553Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostResourceAndCheckAssociatedResource" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:BasicContainer-ContainerSupportsHttpLinkHeader
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.555Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "BasicContainer-ContainerSupportsHttpLinkHeader" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.BasicContainerTest" .
+
+ldpt:RdfSource-GetResourceAcceptTurtle
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers must provide a text/turtle representation of the requested LDP-RS whenever HTTP content negotiation does not force another outcome [turtle]. In other words, if the server receives a GET request whose Request-URI identifies a LDP-RS, and either text/turtle has the highest relative quality factor (q= value) in the Accept request header or that header is absent, then an LDP server has to respond with Turtle." ;
+        rdfs:label                 "RdfSource-GetResourceAcceptTurtle" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldprs-get-turtle> ;
+        dcterms:date               "2014-07-07T15:39:43.515Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-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 provide a text/turtle representation of the requested LDP-RS whenever HTTP content negotiation does not force another outcome [turtle]. In other words, if the server receives a GET request whose Request-URI identifies a LDP-RS, and either text/turtle has the highest relative quality factor (q= value) in the Accept request header or that header is absent, then an LDP server has to respond with Turtle."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonResource-Head
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST support the HTTP HEAD method. " ;
+        rdfs:label                 "CommonResource-Head" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-head-must> ;
+        dcterms:date               "2014-07-07T15:39:43.499Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-Head" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-head-must> ;
+                                     td:includesText  "LDP servers MUST support the HTTP HEAD method. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:CommonContainer-NoRdfBagSeqOrList
+        a                          earl:TestCase ;
+        rdfs:comment               "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List." ;
+        rdfs:label                 "CommonContainer-NoRdfBagSeqOrList" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-nordfcontainertypes> ;
+        dcterms:date               "2014-07-07T15:39:43.527Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-NoRdfBagSeqOrList" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:NonRDFSource-PostResourceGetMetadataAndBinary
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.551Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MAY, NON-RDF" ;
+        mf:action                  "" ;
+        mf:name                    "NonRDFSource-PostResourceGetMetadataAndBinary" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.NonRDFSourceTest" .
+
+ldpt:CommonResource-IsHttp11Manual
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]." ;
+        rdfs:label                 "CommonResource-IsHttp11Manual" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
+        dcterms:date               "2014-07-07T15:39:43.488Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-IsHttp11Manual" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-gen-http> ;
+                                     td:includesText  "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:RdfSource-ServerOpen
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP clients SHOULD always assume that the set of predicates for a LDP-RS of a particular type at an arbitrary server is open, in the sense that different resources of the same type may not all have the same set of predicates in their triples, and the set of predicates that are used in the state of any one LDP-RS is not limited to any pre-defined set." ;
+        rdfs:label                 "RdfSource-ServerOpen" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-cli-openpreds> ;
+        dcterms:date               "2014-07-07T15:39:43.512Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-ServerOpen" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-cli-openpreds> ;
+                                     td:includesText  "LDP clients SHOULD always assume that the set of predicates for a LDP-RS of a particular type at an arbitrary server is open, in the sense that different resources of the same type may not all have the same set of predicates in their triples, and the set of predicates that are used in the state of any one LDP-RS is not limited to any pre-defined set."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonResource-GetResource
+        a                          earl:TestCase ;
+        rdfs:comment               "LDP servers MUST support the HTTP GET Method for LDPRs" ;
+        rdfs:label                 "CommonResource-GetResource" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-get-must> ;
+        dcterms:date               "2014-07-07T15:39:43.38Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonResource-GetResource" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-get-must> ;
+                                     td:includesText  "LDP servers MUST support the HTTP GET Method for LDPRs"^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonResourceTest" .
+
+ldpt:RdfSource-GetResourcePreservesTriples
+        a                          earl:TestCase ;
+        rdfs:comment               "A LDP client MUST preserve all triples retrieved from an LDP-RS using HTTP GET that it doesn’t change whether it understands the predicates or not, when its intent is to perform an update using HTTP PUT. The use of HTTP PATCH instead of HTTP PUT for update avoids this burden for clients [RFC5789]. " ;
+        rdfs:label                 "RdfSource-GetResourcePreservesTriples" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-cli-preservetriples> ;
+        dcterms:date               "2014-07-07T15:39:43.514Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "RdfSource-GetResourcePreservesTriples" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs:seeAlso     <http://www.w3.org/TR/ldp#ldpr-cli-preservetriples> ;
+                                     td:includesText  "A LDP client MUST preserve all triples retrieved from an LDP-RS using HTTP GET that it doesn’t change whether it understands the predicates or not, when its intent is to perform an update using HTTP PUT. The use of HTTP PATCH instead of HTTP PUT for update avoids this burden for clients [RFC5789]. "^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.RdfSourceTest" .
+
+ldpt:CommonContainer-RelativeUriResolutionPost
+        a                          earl:TestCase ;
+        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                 "CommonContainer-RelativeUriResolutionPost" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpr-gen-defbaseuri> ;
+        dcterms:date               "2014-07-07T15:39:43.526Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-RelativeUriResolutionPost" ;
+        td:reviewStatus            td:unreviewed ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
+
+ldpt:DirectContainer-UseMemberPredicate
+        a                          earl:TestCase ;
+        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-07-07T15:39:43.557Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "SHOULD, ldpMember" ;
+        mf:action                  "" ;
+        mf:name                    "DirectContainer-UseMemberPredicate" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.DirectContainerTest" .
+
+ldpt:CommonContainer-PostContainer
+        a                          earl:TestCase ;
+        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                 "CommonContainer-PostContainer" ;
+        rdfs:seeAlso               <http://www.w3.org/TR/ldp#ldpc-post-createdmbr-contains> ;
+        dcterms:date               "2014-07-07T15:39:43.53Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+        dcterms:subject            "MUST" ;
+        mf:action                  "" ;
+        mf:name                    "CommonContainer-PostContainer" ;
+        td:reviewStatus            td:approved ;
+        td:specificationReference  [ a                td:Excerpt ;
+                                     rdfs: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."^^<http://www.w3.org/2001/XMLSchema#string>
+                                   ] ;
+        ldpt:declaredInClass       "org.w3.ldp.testsuite.test.CommonContainerTest" .
--- a/tests/reports/ldp.html	Mon Jul 07 12:06:45 2014 -0400
+++ b/tests/reports/ldp.html	Mon Jul 07 12:19:29 2014 -0400
@@ -1,104 +1,5260 @@
 <!DOCTYPE html>
-<!-- 
-	TODO: Search for them within this document.
-	TODO: Once companion documents (best practices, primer) have URLs, link to them.  Search on "companion".
-	TODO: Add new "discovery of server capabilities" non-norm section
-    TODO: Consider adding Venn diagram for differences of LDPCs
- -->
-<html>
+<html prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
   <head>
-    <title>Linked Data Platform 1.0 - Implementation Reports</title>
-    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-    <!-- 
-      === NOTA BENE ===
-      For the three scripts below, if your spec resides on dev.w3 you can check them
-      out in the same tree and use relative links so that they'll work offline,
-     -->
-    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script> 
-    <script class='remove'>
-      var respecConfig = {
-          // specification status (e.g. ED, WD, LC, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
-          shortName:            "ldp-implreport",
-          edDraftURI:           "http://www.w3.org/2012/ldp/hg/tests/reports/ldp.html",
-          testSuiteURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/ldp-testsuite.html",
-          implementationReportURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/reports/ldp.html",
-          maxTocLevel: 2,
-          editors:  [
-              { name: "Steve Speicher", url: "http://stevespeicher.blogspot.com",
-                company: "IBM Corporation", companyURL: "http://ibm.com/" },
-              { name: "Sergio Fernández", url: "http://www.wikier.org",
-                company: "Apache Software Foundation", companyURL: "http://www.apache.org" },
-          ],
-
-          wg:           "Linked Data Platform Working Group",
-          wgURI:        "http://www.w3.org/2012/ldp",
-          wgPublicList: "public-ldp-comments",
-          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/55082/status",
-          doRDFa: "1.1"
-      };
+    <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
+    <link href='earl.ttl' rel='alternate' />
+    <link href='earl.jsonld' rel='alternate' />
+    <link href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-bc.ttl' rel='related' />
+    <link href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc1.ttl' rel='related' />
+    <link href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc2.ttl' rel='related' />
+    <link href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc3.ttl' rel='related' />
+    <link href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc4.ttl' rel='related' />
+    <title>
+      Linked Data Platform Implementation Conformance Report
+    </title>
+    <script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
+    <script type='text/javascript'>
+      //<![CDATA[
+        var respecConfig = {
+            // extend the bibliography entries
+            localBiblio: {
+                TURTLE: "Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">Turtle: Terse RDF Triple Language.</a></cite> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
+                DOAP: "Ed Dumbill. <cite><a href=\"https://github.com/edumbill/doap/wiki\">Turtle: Terse RDF Triple Language.</a></cite> Community Specification. URL: <a href=\"https://github.com/edumbill/doap/wiki\">https://github.com/edumbill/doap/wiki</a>",
+            },
+        
+            // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+            specStatus:           "unofficial",
+            copyrightStart:       "2014",
+            doRDFa:               "1.1",
+            publishDate:  "2014/07/07",
+        
+            // if you want to have extra CSS, append them to this list
+            // it is recommended that the respec.css stylesheet be kept
+            //extraCSS:             [
+            //    "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+            //],
+        
+            shortName:    "ldp-implreport",
+            // subtitle: 	"Linked Data Platform Implementation Conformance Report",
+            edDraftURI:   "http://www.w3.org/2012/ldp/hg/tests/reports/ldp.html",
+            testSuiteURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/ldp-testsuite.html",
+            implementationReportURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/reports/ldp.html",
+            maxTocLevel: 2,
+            editors:  [
+                { name: "Steve Speicher", url: "http://stevespeicher.blogspot.com",
+                  company: "IBM Corporation", companyURL: "http://ibm.com/" },
+                { name: "Sergio Fernández", url: "http://www.salzburgresearch.at",
+                  company: "Salzburg Research Forschungsgesellschaft mbH" },
+            ],
+        
+            wg:           "Linked Data Platform Working Group",
+            wgURI:        "http://www.w3.org/2012/ldp",
+            wgPublicList: "public-ldp-comments",
+            wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/55082/status",
+            alternateFormats: [
+              {uri: "earl.ttl", label: "Turtle"},
+              {uri: "earl.jsonld", label: "JSON-LD"}
+            ],
+        };
+      //]]>
     </script>
+    <style type='text/css'>
+      /*<![CDATA[*/
+        span[property='dc:description'] { display: none; }
+        td.PASS { color: green; }
+        td.FAIL { color: red; }
+        table.report {
+          border-width: 1px;
+          border-spacing: 2px;
+          border-style: outset;
+          border-color: gray;
+          border-collapse: separate;
+          background-color: white;
+        }
+        table.report th {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        table.report td {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        tr.summary {font-weight: bold;}
+        td.passed-all {color: green;}
+        td.passed-most {color: darkorange;}
+        td.passed-some {color: red;}
+      /*]]>*/
+    </style>
   </head>
-<body>
-   <section about='' id='abstract' typeof='earl:Software doap:Project'>
+  <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+    <section about='' id='abstract' typeof='earl:Software doap:Project'>
       <p>
-        This document reports test subject conformance for and related specifications for
-        <span property='doap:name'>Linked Data Platform 1.0</span>
-        <span property='dc:bibliographicCitation'>[[LDP]]</span>
-        according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
+        This document reports test subject conformance for
+        Linked Data Platform 1.0 [[LINKED-DATA-PLATFORM]] specification using
+        the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
+      </p>
+      <p>
+        This report is also available in alternate formats:
+        <a href='ldp.ttl' rel='xhv:alternate'>
+          Turtle
+        </a>
+        and
+        <a href='ldp.jsonld' rel='xhv:alternate'>
+          JSON-LD
+        </a>
       </p>
     </section>
-    
-   <section id='sodt'></section>
+    <section id='sodt'></section>
     <section>
-      <h2>Instructions for submitting implementation reports</h2>
-      
-      <p>Tests should be run using the test manifests defined in the 
-        <a href="#test-manifests">Test Manifests</a> Section.</p>
-      
-      <p>Reports should be submitted in Turtle format to <a href="mailto:public-ldp-comments@w3.org">public-ldp-comments@w3.org</a>
-        and include an <code>earl:Assertion</code>
-        for each test, referencing the test resource from the associated manifest
-        and the test subject being reported upon. An example test entry is be the following:</p>
-      
-      <pre><code> TBD </code></pre>
-    <!--   <pre><code>  [ a earl:Assertion;&#x000A;    earl:assertedBy &lt;http://stevespeicher.me#me&gt;;&#x000A;    earl:subject &lt;http://rubygems.org/gems/ldp-testsuite&gt;;&#x000A;    earl:test &lt;http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01&gt;;&#x000A;    earl:result [&#x000A;      a earl:TestResult;&#x000A;      earl:outcome earl:passed;&#x000A;      dc:date &quot;2013-02-22T15:12:30-08:00&quot;^^xsd:dateTime];&#x000A;    earl:mode earl:automatic ] .&#x000A;</code></pre>
-     -->
-      <!-- 
-      <p>The Test Subject should be defined as a <code>doap:Project</code>, including the name,
-        homepage and developer(s) of the software (see [[DOAP]]). Optionally, including the
-        project description and programming language. An example test subject description is the following:</p>
-      
-      <pre><code>  &lt;&gt; foaf:primaryTopic &lt;http://rubygems.org/gems/rdf-turtle&gt;&#x000A;    dc:issued &quot;2013-06-18T17:30:22-07:00&quot;^^xsd:dateTime ;&#x000A;    foaf:maker &lt;http://greggkellogg.net/foaf#me&gt; .&#x000A;&#x000A;  &lt;http://rubygems.org/gems/rdf-turtle&gt; a doap:Project, earl:TestSubject, earl:Software ;&#x000A;    doap:name          &quot;RDF::Turtle&quot; ;&#x000A;    doap:homepage      &lt;http://ruby-rdf.github.com/rdf-turtle&gt; ;&#x000A;    doap:license       &lt;http://creativecommons.org/licenses/publicdomain/&gt; ;&#x000A;    doap:description   &quot;RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.&quot;@en ;&#x000A;    doap:created       &quot;2011-08-29&quot;^^xsd:date ;&#x000A;    doap:programming-language &quot;Ruby&quot; ;&#x000A;    doap:implements    &lt;http://www.w3.org/TR/turtle/&gt; ;&#x000A;    doap:category      &lt;http://dbpedia.org/resource/Resource_Description_Framework&gt;,&#x000A;                       &lt;http://dbpedia.org/resource/Ruby_(programming_language)&gt; ;&#x000A;    doap:developer     &lt;http://greggkellogg.net/foaf#me&gt; ;&#x000A;    dc:title           &quot;RDF::Turtle&quot; ;&#x000A;    dc:description     &quot;RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.&quot;@en ;&#x000A;    dc:date            &quot;2011-08-29&quot;^^xsd:date ;&#x000A;    .&#x000A;</code></pre>
-      
-      <p>The software developer, either an organization or one or more individuals SHOULD be
-        referenced from <code>doap:developer</code> using [[FOAF]]. For example:</p>
-      
-      <pre><code>  &lt;http://greggkellogg.net/foaf#me&gt; a foaf:Person, earl:Assertor;&#x000A;    foaf:name &quot;Gregg Kellogg&quot;;&#x000A;    foaf:title &quot;Implementor&quot;;&#x000A;    foaf:homepage &lt;http://greggkellogg.net/&gt; .&#x000A;</code></pre>
-       -->
-      <p>See <a href="https://www.w3.org/2012/ldp/wiki/Testing">LDP Test Suite Wiki</a>
-        for more information.</p>
+      <h2>
+        Test Manifests
+      </h2>
+      <section resource='http://www.w3c.org/ns/ldp/test#' typeof='earl:Report mf:Manifest'>
+        <h2 property='dc:title mf:name'>Test Manifest</h2>
+        <p property='rdfs:comment'>LDP tests</p>
+        <table class='report'>
+          <tr>
+            <th>
+              Test
+            </th>
+            <th>
+              <a href='#subj_0'>Eclipse Lyo - BC</a>
+            </th>
+            <th>
+              <a href='#subj_1'>Eclipse Lyo-DC1</a>
+            </th>
+            <th>
+              <a href='#subj_2'>Eclipse Lyo-DC2</a>
+            </th>
+            <th>
+              <a href='#subj_3'>Eclipse Lyo-DC3</a>
+            </th>
+            <th>
+              <a href='#subj_4'>Eclipse Lyo-DC4</a>
+            </th>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-GetResource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-IsHttp11Server</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-IsHttp11Manual</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-ETagHeadersGet</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-ETagHeadersHead</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-LdpLinkHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-GetResponseHeaders</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-PutRequiresIfMatch</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-ConditionFailedStatusCode</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-PreconditionRequiredStatusCode</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-PutBadETag</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-Head' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-Head</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Head' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Head' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Head' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Head' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Head' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-AcceptPatchHeader</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-Options' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-Options</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Options' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Options' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Options' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Options' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-Options' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonResource-OptionsAllowHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-RelativeUriResolutionPut</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-PutReplacesResource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-GetResource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ContainsRdfType</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ReUseVocabularies</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-UseStandardVocabularies</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-AllowMultipleRdfTypes</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ChangeRdfTypeValue</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ServerOpen</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-RestrictClientInference</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-GetResourcePreservesTriples</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-AllowResponsesFromServer</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:manual' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-GetResourceAcceptTurtle</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ClientMayProvideHints</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-JsonLdRepresentation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-PublishConstraintsReadOnlyProp</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-PublishConstraintsUnknownProp</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-PutReadOnlyProperties4xxStatus</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-4xxErrorHasResponseBody</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-PutPropertiesNotPersisted</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>RdfSource-ResponsePropertiesNotPersisted</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PutToCreate</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RelativeUriResolutionPost</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-NoRdfBagSeqOrList</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PreferContainmentTriples</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-ClientPostToCreate</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notTested' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PostResponseStatusAndLocation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PostContainer</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RequestedInteractionModelCreateNotAllowed</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RequestedInteractionModelHeaders</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-AcceptTurtle</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-ContentTypeHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-NullRelativeUri</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PostNoSlug</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-CreateWithoutConstraints</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RestrictUriReUseSlug</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RestrictUriReUseNoSlug</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-AcceptPostResponseHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RejectPutModifyingContainmentTriples</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RestrictPutReUseUri</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-DeleteRemovesContainmentTriple</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PatchMethod</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-RdfTypeLdpContainer</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:fail'>
+                  FAIL
+                </span>
+              </span>
+            </td>
+            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:fail'>
+                  FAIL
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-ServerHonorsSlug</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>CommonContainer-PostJsonLd</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostNonRDFSource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostResourceAndGetFromContainer</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostResourceGetBinary</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostResourceGetMetadataAndBinary</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostResourceAndCheckLink</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-PostResourceAndCheckAssociatedResource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>NonRDFSource-OptionsHasSameLinkHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>BasicContainer-ContainerSupportsHttpLinkHeader</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>BasicContainer-ContainerTypeIsBasicContainer</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#bc' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-HttpLinkHeader</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-UseMemberPredicate</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-MemberResourceTriple</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-ActAsIfInsertedContentRelationTripleExists</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-PostResourceUpdatesTriples</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-DeleteResourceUpdatesTriples</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>DirectContainer-PreferMembershipTriples</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc1' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc2' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc3' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://eclipse.org/lyo#dc4' property='earl:assertedBy' />
+              <link href='http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:pass'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>IndirectContainer-ContainerSupportsHttpLinkHeader</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>IndirectContainer-CreateIndirectContainer</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>IndirectContainer-ContainsLdpcUri</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test-definitions'>IndirectContainer-PostResource</a>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#bc' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc1' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc2' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc3' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource' property='earl:test' />
+              <link href='http://eclipse.org/lyo#dc4' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr class='summary'>
+            <td>
+              Percentage passed out of 82 Tests
+            </td>
+            <td class='passed-some'>
+              61.0%
+            </td>
+            <td class='passed-some'>
+              64.6%
+            </td>
+            <td class='passed-some'>
+              63.4%
+            </td>
+            <td class='passed-some'>
+              63.4%
+            </td>
+            <td class='passed-some'>
+              64.6%
+            </td>
+          </tr>
+        </table>
+      </section>
     </section>
-    
-    <section>
-      <h2>Test Manifests</h2>
-      <p><em>Coming soon...</em></p>
-    </section>
-    
-    <section>
-    	<h2>Test Subjects</h2>
-		<p><em>Coming soon...</em></p>   	
+    <section class='appendix'>
+      <h2>
+        Test Subjects
+      </h2>
+      <p>
+        This report was tested using the following test subjects:
+      </p>
+      <dl>
+        <dt id='subj_0'>
+          <a href='http://eclipse.org/lyo#bc'>
+            <span about='http://eclipse.org/lyo#bc' property='doap:name'>Eclipse Lyo - BC</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://eclipse.org/lyo#bc' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>Testing against: BasicContainer, RDFSource, NonRDFSource, Prefer, Container as Resource interaction model.</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://wiki.eclipse.org/Lyo/LDPImpl'>
+                http://wiki.eclipse.org/Lyo/LDPImpl
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Steve Speicher</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Sam Padgett</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_1'>
+          <a href='http://eclipse.org/lyo#dc1'>
+            <span about='http://eclipse.org/lyo#dc1' property='doap:name'>Eclipse Lyo-DC1</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://eclipse.org/lyo#dc1' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == ldp:member</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://wiki.eclipse.org/Lyo/LDPImpl'>
+                http://wiki.eclipse.org/Lyo/LDPImpl
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Steve Speicher</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Sam Padgett</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_2'>
+          <a href='http://eclipse.org/lyo#dc2'>
+            <span about='http://eclipse.org/lyo#dc2' property='doap:name'>Eclipse Lyo-DC2</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://eclipse.org/lyo#dc2' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == ldp:member</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://wiki.eclipse.org/Lyo/LDPImpl'>
+                http://wiki.eclipse.org/Lyo/LDPImpl
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Steve Speicher</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Sam Padgett</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_3'>
+          <a href='http://eclipse.org/lyo#dc3'>
+            <span about='http://eclipse.org/lyo#dc3' property='doap:name'>Eclipse Lyo-DC3</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://eclipse.org/lyo#dc3' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == skos:inScheme</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://wiki.eclipse.org/Lyo/LDPImpl'>
+                http://wiki.eclipse.org/Lyo/LDPImpl
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Steve Speicher</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Sam Padgett</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_4'>
+          <a href='http://eclipse.org/lyo#dc4'>
+            <span about='http://eclipse.org/lyo#dc4' property='doap:name'>Eclipse Lyo-DC4</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://eclipse.org/lyo#dc4' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == skos:inScheme</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://wiki.eclipse.org/Lyo/LDPImpl'>
+                http://wiki.eclipse.org/Lyo/LDPImpl
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Steve Speicher</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Sam Padgett</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+      </dl>
     </section>
-    
-   <section>
-    	<h2>Individual Test Results</h2>
-		<p><em>Coming soon...</em></p>   	
+    <section class='appendix' rel='xhv:related earl:assertions'>
+      <h2>
+        Individual Test Results
+      </h2>
+      <p>
+        Individual test results used to construct this report are available here:
+      </p>
+      <ul>
+        <li>
+          <a class='source' href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-bc.ttl'>contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-bc.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc1.ttl'>contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc1.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc2.ttl'>contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc2.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc3.ttl'>contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc3.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc4.ttl'>contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc4.ttl</a>
+        </li>
+      </ul>
     </section>
-    
-    <section>
-    	<h2>Report Generation Software</h2>
-		<p>The test suite, mostly automated, is available at <a href="http://w3c.github.io/ldp-testsuite/">http://w3c.github.io/ldp-testsuite/</a><p>
-		<p>Software used to take EARL input files and generate a report is <em>coming soon.</em></p>   	
+    <section class='appendix'>
+      <h2>
+        Test Definitions
+      </h2>
+      <p>
+        Individual tests are defined in source code and hosted on GitHub at <a href="http://w3c.github.io/ldp-testsuite/">http://w3c.github.io/ldp-testsuite/</a>
+      </p>
     </section>
-
-</body>
+    <section id='appendix' property='earl:generatedBy' resource='http://rubygems.org/gems/earl-report' typeof='doap:Project'>
+      <h2>
+        Report Generation Software
+      </h2>
+      <p>
+        The test suite, mostly automated, is available at <a href="http://w3c.github.io/ldp-testsuite/">http://w3c.github.io/ldp-testsuite/</a>
+      </p>
+      <p>
+        Software used to take EARL input files and generate a report is within the same GitHub repository.
+      </p>
+      <p>
+        This report generated by
+        <span property='doap:name'><a href='http://rubygems.org/gems/earl-report'>earl-report</a></span>
+        <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' />
+        <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' />
+        version
+        <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.3.4' typeof='doap:Version'>
+          <span property='doap:revision'>0.3.4</span>
+          <meta content='earl-report-0.3.4' property='doap:name' />
+          <meta content='2014-06-24' datatype='xsd:date' property='doap:created' />
+        </span>
+        an
+        <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
+        <span property='doap:programming-language'>Ruby</span>
+        application. More information is available at
+        <a href='https://github.com/gkellogg/earl-report' property='doap:homepage'>https://github.com/gkellogg/earl-report</a>
+        .
+      </p>
+      <p property='doap:developer' resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'>
+        This software is provided by
+        <a href='http://greggkellogg.net/' property='foaf:homepage'><span aboue='http://greggkellogg.net/foaf#me' property='foaf:name'>Gregg Kellogg</span></a>
+        in hopes that it might make the lives of conformance testers easier.
+      </p>
+    </section>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reports/ldp.jsonld	Mon Jul 07 12:19:29 2014 -0400
@@ -0,0 +1,5747 @@
+{
+  "@context": {
+    "@vocab": "http://www.w3.org/ns/earl#",
+    "foaf:homepage": {
+      "@type": "@id"
+    },
+    "dc": "http://purl.org/dc/terms/",
+    "doap": "http://usefulinc.com/ns/doap#",
+    "earl": "http://www.w3.org/ns/earl#",
+    "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
+    "foaf": "http://xmlns.com/foaf/0.1/",
+    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
+    "assertedBy": {
+      "@type": "@id"
+    },
+    "assertions": {
+      "@type": "@id",
+      "@container": "@list"
+    },
+    "bibRef": {
+      "@id": "dc:bibliographicCitation"
+    },
+    "created": {
+      "@id": "doap:created",
+      "@type": "xsd:date"
+    },
+    "description": {
+      "@id": "dc:description",
+      "@language": "en"
+    },
+    "developer": {
+      "@id": "doap:developer",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "doapDesc": {
+      "@id": "doap:description",
+      "@language": "en"
+    },
+    "generatedBy": {
+      "@type": "@id"
+    },
+    "homepage": {
+      "@id": "doap:homepage",
+      "@type": "@id"
+    },
+    "label": {
+      "@id": "rdfs:label",
+      "@language": "en"
+    },
+    "language": {
+      "@id": "doap:programming-language"
+    },
+    "license": {
+      "@id": "doap:license",
+      "@type": "@id"
+    },
+    "mode": {
+      "@type": "@id"
+    },
+    "name": {
+      "@id": "doap:name"
+    },
+    "outcome": {
+      "@type": "@id"
+    },
+    "release": {
+      "@id": "doap:release",
+      "@type": "@id"
+    },
+    "shortdesc": {
+      "@id": "doap:shortdesc",
+      "@language": "en"
+    },
+    "subject": {
+      "@type": "@id"
+    },
+    "test": {
+      "@type": "@id"
+    },
+    "testAction": {
+      "@id": "mf:action",
+      "@type": "@id"
+    },
+    "testResult": {
+      "@id": "mf:result",
+      "@type": "@id"
+    },
+    "entries": {
+      "@id": "mf:entries",
+      "@type": "@id",
+      "@container": "@list"
+    },
+    "testSubjects": {
+      "@type": "@id",
+      "@container": "@list"
+    },
+    "title": {
+      "@id": "dc:title"
+    },
+    "xsd": {
+      "@id": "http://www.w3.org/2001/XMLSchema#"
+    }
+  },
+  "@id": "",
+  "@type": [
+    "earl:Software",
+    "doap:Project"
+  ],
+  "name": "LDP",
+  "bibRef": "[[LDP]]",
+  "generatedBy": {
+    "@id": "http://rubygems.org/gems/earl-report",
+    "@type": "doap:Project",
+    "name": "earl-report",
+    "shortdesc": "Earl Report summary generator",
+    "doapDesc": "EarlReport generates HTML+RDFa rollups of multiple EARL reports",
+    "homepage": "https://github.com/gkellogg/earl-report",
+    "language": "Ruby",
+    "license": "http://unlicense.org",
+    "release": {
+      "@id": "https://github.com/gkellogg/earl-report/tree/0.3.4",
+      "@type": "doap:Version",
+      "name": "earl-report-0.3.4",
+      "created": "2014-06-24",
+      "revision": "0.3.4"
+    },
+    "developer": {
+      "@type": "foaf:Person",
+      "@id": "http://greggkellogg.net/foaf#me",
+      "foaf:name": "Gregg Kellogg",
+      "foaf:homepage": "http://greggkellogg.net/"
+    }
+  },
+  "assertions": [
+    "contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-bc.ttl",
+    "contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc1.ttl",
+    "contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc2.ttl",
+    "contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc3.ttl",
+    "contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc4.ttl"
+  ],
+  "testSubjects": [
+    {
+      "@id": "http://eclipse.org/lyo#bc",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Eclipse Lyo - BC",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Steve Speicher"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Sam Padgett"
+        }
+      ],
+      "doapDesc": "Testing against: BasicContainer, RDFSource, NonRDFSource, Prefer, Container as Resource interaction model.",
+      "homepage": "http://wiki.eclipse.org/Lyo/LDPImpl",
+      "language": "Java"
+    },
+    {
+      "@id": "http://eclipse.org/lyo#dc1",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Eclipse Lyo-DC1",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Steve Speicher"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Sam Padgett"
+        }
+      ],
+      "doapDesc": "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == ldp:member",
+      "homepage": "http://wiki.eclipse.org/Lyo/LDPImpl",
+      "language": "Java"
+    },
+    {
+      "@id": "http://eclipse.org/lyo#dc2",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Eclipse Lyo-DC2",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Steve Speicher"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Sam Padgett"
+        }
+      ],
+      "doapDesc": "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == ldp:member",
+      "homepage": "http://wiki.eclipse.org/Lyo/LDPImpl",
+      "language": "Java"
+    },
+    {
+      "@id": "http://eclipse.org/lyo#dc3",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Eclipse Lyo-DC3",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Steve Speicher"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Sam Padgett"
+        }
+      ],
+      "doapDesc": "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == skos:inScheme",
+      "homepage": "http://wiki.eclipse.org/Lyo/LDPImpl",
+      "language": "Java"
+    },
+    {
+      "@id": "http://eclipse.org/lyo#dc4",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Eclipse Lyo-DC4 ",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Steve Speicher"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Sam Padgett"
+        }
+      ],
+      "doapDesc": "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == skos:inScheme",
+      "homepage": "http://wiki.eclipse.org/Lyo/LDPImpl",
+      "language": "Java"
+    }
+  ],
+  "entries": [
+    {
+      "@id": "http://www.w3c.org/ns/ldp/test#",
+      "@type": [
+        "earl:Report",
+        "mf:Manifest"
+      ],
+      "entries": [
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-GetResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST support the HTTP GET Method for LDPRs"
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-IsHttp11Server",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-IsHttp11Manual",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-ETagHeadersGet",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-ETagHeadersHead",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-LdpLinkHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-GetResponseHeaders",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-PutRequiresIfMatch",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-ConditionFailedStatusCode",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-PreconditionRequiredStatusCode",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-PutBadETag",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-Head",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Head",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST support the HTTP HEAD method. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-AcceptPatchHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-Options",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-Options",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST support the HTTP OPTIONS method. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonResource-OptionsAllowHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-RelativeUriResolutionPut",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-PutReplacesResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-GetResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ContainsRdfType",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ReUseVocabularies",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-UseStandardVocabularies",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-AllowMultipleRdfTypes",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "In the absence of special knowledge of the application or domain, LDP clients MUST assume that any LDP-RS can have multiple values for rdf:type."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ChangeRdfTypeValue",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "In the absence of special knowledge of the application or domain, LDP clients MUST assume that the rdf:type values of a given LDP-RS can change over time."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ServerOpen",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP clients SHOULD always assume that the set of predicates for a LDP-RS of a particular type at an arbitrary server is open, in the sense that different resources of the same type may not all have the same set of predicates in their triples, and the set of predicates that are used in the state of any one LDP-RS is not limited to any pre-defined set."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-RestrictClientInference",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-GetResourcePreservesTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "A LDP client MUST preserve all triples retrieved from an LDP-RS using HTTP GET that it doesn’t change whether it understands the predicates or not, when its intent is to perform an update using HTTP PUT. The use of HTTP PATCH instead of HTTP PUT for update avoids this burden for clients [RFC5789]. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-AllowResponsesFromServer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:manual",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP clients MUST be capable of processing responses formed by an LDP server that ignores hints, including LDP-defined hints."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-GetResourceAcceptTurtle",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers must provide a text/turtle representation of the requested LDP-RS whenever HTTP content negotiation does not force another outcome [turtle]. In other words, if the server receives a GET request whose Request-URI identifies a LDP-RS, and either text/turtle has the highest relative quality factor (q= value) in the Accept request header or that header is absent, then an LDP server has to respond with Turtle."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ClientMayProvideHints",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "LDP clients MAY provide LDP-defined hints that allow servers to optimize the content of responses. section 7.2 Preferences on the Prefer Request Header defines hints that apply to LDP-RSs. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-JsonLdRepresentation",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers SHOULD offer a application/ld+json representation of the requested LDP-RS [JSON-LD]. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-PublishConstraintsReadOnlyProp",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-PublishConstraintsUnknownProp",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-PutReadOnlyProperties4xxStatus",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-4xxErrorHasResponseBody",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-PutPropertiesNotPersisted",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "RdfSource-ResponsePropertiesNotPersisted",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PutToCreate",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RelativeUriResolutionPost",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-NoRdfBagSeqOrList",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PreferContainmentTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-ClientPostToCreate",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notTested",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDPC clients SHOULD create member resources by submitting a representation as the entity body of the HTTP POST to a known LDPC."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PostResponseStatusAndLocation",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PostContainer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RequestedInteractionModelCreateNotAllowed",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RequestedInteractionModelHeaders",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-AcceptTurtle",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-ContentTypeHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-NullRelativeUri",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PostNoSlug",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-CreateWithoutConstraints",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RestrictUriReUseSlug",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RestrictUriReUseNoSlug",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-AcceptPostResponseHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RejectPutModifyingContainmentTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RestrictPutReUseUri",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-DeleteRemovesContainmentTriple",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PatchMethod",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-RdfTypeLdpContainer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:fail"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:fail"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-ServerHonorsSlug",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "CommonContainer-PostJsonLd",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostNonRDFSource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostResourceAndGetFromContainer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostResourceGetBinary",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostResourceGetMetadataAndBinary",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostResourceAndCheckLink",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-PostResourceAndCheckAssociatedResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "NonRDFSource-OptionsHasSameLinkHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "BasicContainer-ContainerSupportsHttpLinkHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "BasicContainer-ContainerTypeIsBasicContainer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#bc"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "Each LDP Basic Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions in this section."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-HttpLinkHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-UseMemberPredicate",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-MemberResourceTriple",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-PostResourceUpdatesTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-DeleteResourceUpdatesTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "DirectContainer-PreferMembershipTriples",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc1"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc2"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc3"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:pass"
+              },
+              "assertedBy": "http://eclipse.org/lyo#dc4"
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "IndirectContainer-ContainerSupportsHttpLinkHeader",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "IndirectContainer-CreateIndirectContainer",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions."
+        },
+        {
+          "@id": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "IndirectContainer-ContainsLdpcUri",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/earl#TestCase"
+          ],
+          "title": "IndirectContainer-PostResource",
+          "testAction": "",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+              "subject": "http://eclipse.org/lyo#bc",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+              "subject": "http://eclipse.org/lyo#dc1",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+              "subject": "http://eclipse.org/lyo#dc2",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+              "subject": "http://eclipse.org/lyo#dc3",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource",
+              "subject": "http://eclipse.org/lyo#dc4",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            }
+          ],
+          "description": "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."
+        }
+      ],
+      "description": "LDP tests"
+    }
+  ]
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reports/ldp.ttl	Mon Jul 07 12:19:29 2014 -0400
@@ -0,0 +1,3156 @@
+@prefix dc: <http://purl.org/dc/terms/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+
+<> a earl:Software, doap:Project;
+  doap:name "LDP";
+  dc:bibliographicCitation "[[LDP]]";
+  earl:generatedBy <http://rubygems.org/gems/earl-report>;
+  earl:assertions
+    <contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-bc.ttl>,
+    <contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc1.ttl>,
+    <contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc2.ttl>,
+    <contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc3.ttl>,
+    <contrib/ldp-testsuite-execution-report-earl-eclipse-lyo-dc4.ttl>;
+  earl:testSubjects (
+    <http://eclipse.org/lyo#bc>
+    <http://eclipse.org/lyo#dc1>
+    <http://eclipse.org/lyo#dc2>
+    <http://eclipse.org/lyo#dc3>
+    <http://eclipse.org/lyo#dc4>);
+  mf:entries (
+    <http://www.w3c.org/ns/ldp/test#>) .
+    
+
+<http://rubygems.org/gems/earl-report> a earl:Software, doap:Project;
+  doap:name "earl-report";
+  doap:shortdesc "Earl Report summary generator"@en;
+  doap:description "EarlReport generates HTML+RDFa rollups of multiple EARL reports"@en;
+  doap:homepage <https://github.com/gkellogg/earl-report>;
+  doap:programming-language "Ruby";
+  doap:license <http://unlicense.org>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.4>;
+  doap:developer <http://greggkellogg.net/foaf#me> .
+
+    
+
+# Manifests
+<http://www.w3c.org/ns/ldp/test#> a earl:Report, mf:Manifest;
+  rdfs:comment "LDP tests";
+  mf:entries (
+    <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-Head>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-Options>
+    <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>
+    <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>
+    <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>
+    <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>
+    <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>
+    <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>
+    <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>
+    <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>
+    <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>
+    <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>
+    <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>) .
+
+#
+# Subject Definitions
+#
+<http://eclipse.org/lyo#bc> a earl:TestSubject, doap:Project;
+  doap:name "Eclipse Lyo - BC";
+  doap:description "Testing against: BasicContainer, RDFSource, NonRDFSource, Prefer, Container as Resource interaction model."@en;
+  doap:programming-language "Java";
+ .
+
+<http://eclipse.org/lyo#bc> doap:developer
+   [ a foaf:Person;
+     foaf:name "Steve Speicher" ] .
+
+<http://eclipse.org/lyo#bc> doap:developer
+   [ a foaf:Person;
+     foaf:name "Sam Padgett" ] .
+
+
+<http://eclipse.org/lyo#dc1> a earl:TestSubject, doap:Project;
+  doap:name "Eclipse Lyo-DC1";
+  doap:description "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == ldp:member"@en;
+  doap:programming-language "Java";
+ .
+
+<http://eclipse.org/lyo#dc1> doap:developer
+   [ a foaf:Person;
+     foaf:name "Steve Speicher" ] .
+
+<http://eclipse.org/lyo#dc1> doap:developer
+   [ a foaf:Person;
+     foaf:name "Sam Padgett" ] .
+
+
+<http://eclipse.org/lyo#dc2> a earl:TestSubject, doap:Project;
+  doap:name "Eclipse Lyo-DC2";
+  doap:description "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == ldp:member"@en;
+  doap:programming-language "Java";
+ .
+
+<http://eclipse.org/lyo#dc2> doap:developer
+   [ a foaf:Person;
+     foaf:name "Steve Speicher" ] .
+
+<http://eclipse.org/lyo#dc2> doap:developer
+   [ a foaf:Person;
+     foaf:name "Sam Padgett" ] .
+
+
+<http://eclipse.org/lyo#dc3> a earl:TestSubject, doap:Project;
+  doap:name "Eclipse Lyo-DC3";
+  doap:description "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource != container,            ldp:hasMemberRelation == skos:inScheme"@en;
+  doap:programming-language "Java";
+ .
+
+<http://eclipse.org/lyo#dc3> doap:developer
+   [ a foaf:Person;
+     foaf:name "Steve Speicher" ] .
+
+<http://eclipse.org/lyo#dc3> doap:developer
+   [ a foaf:Person;
+     foaf:name "Sam Padgett" ] .
+
+
+<http://eclipse.org/lyo#dc4> a earl:TestSubject, doap:Project;
+  doap:name "Eclipse Lyo-DC4 ";
+  doap:description "Testing against: DirectContainer, RDFSource, NonRDFSource, Prefer,         Container as Resource interaction model.         Configuration of DirectContainer:            ldp:membershipResource == container,            ldp:hasMemberRelation == skos:inScheme"@en;
+  doap:programming-language "Java";
+ .
+
+<http://eclipse.org/lyo#dc4> doap:developer
+   [ a foaf:Person;
+     foaf:name "Steve Speicher" ] .
+
+<http://eclipse.org/lyo#dc4> doap:developer
+   [ a foaf:Person;
+     foaf:name "Sam Padgett" ] .
+
+
+#
+# Test Case Definitions
+#
+<http://www.w3c.org/ns/ldp/test#CommonResource-GetResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-GetResource";
+  dc:description "LDP servers MUST support the HTTP GET Method for LDPRs"@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-IsHttp11Server";
+  dc:description "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Server>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-IsHttp11Manual";
+  dc:description "LDP servers MUST at least be HTTP/1.1 conformant servers [HTTP11]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-IsHttp11Manual>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-ETagHeadersGet";
+  dc:description "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersGet>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-ETagHeadersHead";
+  dc:description "LDP server responses MUST use entity tags (either weak or strong ones) as response ETag header values."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ETagHeadersHead>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-LdpLinkHeader";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-LdpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-GetResponseHeaders";
+  dc:description "LDP servers MUST support the HTTP response headers defined in section 4.2.8 HTTP OPTIONS. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-GetResponseHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-PutRequiresIfMatch";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutRequiresIfMatch>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-ConditionFailedStatusCode";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-ConditionFailedStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-PreconditionRequiredStatusCode";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PreconditionRequiredStatusCode>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-PutBadETag";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-PutBadETag>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-Head> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-Head";
+  dc:description "LDP servers MUST support the HTTP HEAD method. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Head>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Head>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Head>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Head>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Head>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-AcceptPatchHeader";
+  dc:description "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. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-AcceptPatchHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-Options> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-Options";
+  dc:description "LDP servers MUST support the HTTP OPTIONS method. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Options>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Options>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Options>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Options>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-Options>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonResource-OptionsAllowHeader";
+  dc:description "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. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonResource-OptionsAllowHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-RelativeUriResolutionPut";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RelativeUriResolutionPut>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-PutReplacesResource";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReplacesResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-GetResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-GetResource";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ContainsRdfType";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ContainsRdfType>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ReUseVocabularies";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ReUseVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-UseStandardVocabularies";
+  dc:description "LDP-RSs predicates SHOULD use standard vocabularies such as Dublin Core [DC-TERMS], RDF [rdf11-concepts] and RDF Schema [rdf-schema], whenever possible."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-UseStandardVocabularies>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-AllowMultipleRdfTypes";
+  dc:description "In the absence of special knowledge of the application or domain, LDP clients MUST assume that any LDP-RS can have multiple values for rdf:type."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowMultipleRdfTypes>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ChangeRdfTypeValue";
+  dc:description "In the absence of special knowledge of the application or domain, LDP clients MUST assume that the rdf:type values of a given LDP-RS can change over time."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ChangeRdfTypeValue>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ServerOpen";
+  dc:description "LDP clients SHOULD always assume that the set of predicates for a LDP-RS of a particular type at an arbitrary server is open, in the sense that different resources of the same type may not all have the same set of predicates in their triples, and the set of predicates that are used in the state of any one LDP-RS is not limited to any pre-defined set."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ServerOpen>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-RestrictClientInference";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-RestrictClientInference>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-GetResourcePreservesTriples";
+  dc:description "A LDP client MUST preserve all triples retrieved from an LDP-RS using HTTP GET that it doesn’t change whether it understands the predicates or not, when its intent is to perform an update using HTTP PUT. The use of HTTP PATCH instead of HTTP PUT for update avoids this burden for clients [RFC5789]. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourcePreservesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-AllowResponsesFromServer";
+  dc:description "LDP clients MUST be capable of processing responses formed by an LDP server that ignores hints, including LDP-defined hints."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-AllowResponsesFromServer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:manual;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-GetResourceAcceptTurtle";
+  dc:description "LDP servers must provide a text/turtle representation of the requested LDP-RS whenever HTTP content negotiation does not force another outcome [turtle]. In other words, if the server receives a GET request whose Request-URI identifies a LDP-RS, and either text/turtle has the highest relative quality factor (q= value) in the Accept request header or that header is absent, then an LDP server has to respond with Turtle."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-GetResourceAcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ClientMayProvideHints";
+  dc:description "LDP clients MAY provide LDP-defined hints that allow servers to optimize the content of responses. section 7.2 Preferences on the Prefer Request Header defines hints that apply to LDP-RSs. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ClientMayProvideHints>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-JsonLdRepresentation";
+  dc:description "LDP servers SHOULD offer a application/ld+json representation of the requested LDP-RS [JSON-LD]. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-JsonLdRepresentation>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-PublishConstraintsReadOnlyProp";
+  dc:description "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsReadOnlyProp>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-PublishConstraintsUnknownProp";
+  dc:description "LDP servers MUST publish any constraints on LDP clients’ ability to create or update LDPRs, by adding a Link header with rel='describedby' [RFC5988] to all responses to requests which fail due to violation of those constraints."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PublishConstraintsUnknownProp>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-PutReadOnlyProperties4xxStatus";
+  dc:description "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)"@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutReadOnlyProperties4xxStatus>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-4xxErrorHasResponseBody";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-4xxErrorHasResponseBody>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-PutPropertiesNotPersisted";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-PutPropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "RdfSource-ResponsePropertiesNotPersisted";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#RdfSource-ResponsePropertiesNotPersisted>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PutToCreate";
+  dc:description "LDP servers MAY choose to allow the creation of new resources using HTTP PUT."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PutToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RelativeUriResolutionPost";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RelativeUriResolutionPost>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-NoRdfBagSeqOrList";
+  dc:description "LDPC representations SHOULD NOT use RDF container types rdf:Bag, rdf:Seq or rdf:List."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NoRdfBagSeqOrList>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PreferContainmentTriples";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PreferContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-ClientPostToCreate";
+  dc:description "LDPC clients SHOULD create member resources by submitting a representation as the entity body of the HTTP POST to a known LDPC."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ClientPostToCreate>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notTested;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PostResponseStatusAndLocation";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostResponseStatusAndLocation>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PostContainer";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostContainer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RequestedInteractionModelCreateNotAllowed";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelCreateNotAllowed>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RequestedInteractionModelHeaders";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RequestedInteractionModelHeaders>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-AcceptTurtle";
+  dc:description "LDP servers MUST accept a request entity body with a request header of Content-Type with value of text/turtle [turtle]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptTurtle>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-ContentTypeHeader";
+  dc:description "LDP servers SHOULD use the Content-Type request header to determine the representation format when the request has an entity body."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ContentTypeHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-NullRelativeUri";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-NullRelativeUri>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PostNoSlug";
+  dc:description "LDP servers SHOULD assign the URI for the resource to be created using server application specific rules in the absence of a client hint."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-CreateWithoutConstraints";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-CreateWithoutConstraints>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RestrictUriReUseSlug";
+  dc:description "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseSlug>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RestrictUriReUseNoSlug";
+  dc:description "LDP servers that allow member creation via POST SHOULD NOT re-use URIs."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictUriReUseNoSlug>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-AcceptPostResponseHeader";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-AcceptPostResponseHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RejectPutModifyingContainmentTriples";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RejectPutModifyingContainmentTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RestrictPutReUseUri";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RestrictPutReUseUri>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-DeleteRemovesContainmentTriple";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-DeleteRemovesContainmentTriple>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PatchMethod";
+  dc:description "LDP servers are RECOMMENDED to support HTTP PATCH as the preferred method for updating an LDPC's empty-container triples. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PatchMethod>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-RdfTypeLdpContainer";
+  dc:description "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. "@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:fail ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:fail ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-RdfTypeLdpContainer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-ServerHonorsSlug";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-ServerHonorsSlug>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "CommonContainer-PostJsonLd";
+  dc:description "LDP servers SHOULD accept a request entity body with a request header of Content-Type with value of application/ld+json [JSON-LD]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#CommonContainer-PostJsonLd>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostNonRDFSource";
+  dc:description "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostNonRDFSource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostResourceAndGetFromContainer";
+  dc:description "LDP servers may accept an HTTP POST of non-RDF representations (LDP-NRs) for creation of any kind of resource, for example binary resources."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndGetFromContainer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostResourceGetBinary";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetBinary>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostResourceGetMetadataAndBinary";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceGetMetadataAndBinary>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostResourceAndCheckLink";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckLink>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-PostResourceAndCheckAssociatedResource";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-PostResourceAndCheckAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "NonRDFSource-OptionsHasSameLinkHeader";
+  dc:description "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"@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#NonRDFSource-OptionsHasSameLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "BasicContainer-ContainerSupportsHttpLinkHeader";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "BasicContainer-ContainerTypeIsBasicContainer";
+  dc:description "Each LDP Basic Container MUST also be a conforming LDP Container in section 5.2 Container along the following restrictions in this section."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#bc>;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#BasicContainer-ContainerTypeIsBasicContainer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-HttpLinkHeader";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-HttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-UseMemberPredicate";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-UseMemberPredicate>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-MemberResourceTriple";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberResourceTriple>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-MemberRelationOrIsMemberOfRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-ActAsIfInsertedContentRelationTripleExists";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-ActAsIfInsertedContentRelationTripleExists>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-PostResourceUpdatesTriples";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PostResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-DeleteResourceUpdatesTriples";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-DeleteResourceUpdatesTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "DirectContainer-PreferMembershipTriples";
+  dc:description "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]."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc1>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc2>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc3>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://eclipse.org/lyo#dc4>;
+      earl:test <http://www.w3c.org/ns/ldp/test#DirectContainer-PreferMembershipTriples>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:pass ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "IndirectContainer-ContainerSupportsHttpLinkHeader";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainerSupportsHttpLinkHeader>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "IndirectContainer-CreateIndirectContainer";
+  dc:description "Each LDP Indirect Container MUST also be a conforming LDP Direct Container in section 5.4 Direct along the following restrictions."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-CreateIndirectContainer>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "IndirectContainer-ContainsLdpcUri";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-ContainsLdpcUri>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+
+<http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
+  dc:title "IndirectContainer-PostResource";
+  dc:description "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."@en;
+  mf:action <>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>;
+      earl:subject <http://eclipse.org/lyo#bc>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>;
+      earl:subject <http://eclipse.org/lyo#dc1>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>;
+      earl:subject <http://eclipse.org/lyo#dc2>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>;
+      earl:subject <http://eclipse.org/lyo#dc3>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
+      earl:test <http://www.w3c.org/ns/ldp/test#IndirectContainer-PostResource>;
+      earl:subject <http://eclipse.org/lyo#dc4>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+  ) .
+