- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sat, 07 Jun 2008 13:47:21 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Purpose: This tests to make sure that a bnode is generated even though no nested @about exists. ====================== Test Case 108 ============================= ---------------------Test Case 108 XHTML-------------------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test 0108</title> </head> <body> <div rel="next"> <div rel="next" /> </div> </body> </html> ------------------------------------------------------------------ ---------------------Test Case 108 SPARQL ----------------------- <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0108.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> ?a . FILTER ISBLANK(?a) ----------------------------------------------------------------- -- 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, 7 June 2008 17:48:19 UTC