TC#94 is incorrect, SPARQL needs to be updated

The SPARQL query for TC#94 is missing the Dublin Core namespace as well
as the user-defined "bla" namespace. The corrected SPARQL is below,
Michael please update the Test Suite:

------------------------------------------------------------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0094.xhtml>
   <http://purl.org/dc/elements/1.1/creator>
      "Albert Einstein" .
 <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0094.xhtml>
   <http://purl.org/dc/elements/1.1/title>
      "E = mc<sup xmlns=\"http://www.w3.org/1999/xhtml\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
xmlns:bla=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">2</sup>: The
Most Urgent Problem of Our
Time"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
}
------------------------------------------------------------------------

-- manu

-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: DB Launches Medical Record Sales Service with Shepherd Medical
http://blog.digitalbazaar.com/2008/02/24/health2trade/

Received on Saturday, 24 May 2008 18:29:07 UTC