- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Fri, 17 Dec 2004 14:14:44 +0000
- To: RDF Data Access Working Group <public-rdf-dawg@w3.org>
ACTION DaveB: propose replacement for tests that have ?foo, ?Bar
"DaveB notes action is for all tests"
-- http://www.w3.org/2004/12/14-dawg-irc
The only test that need replacing to remove the commas in the SELECT
is http://www.w3.org/2001/sw/DataAccess/tests/data/examples/ex2-4a.rq
(The above test URI is a 403. Can some W3C team person please
make http://www.w3.org/2001/sw/DataAccess/tests/data/examples/
and below world readable? )
Proposed change:
OLD:
----------------------------------------------------------------------
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name, ?mbox
WHERE
( ?x foaf:name ?name )
( ?x foaf:mbox ?mbox )
----------------------------------------------------------------------
NEW:
----------------------------------------------------------------------
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name ?mbox
WHERE
( ?x foaf:name ?name )
( ?x foaf:mbox ?mbox )
----------------------------------------------------------------------
A separate action I have on tests for SOURCE will mean changing the
following two (unapproved) tests to match the "untrusted graphs" proposal
http://lists.w3.org/Archives/Public/public-rdf-dawg/2004OctDec/0421.html
and I will remove the commas when I update:
http://www.w3.org/2001/sw/DataAccess/tests/data/source-named/query-8.4.rq
http://www.w3.org/2001/sw/DataAccess/tests/data/source-named/query-8.5.rq
There are no other test queries with commas in SELECT
Dave
Received on Friday, 17 December 2004 14:15:43 UTC