RDFa TC#11 SPARQL is incorrect

The current SPARQL for TC#11 is wrong, it is missing the Dublin Core
namespace. Here is the corrected SPARQL:

--------------------------------------------------------------------------
ASK WHERE {
 <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0011.xhtml>
   <http://purl.org/dc/elements/1.1/creator>
      "Albert Einstein" .
 <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0011.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/\">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 Sunday, 18 May 2008 17:30:26 UTC