Re: Re: DAWG Agenda - 28 Aug 2007 @ 14:30 UTC

* Eric Prud'hommeaux <eric@w3.org> [2007-08-28 09:45-0400]
> * Lee Feigenbaum <lee@thefigtrees.net> [2007-08-27 15:04-0400]
> > 5. Test suite and test service and implementation report
> >
> > We've published the test suite and will be publishing the test service 
> > shortly. Where should we gather EARL results? Any progress on generating an 
> > implementation report?
> 
> Quick breakdown of the features passed vs. the features *tested*.
> (ARQ's report included every test.)
> +-----------------------------------------------------------------------------+-----------+----------+
> | RDF API for PHP                                                             | SUM(pass) | COUNT(*) |
> +-----------------------------------------------------------------------------+-----------+----------+
> | ASK query form                                                              |         0 |        9 |
> | Basic graph pattern matching. Triple pattern constructs. Blank node scoping |        64 |      171 |
> | Core bits of SPARQL. Prefixed names, variables, blank nodes, graph terms    |       316 |      845 |
> | RDF datasets. Default and named graphs. GRAPH keyword                       |         0 |        7 |
> | FILTER clauses and expressions                                              |        76 |      232 |
> | OPTIONAL pattern matching                                                   |         5 |       19 |
> | SELECT query form                                                           |        64 |      167 |
> | Sorting (ORDER BY) and slicing (LIMIT, OFFSET)                              |        13 |       26 |
> | UNION pattern matching                                                      |         1 |        4 |
> +-----------------------------------------------------------------------------+-----------+----------+
> | ARQ                                                                         | SUM(pass) | COUNT(*) |
> +-----------------------------------------------------------------------------+-----------+----------+
> | ASK query form                                                              |       102 |      102 |
> | Basic graph pattern matching. Triple pattern constructs. Blank node scoping |       303 |      303 |
> | CONSTRUCT query form                                                        |        15 |       15 |
> | Core bits of SPARQL. Prefixed names, variables, blank nodes, graph terms    |      1353 |     1353 |
> | RDF datasets. Default and named graphs. GRAPH keyword                       |        44 |       44 |
> | FILTER clauses and expressions                                              |       545 |      545 |
> | OPTIONAL pattern matching                                                   |        25 |       25 |
> | SELECT query form                                                           |       236 |      236 |
> | Sorting (ORDER BY) and slicing (LIMIT, OFFSET)                              |        92 |       92 |
> | UNION pattern matching                                                      |        12 |       12 |
> +-----------------------------------------------------------------------------+-----------+----------+

and SteveH's report at http://plugin.org.uk/misc/earl.ttl
+-----------------------------------------------------------------------------+-----------+----------+
| JXT                                                                         | SUM(pass) | COUNT(*) |
+-----------------------------------------------------------------------------+-----------+----------+
| ASK query form                                                              |         3 |        3 |
| Basic graph pattern matching. Triple pattern constructs. Blank node scoping |         5 |        6 |
| CONSTRUCT query form                                                        |         3 |        3 |
| Core bits of SPARQL. Prefixed names, variables, blank nodes, graph terms    |        32 |       36 |
| FILTER clauses and expressions                                              |        29 |       37 |
| OPTIONAL pattern matching                                                   |         0 |        1 |
| RDF datasets. Default and named graphs. GRAPH keyword                       |         2 |        5 |
| SELECT query form                                                           |        11 |       11 |
| Sorting (ORDER BY) and slicing (LIMIT, OFFSET)                              |        12 |       13 |
| UNION pattern matching                                                      |         0 |        1 |
+-----------------------------------------------------------------------------+-----------+----------+

though I know he ran all the tests so I need to see wy the counts are so low
-- 
-eric

office: +1.617.258.5741 NE43-344, MIT, Cambridge, MA 02144 USA
mobile: +1.617.599.3509

(eric@w3.org)
Feel free to forward this message to any list for any purpose other than
email address distribution.

Received on Friday, 31 August 2007 20:13:34 UTC