[contents]
Copyright © 2008 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply.
This document describes the formal schema of the Evaluation and Report Language (EARL) 1.0. The Evaluation and Report Language is a vocabulary to express test results. The primary motivation for developing this language is to facilitate the exchange of test results between Web accessibility evaluation tools in a vendor-neutral and platform-independent format. It also provides a reusable vocabulary for generic quality assurance and validation purposes. While this document focuses on the technical details of the specification, a companion document Evaluation and Report Language (EARL) 1.0 Guide [Guide], describes the motivations for EARL and provides an introduction to its use.
This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.
This 6 November 2008 Editors' Draft of the Evaluation and Report Language (EARL) 1.0 Schema is an update of the previous EARL 1.0 Working Draft of 23 March 2007. It meets the requirements specified in the Requirements for the Evaluation and Report Language (EARL) 1.0, and incorporates change requests received since the March 2007 Working Draft. In particular, this draft implements the decisions of the Evaluation and Repair Tools Working Group (ERT WG) at its face to face meeting in November 2008 (see history of document changes). This document is intended to be published and maintained as a W3C Recommendation after review and refinement.
The Evaluation and Repair Tools Working Group (ERT WG) believes to have addressed all issues brought forth through previous Wokring Draft iterations. The Working Group encourages feedback about this document, Evaluation and Report Language (EARL) 1.0 Schema, by developers and researchers who have interest in software-supported evaluation and validation of Web sites. Feedback from developers and researchers who have interest in Semantic Web technologies for content description, annotation, and adaptation is also strongly encouraged.
Please send comments on this document to the public email list of the working group public-wai-ert@w3.org. The archives of the working group mailing list are publicly available.
Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.
This document has been produced by the Evaluation and Repair Tools Working Group (ERT WG) as part of the Web Accessibility Initiative (WAI) Technical Activity.
This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.
The Evaluation and Report Language (EARL) defines a vocabulary for expressing test results. It enables any person, software application, or organization to assert test results for any thing tested against any set of criteria. The test subject might be a Web site, an authoring tool, a user agent, or some other entity. The set of criteria may be accessibility guidelines, formal grammars, or other types of quality assurance requirements. Thus, EARL is flexible with regard to the contexts in which it can be applied.
EARL is not a comprehensive vocabulary for describing test procedures, test criteria, or test requirements but, rather, for describing the outcomes from such testing. EARL can be supplemented by test description vocabularies or other vocabularies for different aspects of the testing cycle.
A companion document Evaluation and Report Language (EARL) 1.0 Guide [Guide], to this specification provides more introductory material and explanation of the use cases for EARL. The companion document also highlights specific considerations, such as security and privacy.
[Editor's note: Does this overview of a test result really belong here prior to other introductory material? Suggest moving this to beginning of Section 2, just prior to section 2.1, or to end of section 1.]
Every test result in EARL is expressed as an assertion. An EARL Assertion contains the following information:
Example 1: A person carries out a manual evaluation of a Web page against an accessibility requirement.
http://www.example.org/page.html
Example 2: A software carries out automated validation of a Web page against a technical specification.
http://validator.w3.org/
http://www.example.org/page.html
at 2004-04-14T14:00:04+1000
<li>
element on line 53, char 7 was not closed.The assumed audience of this specification is developers who are implementing EARL in software or processes, or those who are seeking to understand the ideas, models, or properties and classes used in the EARL vocabulary. Readers who would like more introductory material for the language with explanation of its foreseen use cases are referred to the Evaluation and Report Language (EARL) 1.0 Guide [Guide].
This document assumes that the reader is familiar with the ideas of Resource Description Framework (RDF) and can read its XML serialization. Readers who wish to understand more about RDF should read a general introduction or the RDF Primer [RDF-PRIMER].
The keywords must, required, recommended, should, may, and optional are used in accordance with RFC 2119 [RFC2119].
Where an RDF term is used in its abbreviated form (e.g. Assertion
or foaf:Person
), that term is in the EARL namespace if no namespace is provided. The following prefixes are used in examples throughout this document:
earl
http://www.w3.org/ns/earl#
which is described in this documentdc
http://purl.org/dc/elements/1.1/
whose terms are described in [DC]dct
http://purl.org/dc/terms/
described at [DCT]foaf
http://xmlns.com/foaf/0.1/
which is also where the terms are described [FOAF]http
http://www.w3.org/2006/http#
described in [HTTP]owl
http://www.w3.org/2002/07/owl#
described in [OWL]ptr
@@@@
described in [Pointers]rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
described in [RDF]rdfs
http://www.w3.org/2000/01/rdf-schema#
described in [RDFS]xsd
http://www.w3.org/2001/XMLSchema#
described in [XMLS]Assertion - a statement that embodies the results of a test.
Properties defined by this document:
[Editor's note: Recommend adopting definition lists ratehr than tables for readability with ATs; also consistent with lists of external properties.]
An EARL Assertion is a statement about a particular test result that typically denotes:
An Assertion is the fundamental unit of an EARL report.
Example 3: Instance of an assertion expressed as an RDF/XML fragment.
<earl:Assertion rdf:about="#assertion">
<earl:assertedBy rdf:resource="#assertor"/>
<earl:subject rdf:resource="#subject"/>
<earl:test rdf:resource="#testcase"/>
<earl:result rdf:resource="#result"/>
</earl:Assertion>
[Editor's note: this section uses the icons to highlight external links. Are these useful, and should they be added throughout the remainder of the doucment?]
Assertor - an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively.
Properties defined by this document:
Domain earl:Assertor |
Range earl:Assertor |
---|---|
Properties not defined by this document:
dc:title
dc:description
foaf:name
foaf:firstName
, foaf:surname
, or foaf:nick
.foaf:mbox
foaf:mbox_sha1sum
property.foaf:homepage
foaf:workplaceHomepage
, foaf:workInfoHomepage
, or foaf:schoolHomepage
.earl:Software
foaf:Agent
foaf:Person
foaf:Organization
foaf:Group
An Assertor must have a name provided by the foaf:name
or dc:title
properties. In addition, an Assertor should have identifying information such as a description, e-mail address, homepage, or version number as applicable.
Example 4: An Assertor that is a person called Bob B. Bobbington.
<foaf:Person rdf:about="#bob">
<foaf:name>Bob B. Bobbington</foaf:name>
<foaf:mbox rdf:resource="mailto:bob@example.org"/>
<foaf:mbox_sha1sum>1a9daad476f0158b81bc66b7b27b438b4b4c19c0</foaf:mbox_sha1sum>
</foaf:Person>
Example 5: An Assertor that is a piece of software called Cool Tool.
<earl:Software rdf:about="#tool">
<dc:title xml:lang="en">Cool Tool</dc:title>
<dc:description xml:lang="en">My favorite tool!</dc:description>
<foaf:homepage rdf:resource="http://example.org/tools/#cool"/>
<dc:hasVersion>1.0.3</dct:hasVersion>
</earl:Software>
Example 6: An Assertor this is the person from example 4 using the software tool from example 5.
<earl:compoundAssertor rdf:about="#assertor">
<dc:title xml:lang="en">Bob using Cool Tool</dc:title>
<dc:description xml:lang="en">Bob doing semi-automated testing</dc:description>
<earl:mainAssertor rdf:resource="#bob"/>
</earl:compoundAssertor>
Test Subject - the class of things that have been tested against some test criterion. This class is intentionally generic to serve a wide variety of usages.
Properties defined by this document:
Domain earl:TestSubject |
Range earl:TestSubject |
---|---|
- |
Properties not defined by this document:
dc:title
dc:description
dc:date
dc:hasPart
dc:isPartOf
earl:Software
http:Connection
repr:Content
[Editor's note: should we also adopt the foaf:Document
as a possible Test Subject?]
A Test Subject should have a title provided by the dc:title
property. In addition, a Test Subject should have identifying information such as a description, date, and version numbers for software tools or other products. In particular, information about the HTTP connection or a representation of the actual content tested should be considered for Web resources and other types of electronic content.
[Editor's note: should we add dc:title
to http:Connection
and repr:Content
for the sake of completeness?]
Example 7: A group of pages that have been tested together as a single subject.
<earl:TestSubject rdf:about="http://www.example.org/">
<dc:title xml:lang="en">example.org Web site</dc:title>
<dc:description xml:lang="en">Each page on the example.org Web site</dc:description>
<dct:hasPart rdf:resource="http://www.example.org/style.css"/>
<dct:hasPart rdf:resource="http://www.example.org/page1.html"/>
<dct:hasPart rdf:resource="http://www.example.org/page2.html"/>
<dct:hasPart rdf:resource="http://www.example.org/page3.html"/>
</earl:TestSubject>
Test Criterion - a testable statement, usually one that can be passed or failed. It is a super class for all types of tests including things such as validation requirements, code test cases, checkpoints from guidelines such as Web Content Accessibility Guidelines [WCAG], or others.
Properties defined by this document:
Domain earl:TestCriterion |
Range earl:TestCriterion |
---|---|
- |
Properties not defined by this document:
dc:title
dc:description
dc:hasPart
dc:isPartOf
While the generic earl:TestCriterion
class can be used directly, one of the following more specifc refinements should be used instead:
earl:TestRequirement
earl:TestCase
A Test Criterion should have a title and a description provided by the dc:title
and dc:description
properties. In addition, a Test Criterion may be related to other criteria using the dc:hasPart
and dc:isPartOf
properties.
Example 8: Instance of a test case that is described with a title and its relationship to a test suite.
<earl:TestCase rdf:about="#testcase">
<dc:title xml:lang="en">HTML Test 282</dc:title>
<dc:description xml:lang="en">Test 282 of the HTML test suite</dc:description>
<dct:isPartOf rdf:resource="http://example.org/tests/html/"/>
<dct:hasPart rdf:resource="http://example.org/tests/html/#617"/>
</earl:TestCase>
Test Result - the actual result of performing the test. It includes both machine-readable values as well as human-readable description of the results (typically error messages).
Properties defined by this document:
Domain earl:TestResult |
Range earl:TestResult |
---|---|
- |
Properties not defined by this document:
dc:title
dc:description
[Editor's note: should we have a dc:date
for the testing date (and make the date of the Test Subject only the fetch/locating/production date)?]
A Test Result must have an Outcome provided by the earl:outcome
property. In addition, a Test Result should have a title and a description provided by the dc:title
and dc:description
properties. A Test Result may also have pointers to the relevant locations in the test result provided by the earl:pointer
property, or additional information such as warnings or informative messages provided by the earl:info
property.
Example 9: A test result with a validity of fail and a description of the problem in English, and encoded in XHTML format.
<earl:TestResult rdf:about="#result">
<earl:outcome rdf:resource="http://www.w3.org/2007/earl#fail"/>
<dc:title xml:lang="en">Invalid Markup (code #353)</dc:title>
<dc:description rdf:parseType="Literal" xml:lang="en">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The <code>table</code> element is not allowed to appear
inside a <code>p</code> element</p>
</div>
</dc:description>
<earl:pointer rdf:resource="#xpointer"/>
<earl:info rdf:parseType="Literal" xml:lang="en">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>It seems the <code>p</code> element has not been closed</p>
</div>
</earl:info>
</earl:TestResult>
The Test Mode described how a test was carried out. It reflects the information provided by the Assertor and is used to simplify some commonly used queries. The generic earl:TestMode
class should not be used, but instead one of the following refinements:
earl:Automatic
earl:Manual
earl:SemiAuto
earl:Undisclosed
[Editor's note: notice the capitalization since these are now class names -- needs confirmation by the group.]
Properties defined by this document:
Domain earl:TestMode |
Range earl:TestMode |
---|---|
- |
A Test Mode must have a label and a comment provided by the rdfs:label
and rdfs:comment
properties. The Test Mode should be one of the four type refinements provided above, or sub-classes of these.
Example 10: The assertion from example 3 was carried out in semi-automatic mode.
<earl:Assertion rdf:about="#assertion">
<earl:mode rdf:resource="http://www.w3.org/2007/earl#semiauto"/>
</earl:Assertion>
[Editor's note: class name is OutcomeValue to differentiate from the outcome property (difference was only the letter case, which is hard to perceive in many situations -- needs group resolution.]
Outcome Value - a discrete value that describes a resulting condition from carrying out the test. The generic earl:OutcomeValue
class should not be used, but instead one of the following refinements:
earl:Pass
earl:Fail
earl:CannotTell
earl:NotApplicable
earl:NotTested
[Editor's note: notice the capitalization on the class refinements since these are now class names -- needs confirmation by the group.]
Properties defined by this document:
Domain earl:OutcomeValue |
Range earl:OutcomeValue |
---|---|
- |
An Outcome must have a label and a comment provided by the rdfs:label
and rdfs:comment
properties. The Outcome should be one of the five type refinements provided above, or sub-classes of these.
[Editor's note: ERT WG is considering the use of DOAP terms to describe Software. Feedback on this consideration is welcome.]
A Software is any piece of software such as an authoring tool, browser, or evaluation tool. It can be used to describe an Assertor, such as a validation or other quality assurance tool, and it can be used to describe a Test Subject (for example to test compliance of an authoring tool to the Authoring Tool Accessibility Guidelines or of a browser to the User Agent Accessibility Guidelines).
Properties not defined by this document:
dc:title
dc:description
dc:hasPart
dc:isPartOf
[Editor's note: should we have a dc:date
for the production date)?]
A Software should have a title using the dc:title
property. In addition, a Software should have identifying information such as a description, homepage, or version number where available. A Software may also be related to other Software components by using the dc:hasPart
and dc:isPartOf
properties.
Example 11: The software which was an Assertor in example 5 could also be used as a Test Subject.
<earl:Assertion rdf:about="#assertion">
<earl:subject>
<earl:Software rdf:about="#tool">
<--// Note: the dc:title, dc:description, foaf:homepage, and dct:hasVersion
properties are already defined by the RDF code in example 5 //-->
<dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-25</dc:date>
<dct:isPartOf rdf:resource="http://example.org/tools/"/>
<dct:hasPart rdf:resource="http://example.org/tools/cool/#module-1"/>
</earl:Software>
</earl:subject>
</earl:Assertion>
Asserted By - assertor of an assertion.
Domain: | earl:Assertion |
---|---|
Range: | earl:Assertor |
Subject - test subject of an assertion.
Domain: | earl:Assertion |
---|---|
Range: | earl:TestSubject |
Test - test criterion of an assertion.
Domain: | earl:Assertion |
---|---|
Range: | earl:TestCriterion |
Result - result of an assertion.
Domain: | earl:Assertion |
---|---|
Range: | earl:TestResult |
Mode - mode of an assertion.
Domain: | earl:Assertion |
---|---|
Range: | earl:TestMode |
[Editor's note: this wording needs to be checked by he group.]
Main Assertor - assertor who is primarily responsible for performing the test.
Domain: | earl:Assertor |
---|---|
Range: | earl:Assertor |
Outcome - outcome value of a test result.
Domain: | earl:TestResult |
---|---|
Range: | earl:OutcomeValue |
Pointer - relevant locations within the test subject.
Domain: | earl:TestResult |
---|---|
Range: | - |
Info - additional warnings or error messages.
Domain: | earl:TestResult |
---|---|
Range: | - |
[Editor's note: this section needs revision. Previous content is commented out within the source code. The following is a suggestion for further discussion:]
A valid EARL 1.0 report must validate against the formal RDF grammar, and must adhere to the conformance requirements defined by this document. To support XML based applications, EARL 1.0 reports should be represented in (a compact) RDF/XML format when being exported or published outside an application.
EARL 1.0 processors must process EARL 1.0 reports in RDF/XML format and should be able to parse EARL 1.0 reports in other RDF formats such as N3. EARL 1.0 processors are expected to process the following information in conforming EARL 1.0 reports:
earl:assertedBy
foaf:Agent
earl:mainAssertor
[Editor's note: this section needs revision.]
http://www.dublincore.org/documents/dces/
http://www.dublincore.org/documents/dcmi-terms/
http://xmlns.com/foaf/0.1/
http://www.w3.org/WAI/ER/EARL10/WD-EARL10-Guide-20051214
http://www.w3.org/TR/HTTP-in-RDF/
http://www.w3.org/TR/owl-features/
http://www.w3.org/WAI/ER/Pointers/WD-Pointers-20070222
http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/
http://www.w3.org/TR/rdf-primer/
http://www.w3.org/TR/rdf-schema/
http://www.w3.org/DesignIssues/RDF-XML
http://www.ietf.org/rfc/rfc2119.txt
http://www.w3.org/TR/WCAG10/
http://www.w3.org/TR/xmlschema-0/
EARL is the result of the work of many people over the past. The editors would particularly like to thank Wendy Chisholm, Sean B Palmer, and Daniel Dardailler, whose contributions have included editing the first versions of the EARL specifications, and Leonard Kasday who set the work in motion to develop EARL. The editors apologise for any names left out of this list, and will endeavour to rectify any errors noted in comments.
Shadi Abou-Zahra, Chrisoula Alexandraki, Shane Anderson, Myriam Arrue, Gabriele Bartolini, Giorgio Brajnik, Dan Brickley, Dan Connolly, Karl Dubost, Nick Gibbins, Al Gilman, Dominique Hazaël-Massieux, Nadia Heninger, Sandor Herramhof, Ian Hickson, Björn Höhrmann, Carlos Iglesias, Nick Kew, Johannes Koch, Jim Ley, William Loughborough, John Lutts, Charles McCathieNevile, Libby Miller, Tom Martin, Yehya Mohamed, Daniela Ortner, Dave Pawson, Eric Prud'hommeaux, Pierre Queinnec, Chris Ridpath, Romain Roure, Christophe Strobbe, Michael Squillace, Aaron Swartz, Olivier Thoreaux, Carlos Velasco, and Rob Yonaitis.