#Processed by Id: cwm.py,v 1.47 2001/05/23 01:39:39 timbl Exp 
        #    using base file:/web/spalmer/WWW/2001/03/earl/CWM/convert/
        
#  Notation3 generation by
#       notation3.py,v 1.77 2001/05/21 02:37:13 timbl Exp

#   Base was: file:/web/spalmer/WWW/2001/03/earl/CWM/convert/
     @prefix : <http://www.w3.org/2001/03/earl/0.95#> .
     @prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
     @prefix dc: <http://purl.org/dc/elements/1.1/> .
     @prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
     @prefix earl: <http://www.w3.org/2001/03/earl/0.9#> .
     @prefix earldata: <http://www.w3.org/2001/03/earl/0.95datatypes#> .
     @prefix log: <http://www.w3.org/2000/10/swap/log#> .
     @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
     @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    
    <http://myns.org/1/#Daniel>     a :Assertor;
         :asserts  [
             a :Assertion;
             rdf:subject <http://myns.org/1/#MyImg>;
             rdf:predicate  [
                 :validity :Fail;
                 a :ResultProperty;
                 :confidence :High;
                 :date "2001-03-14" ];
             rdf:object <http://myns.org/1/#altText> ],
                 [
             a :Assertion;
             rdf:subject <http://myns.org/1/#MyPage>;
             rdf:predicate  [
                 :validity :Fail;
                 a :ResultProperty;
                 :confidence :Medium;
                 :date "2001-03-14" ];
             rdf:object <http://myns.org/1/#fontThing> ];
         :email <mailto:danield@w3.org>;
         :platform "linux",
                "netscape 4.75" .
    
    <http://myns.org/1/#MyImg>     a :TestSubject,
                :WebContent;
         :lastModified "2001-01-01";
         :snapshot <http://store.com/example.org/page#xpointer(img[3])>;
         :testSubject <http://example.org/page#xpointer(img[3])> .
    
    <http://myns.org/1/#MyPage>     a :TestSubject,
                :WebContent;
         :lastModified "2001-01-01";
         :snapshot <http://store.com/example.org/page#name>;
         :testSubject <http://example.org/page#name> .
    
    <http://myns.org/1/#altText>     a :TestCase;
         :id <http://w3.org/tr/wcag#cp1.1>;
         :note """alt text provided is just filename according to 
                   the test suite provided""";
         :repairInfo  [
             :expectedResult "presence of alt text describing function" ];
         :testMode :Manual;
         :testSuite <http://www.cast.org/bobby> .
    
    <http://myns.org/1/#fontThing>     a :TestCase;
         :id <http://w3.org/tr/wcag#cp2.1>;
         :note """use a font instead of h3 according to the 
                   test suite provided""";
         :repairInfo  [
             :expectedResult "use proper structure instead of style" ];
         :testMode :Manual;
         :testSuite <http://www.cast.org/bobby> .
    
#ENDS
