- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sat, 24 May 2008 14:13:24 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
The SPARQL for Test Case #92 is incorrect, it is missing both the Dublin
Core namespace and the RDF namespace in the query. Here's the corrected
SPARQL:
-------------------------------------------------------------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.xhtml>
<http://purl.org/dc/elements/1.1/creator>
"Albert Einstein" .
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.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:rdf=\"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> .
}
-------------------------------------------------------------------------
Michael, could you please update the Test Suite? :)
-- 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:14:04 UTC