- From: Dan Connolly <connolly@w3.org>
- Date: Fri, 12 Jan 2007 17:56:06 -0600
- To: public-wai-ert@w3.org
- Cc: Sean Palmer <sean@miscoranda.com>, public-grddl-comments@w3.org, public-sparql-dev@w3.org
- Message-Id: <1168646166.22375.28.camel@dirk>
The GRDDL WG is working on a test suite
http://www.w3.org/2001/sw/grddl-wg/td/testlist1
I'm interested to have test results from various
implementations aggregated, the way Sandro did for
the OWL tests.
http://www.w3.org/QA/2006/11/celebrating_owl_interoperabili.html
So I updated our test harness so that it produces EARL; for
each test, you get something like:
[ a :Assertion;
:assertedBy dan:dwc;
:test tes:sq1a;
:testResult [
a :TestResult;
:validity :pass ];
:testSubject p:grddl_py ].
This is based on a clue I got from Sean
http://chatlogs.planetrdf.com/swig/2006-11-10.html#T15-13-57
and not from a careful reading of the EARL docs. Let me
know if it's not right.
The full output is attached, in RDF/XML as generated
by the tool and converted to .n3.
Do you have any tools to make nice HTML reports out of EARL data?
As to dan:dwc and p:grddl_py, I wrote a little documentation
about this use of EARL, FOAF, and DOAP:
[[
EARL tester and subject
In addition to various diagnostics on stderr, the test harness writes to
stdout some RDF data: an EARL assertion about each test it runs.
To tell it about the person running the tests and the software project
being tested, point it at an ID in a foaf file and a DOAP file:
$ python testft.py \
--tester 'dan.rdf#dwc' \
--project 'grddlft.rdf#grddl_py' \
--run your_grddl_impl \
testlist1.rdf >earl_out.rdf
All tests were passed!
]]
-- http://www.w3.org/2001/sw/grddl-wg/td/testlist1#earl_out
While adding EARL support to the test harness
http://www.w3.org/2001/sw/grddl-wg/td/testft.py
I couldn't figure out how to get an RDF/RDFS representation
of the schema document...
http://www.w3.org/WAI/ER/EARL/nmg-strawman
Am I doing something wrong?
$ curl -I -H 'Accept: application/rdf+xml' http://www.w3.org/WAI/ER/EARL/nmg-strawman
HTTP/1.1 302 Found
Date: Fri, 12 Jan 2007 23:54:04 GMT
Server: Apache/1.3.37 (Unix) PHP/4.4.4
Location: http://www.w3.org/WAI/ER/EARL10/WD-EARL10-Schema-20060919
But at that location, I get HTML.
--
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541 0875 0F91 96DE 6E52 C29E
Attachments
Received on Friday, 12 January 2007 23:56:15 UTC