Re: Updated EARL report

On Feb 4, 2013, at 18:45 , Gregg Kellogg <gregg@greggkellogg.net> wrote:

> I re-generated a rollup EARL report [1] for most of the processors defined in the processors.json file. The good news is that we have 2 processors passing 100% of the tests for HTML5+RDFa and XHTML5+RDFa (pyRdfa and RDF::RDFa). We also have a different two processors passing 100% of the Processor Graph tests (RDF::RDFa and Semargl)

Doh. The name of the warning class was wrong in pyRdfa. It is o.k. now, and pyRdfa passes all these, too. Ie, you can add pyRdfa to this list, too

Thanks!


> , and 4 processors passing vocabulary expansion (clj-rdfa, pyRdfa, RDF::RDFa and Semargl).
> 
> Specific per-processor results are summarized in [2].
> 
> The processors tested were the following:
> 
> * any23,
> * clj-rdfa,
> * EasyRdf,
> * java-rdfa,
> * librdfa,
> * pyRdfa,
> * RDF-RDFa-Parser,
> * RDF::RDFa, and 
> * Semargl
> 
> If you implement an HTML5+RDFa conformant processor and would like your results included, please submit EARL results, with an earl:subject referencing a DOAP description. If the subject does not define a Description of a Project (DOAP), you can send in a DOAP file which will be used for generating the results. The specific entries used in the report generator are determined by this SPARQL query:
> 
>    PREFIX doap: <http://usefulinc.com/ns/doap#>
>    PREFIX foaf: <http://xmlns.com/foaf/0.1/>
>    PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#>
> 
>    SELECT DISTINCT ?uri ?name ?developer ?dev_name ?dev_type ?doap_desc ?homepage ?language
>    WHERE {
>      ?uri doap:name ?name .
>      OPTIONAL { ?uri doap:developer ?developer . ?developer foaf:name ?dev_name .}
>      OPTIONAL { ?uri doap:developer ?developer . ?developer a ?dev_type . }
>      OPTIONAL { ?uri doap:homepage ?homepage . }
>      OPTIONAL { ?uri doap:description ?doap_desc . }
>      OPTIONAL { ?uri doap:programming-language ?language . }
>    }
> 
> EARL reports can be generated through the RDFa Test Suite [3], by setting the processor URL and running all tests for each combination of host language and RDFa version to be tested, or through other means.
> 
> Gregg Kellogg
> gregg@greggkellogg.net
> 
> [1] http://rdfa.info/earl-reports/earl.html#processors
> [2] http://rdfa.info/earl-reports/earl.html
> [2] http://rdfa.info/test-suite/
> 
> 


----
Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
FOAF: http://www.ivan-herman.net/foaf.rdf

Received on Tuesday, 5 February 2013 13:08:38 UTC