- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sun, 18 May 2008 13:29:50 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
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