Re: EARL Bookmarklet [was: Re: Agenda for 14 May 2001 ERT WG meeting]

Very unrool... (Australian for cool)

Proposed further work:

1. Make it generate the stuff in RDF/XML syntax as
an annotea annotation. Should we look at setting up some server to hold
these?  or ask the Annotea crowd if we can give the program an ID it can use
to store them?

2. Mix this with the WART tool (I guess that was an obvious one :)

I guess we also bneed to stabilise the EARL stuff a bit more before we need
to go around builiding large-scale applicatiosn, although we should be able
to use existing equivalence vocabulary to make sure that we aren't building
legacy stuff that will bite us.

anyway...

I used it to produce the following bit of N3


@prefix earl: <http://www.w3.org/2001/03/earl/0.95#> .
@prefix : <#g_5_14_200111831PM> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

:Person earl:asserts
   { :Page earl:passes :TestCase } .

:Person earl:name "Charles McCathieNevile"; earl:email "charles@w3.org" .

:Page
      earl:testSubject <http://infomesh.net/2001/05/earl/bookmarklet/>;
      a earl:UniqueTestSubject, earl:WebContent;
      dc:date "5/14/2001 1:18:31 PM";
      dc:title "A Javascript Bookmarklet For EARL" .

:TestCase
   a earl:TestCase;
   earl:suite <http://www.w3.org/TR/WCAG10-TECHS/#tech-scripts> .


On Mon, 14 May 2001, Sean B. Palmer wrote:

  [On the agenda...]

  > a. Bookmarklets/Annotea.

  I present to you all:-

       http://infomesh.net/2001/05/earl/bookmarklet/
       - A Javascript Bookmarklet For EARL

Received on Monday, 14 May 2001 08:23:39 UTC