#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/2/#Joe>     a :Assertor;
         :asserts  [
             a :Assertion;
             rdf:subject <http://myns.org/2/#SVGTool>;
             rdf:predicate  [
                 :validity :Pass;
                 a :ResultProperty;
                 :confidence :Medium;
                 :date "2001-03-14" ];
             rdf:object <http://myns.org/2/#circleTest> ],
                 [
             a :Assertion;
             rdf:subject <http://myns.org/2/#SVGTool>;
             rdf:predicate  [
                 :validity :Pass;
                 a :ResultProperty;
                 :confidence :High;
                 :date "2001-03-14" ];
             rdf:object <http://myns.org/2/#squareTest> ];
         :email <mailto:joe@zzz.com> .
    
    <http://myns.org/2/#SVGTool>     a :TestSubject,
                :Tool;
         :released "2000-12-24";
         :testSubject <http://foo.com/svgplayer1>;
         :version "1.23" .
    
    <http://myns.org/2/#circleTest>     a :TestCase;
         :id <http://w3.org/tr/svg/ts/assertion1>;
         :note """circle looks ok, but there's an extra pixel 
                   there according to the suite""";
         :purpose "testing circle filling";
         :repairInfo  [
             :expectedResult "circle should be all red, with a black border" ];
         :testMode :Manual;
         :testSuite <http://w3.org/svg/testsuite1.0> .
    
    <http://myns.org/2/#squareTest>     a :TestCase;
         :id <http://w3.org/tr/svg/ts/assertion2>;
         :note "rect looks just fine according to the suite";
         :purpose "testing rect filling";
         :repairInfo  [
             :expectedResult "rect should be all red, with a white border" ];
         :testMode :Manual;
         :testSuite <http://w3.org/svg/testsuite1.0> .
    
#ENDS
