TC#102 is incorrect, SPARQL needs to be updated

TC#102 doesn't preserve the namespaces correctly. Corrected SPARQL below:

-----------------------------------------------------------------------------
ASK WHERE {
<http://www.example.org>
   <http://example.org/rdf/example>
      "Du texte ici en <strong xmlns=\"http://www.w3.org/1999/xhtml\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
xmlns:ex=\"http://example.org/rdf/\"
xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"
xmlns:svg=\"http://www.w3.org/2000/svg\" xml:lang=\"fr\">gras</strong>
et un rectangle en svg: <svg:svg xmlns=\"http://www.w3.org/1999/xhtml\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
xmlns:ex=\"http://example.org/rdf/\"
xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"
xmlns:svg=\"http://www.w3.org/2000/svg\" xml:lang=\"hu\"><svg:rect
svg:width=\"200\"
svg:height=\"100\"></svg:rect></svg:svg>"^^<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 20:09:15 UTC