- From: Charles McCathieNevile <charles@w3.org>
- Date: Tue, 29 Oct 2002 16:14:55 -0500 (EST)
- To: Wendy A Chisholm <wendy@w3.org>
- cc: <w3c-wai-er-ig@w3.org>
Works for me... (Just in time. I now have a couple of students who should be working on implementing this over the next 6 months ;-) Chaals On Tue, 29 Oct 2002, Wendy A Chisholm wrote: > >Based on earlier discussions [1], I propose adding the following to the schema: > ><rdfs:Class rdf:about="&earl;TestMode" rdfs:label="TestMode"> > <rdfs:subClassOf rdf:resource="&rdf;Resource"> ></rdfs:Class> ><rdf:Property rdf:about="&earl;mode" rdfs:label="mode"> > <rdfs:range rdf:resource="&earl;TestMode"/> > <rdfs:domain rdf:resource="&earl;Assertion"/> ></rdf:Property> ><earl:TestMode rdf:about="&earl;manual" rdfs:label="manual"> > <rdfs:comment>The test was performed by a human.</rdfs:comment> ></earl:TestMode> ><earl:TestMode rdf:about="&earl;heuristic" rdfs:label="heuristic"> > <rdfs:comment>The test is derived from other test results.</rdfs:comment> ></earl:TestMode> ><earl:TestMode rdf:about="&earl;automatic" rdfs:label="automatic"> > <rdfs:comment>The test was performed by a tool or machine.</rdfs:comment> ></earl:TestMode> > >Example: ><earl:Assertion rdf:about="http://example.org/#assertion-1"> > <earl:subject rdf:resource="http://example.org/#someID02495"/> > <earl:result rdf:resource="pass"/> > <earl:mode rdf:resource="&earl;manual"/> > <earl:testcase rdf:resource="http://example.org/#tc-1"/> > <earl:assertedBy rdf:resource="http://example.org/#assertor123" /> ></earl:Assertion> > >Thoughts? >--wendy > >[1] http://lists.w3.org/Archives/Public/w3c-wai-er-ig/2002Aug/0007.html > > -- Charles McCathieNevile http://www.w3.org/People/Charles tel: +61 409 134 136 SWAD-E http://www.w3.org/2001/sw/Europe ------------ WAI http://www.w3.org/WAI 21 Mitchell street, FOOTSCRAY Vic 3011, Australia fax(fr): +33 4 92 38 78 22 W3C, 2004 Route des Lucioles, 06902 Sophia Antipolis Cedex, France
Received on Tuesday, 29 October 2002 16:14:55 UTC