Toasters Re: About locating subject results and context

I'd use one property to identify the toaster and another to identify the  
fact tat this problem occurs with a particular screw in an example of a  
toaster, note the language of the message, and so on.

My example below is not very different from yours....

cheers

Chaals

  <rdf:RDF>
    ...
    <rdf:Description rdf:about="#subject"/>
     <rdf:type rdf:resource="http://parts.toaster.org/1922"/>
    </rdf:Description>

    <earl:Assertion rdf:about="#toastercp1">
     <earl:subject rdf:resource="#subject" />
     <earl:location rdf:type="http://parts.toaster.org/1922544-M6" />
     <earl:message xml:lang="en">The screw M6 should not be  
loose.</earl:message>
     <earl:result
  rdf:type="http://www.w3.org/WAI/ER/EARL/nmg-strawman#fail"/>
     <earl:mode
  rdf:resource="http://www.w3.org/WAI/ER/EARL/nmg-strawman#manual"/>
  <earl:testcase
  rdf:resource="http://www.toaster.org/UNITTEST/#loose-screws"/>
     <earl:assertedBy rdf:resource="#assertor" />
    </earl:Assertion>
  </rdf:RDF>

Received on Tuesday, 19 April 2005 17:54:38 UTC