- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sat, 24 May 2008 17:40:46 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
TC #103 was not preserving enough of the defined namespaces. Corrected
SPARQL is below:
-----------------------------------------------------------------------
ASK WHERE {
<http://www.example.org>
<http://example.org/rdf/example>
"Some text here in <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#\">bold</strong>
and an svg rectangle: <svg xmlns=\"http://www.w3.org/2000/svg\"
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#\"><rect
width=\"200\"
height=\"100\"></rect></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 21:41:23 UTC