@prefix td:    <http://www.w3.org/2006/03/test-description#> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
@prefix earl:  <http://www.w3.org/ns/earl#> .
@prefix mf:    <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix ldpt:  <http://w3c.github.io/ldp-testsuite/manifest#> .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ETagHeadersHead
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-CreateWithoutConstraints
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.902Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: No Link response header with relation \"describedby\" and anchor parameter matching the newly-created resource URI expected object to not be null\n\tat org.w3.ldp.testsuite.test.NonRDFSourceTest.testPostResourceGetMetadataAndBinary(NonRDFSourceTest.java:219)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 23 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostResourceGetMetadataAndBinary
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.913Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because PUT request was successful.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxStatus(RdfSourceTest.java:532)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPutPropertiesNotPersisted(RdfSourceTest.java:444)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutPropertiesNotPersisted
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPutReadOnlyProperties4xxStatus(RdfSourceTest.java:400)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutReadOnlyProperties4xxStatus
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutPropertiesNotPersisted
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PreconditionRequiredStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.899Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: Response did not contain a Link header with rel=\"http://www.w3.org/ns/ldp#constrainedBy\" expected object to not be null\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxConstrainedBy(RdfSourceTest.java:492)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPublishConstraintsUnknownProp(RdfSourceTest.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 23 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PublishConstraintsUnknownProp
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.912Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testIsHttp11Manual(CommonResourceTest.java:130)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-IsHttp11Manual
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.917Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RestrictPutReUseUri
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-LdpLinkHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-Head
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RelativeUriResolutionPost
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-NoRdfBagSeqOrList
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.908Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.testng.SkipException: Covered indirectly by the MUST tests defined in RdfSourceTest class\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testConformsContainerRdfResource(CommonContainerTest.java:889)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ConformsContainerRdfResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-Head
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-AcceptPatchHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PutBadETag
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ETagHeadersHead
] .

<http://bblfish.net/people/henry/card#me>
        a       earl:Assertor .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.901Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: 1 expectation failed.\nExpected status code <412> doesn't match actual status code <409>.\n\n\tat org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:577)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeFilterChain(RequestSpecificationImpl.groovy:927)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1347)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.this$2$applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy:159)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy:274)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy)\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testConditionFailedStatusCode(CommonResourceTest.java:314)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 40 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ConditionFailedStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because there are restrictions on PUT content for this resource. The requirement needs to be tested manually.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.putReplaceResource(RdfSourceTest.java:572)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPutReplacesResource(RdfSourceTest.java:144)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutReplacesResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-GetResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-JsonLdRepresentation
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-AcceptTurtle
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.91Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testIsHttp11Manual(CommonResourceTest.java:130)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-IsHttp11Manual
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.916Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.testng.SkipException: Covered indirectly by the MUST tests defined in CommonContainerTest class\n\tat org.w3.ldp.testsuite.test.BasicContainerTest.testConformsBcLdpContainer(BasicContainerTest.java:42)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ConformsBcLdpContainer
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-Options
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-GetResourceAcceptTurtle
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.905Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: LDPC does not have an rdf:type of ldp:Container expected [true] but found [false]\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testRdfTypeLdpContainer(CommonContainerTest.java:793)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 24 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RdfTypeLdpContainer
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.914Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testReUseVocabularies(RdfSourceTest.java:231)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ReUseVocabularies
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-Head
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ContainsRdfType
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostResourceGetBinary
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ETagHeadersGet
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.9Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: Container has containment triples when minimal container was requested expected [false] but found [true]\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testPreferContainmentTriples(CommonContainerTest.java:198)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 24 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PreferContainmentTriples
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.912Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testUseStandardVocabularies(RdfSourceTest.java:256)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-UseStandardVocabularies
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PostResponseStatusAndLocation
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostResourceAndGetFromContainer
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PostContainer
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-DeleteRemovesContainmentTriple
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.909Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because there are restrictions on PUT content for this resource. The requirement needs to be tested manually.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testRelativeUriResolutionPut(RdfSourceTest.java:79)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RelativeUriResolutionPut
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PreconditionRequiredStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-Options
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-AcceptPostResponseHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-GetResourceAcceptTurtle
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.901Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: Server reused URIs for POSTed resources.\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testRestrictUriReUse(CommonContainerTest.java:923)\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testRestrictUriReUseSlug(CommonContainerTest.java:594)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 23 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RestrictUriReUseSlug
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.913Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testUseStandardVocabularies(RdfSourceTest.java:256)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-UseStandardVocabularies
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-OptionsHasSameLinkHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutRequiresIfMatch
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutReplacesResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.911Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPublishConstraintsReadOnlyProp(RdfSourceTest.java:357)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PublishConstraintsReadOnlyProp
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.917Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because PUT request failed with valid If-Match header.\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testPreconditionRequiredStatusCode(CommonResourceTest.java:353)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PreconditionRequiredStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-GetResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ConditionFailedStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-ETagHeadersGet
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: expected [true] but found [false]\n\tat org.w3.ldp.testsuite.test.NonRDFSourceTest.testPostResourceAndCheckLink(NonRDFSourceTest.java:278)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 25 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostResourceAndCheckLink
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.914Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-DeleteNonRDFSourceDeletesAssociatedResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PatchMethod
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-RelativeUriResolutionPut
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ETagHeadersGet
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutBadETag
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.912Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPublishConstraintsReadOnlyProp(RdfSourceTest.java:357)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PublishConstraintsReadOnlyProp
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-GetResourceAsTurtleNoAccept
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RestrictUriReUseNoSlug
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-JsonLdRepresentation
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.909Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testRestrictClientInference(RdfSourceTest.java:276)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-RestrictClientInference
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.916Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testReUseVocabularies(RdfSourceTest.java:231)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ReUseVocabularies
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ContainerSupportsHttpLinkHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-OptionsAllowHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PutRequiresIfMatch
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.902Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: LDP-RS representation does not have rdf:type ldp:RDFSource expected [true] but found [false]\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testTypeRdfSource(RdfSourceTest.java:208)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 24 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-TypeRdfSource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.913Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because PUT request was successful.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxStatus(RdfSourceTest.java:532)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxResponseBody(RdfSourceTest.java:542)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testResponsePropertiesNotPersisted(RdfSourceTest.java:462)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ResponsePropertiesNotPersisted
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-ETagHeadersHead
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-GetResponseHeaders
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-GetResourceAsTurtleNoAccept
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ServerHonorsSlug
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.9Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: 1 expectation failed.\nExpected status code <201> doesn't match actual status code <500>.\n\n\tat org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:577)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeFilterChain(RequestSpecificationImpl.groovy:927)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1347)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.this$2$applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy:159)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy:274)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:166)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy:301)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy)\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.putToCreate(CommonContainerTest.java:957)\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testPutToCreate(CommonContainerTest.java:64)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 44 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutToCreate
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.911Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because PUT request was successful.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxStatus(RdfSourceTest.java:532)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.expectPut4xxConstrainedBy(RdfSourceTest.java:489)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPublishConstraintsUnknownProp(RdfSourceTest.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PublishConstraintsUnknownProp
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.917Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPutReadOnlyProperties4xxStatus(RdfSourceTest.java:400)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutReadOnlyProperties4xxStatus
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PostJsonLd
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PostNoSlug
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-LdpLinkHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-TypeRdfSource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.testng.SkipException: Covered indirectly by the MUST tests defined in CommonResourceTest class\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testConformsRdfSourceLdpResource(RdfSourceTest.java:477)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ConformsRdfSourceLdpResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ContainsRdfType
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-OptionsAllowHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutRequiresIfMatch
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-ConditionFailedStatusCode
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.912Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because there are restrictions on PUT content for this resource. The requirement needs to be tested manually.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.putReplaceResource(RdfSourceTest.java:572)\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testPutSimpleUpdate(RdfSourceTest.java:158)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutSimpleUpdate
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testRestrictClientInference(RdfSourceTest.java:276)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RestrictClientInference
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ResponsePropertiesNotPersisted
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-AcceptPatchHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.898Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: 1 expectation failed.\nExpected status code <412> doesn't match actual status code <409>.\n\n\tat org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:577)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeFilterChain(RequestSpecificationImpl.groovy:927)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1347)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.this$2$applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy:159)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.put(RequestSpecificationImpl.groovy)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:807)\n\tat com.jayway.restassured.internal.RequestSpecificationImpl.invokeMethod(RequestSpecificationImpl.groovy)\n\tat org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy:274)\n\tat com.jayway.restassured.internal.ResponseSpecificationImpl.put(ResponseSpecificationImpl.groovy)\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testPutBadETag(CommonResourceTest.java:410)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 40 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-PutBadETag
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.91Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.testng.SkipException: Covered indirectly by the MUST tests defined in CommonResourceTest class\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.testConformsRdfSourceLdpResource(RdfSourceTest.java:477)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-ConformsRdfSourceLdpResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:manual ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.917Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipNotTestableException: This requirement or recommendation must be tested manually. It is difficult or impossible to write automated tests for and is not part of the testsuite.\n\tat org.w3.ldp.testsuite.test.CommonResourceTest.testIsHttp11Manual(CommonResourceTest.java:130)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-IsHttp11Manual
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-PutSimpleUpdate
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-NullRelativeUriPost
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-GetResponseHeaders
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: containerAsResource is null\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testRequestedInteractionModelHeaders(CommonContainerTest.java:351)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RequestedInteractionModelHeaders
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "MemberResourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.913Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.test4xxErrorHasResponseBody(RdfSourceTest.java:423)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:MemberResource-4xxErrorHasResponseBody
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.918Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-GetResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-LdpLinkHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.923Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-OptionsAllowHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RejectPutModifyingContainmentTriples
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.901Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "java.lang.AssertionError: No Link response header with relation \"describedby\" and anchor parameter matching the newly-created resource URI expected object to not be null\n\tat org.w3.ldp.testsuite.test.NonRDFSourceTest.testPostResourceAndCheckAssociatedResource(NonRDFSourceTest.java:313)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 23 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:failed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostResourceAndCheckAssociatedResource
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.917Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: containerAsResource is null\n\tat org.w3.ldp.testsuite.test.CommonContainerTest.testRequestedInteractionModelCreateNotAllowed(CommonContainerTest.java:315)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-RequestedInteractionModelCreateNotAllowed
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.92Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-GetResponseHeaders
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-Options
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.924Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-ContentTypeHeader
] .

<https://github.com/read-write-web/rww-play>
        a                          doap:Project , earl:Software , earl:TestSubject ;
        dcterms:title              "rww-play" ;
        doap:developer             [ a          foaf:Person ;
                                     foaf:name  "Henry Story"
                                   ] ;
        doap:homepage              "https://github.com/read-write-web/rww-play" ;
        doap:name                  "rww-play" ;
        doap:programming-language  "Scala" .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-AcceptPatchHeader
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "BasicContainerTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a                    earl:TestResult ;
                     dcterms:date         "2014-12-02T15:29:28.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     dcterms:description  "org.w3.ldp.testsuite.exception.SkipException: Skipping test because we have no read-only properties to PUT. Server-managed properties are specified using the \"read-only-prop\" command-line parameter.\n\tat org.w3.ldp.testsuite.test.RdfSourceTest.test4xxErrorHasResponseBody(RdfSourceTest.java:423)\n\tat org.w3.ldp.testsuite.LdpTestSuite.run(LdpTestSuite.java:379)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:415)\n\tat org.w3.ldp.testsuite.LdpTestSuite.executeTestSuite(LdpTestSuite.java:407)\n\tat org.w3.ldp.testsuite.RunLdpTestSuite.main(RunLdpTestSuite.java:26)\n... Removed 21 stack frames"^^<http://www.w3.org/2001/XMLSchema#string> ;
                     earl:outcome         earl:untested
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:BasicContainer-4xxErrorHasResponseBody
] .

[ a                earl:Assertion ;
  ldpt:ranAsClass  "NonRDFSourceTest"^^<http://www.w3.org/2001/XMLSchema#string> ;
  earl:assertedBy  <http://bblfish.net/people/henry/card#me> ;
  earl:mode        earl:automatic ;
  earl:result      [ a             earl:TestResult ;
                     dcterms:date  "2014-12-02T15:29:28.919Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                     earl:outcome  earl:passed
                   ] ;
  earl:subject     <https://github.com/read-write-web/rww-play> ;
  earl:test        ldpt:NonRDFSource-PostNonRDFSource
] .
