- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Wed, 09 Jan 2008 18:19:17 -0500
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Purpose: Tests to make sure that the license XHTML+RDFa reserved word, when used in BODY in a @rel with no @about, generates the proper triple. ====================== Test Case 76 ============================= ---------------------Test Case 76 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 0076</title> </head> <body> <p>This page is under a Creative Commons <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/"> Attribution-No Derivatives 3.0 license</a>. </p> </body> </html> ---------------------------------------------------------------- ---------------------Test Case 76 SPARQL ----------------------- ASK WHERE { <http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0076.xhtml> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nd/3.0/>. } ---------------------------------------------------------------- -- manu -- Manu Sporny President/CEO - Digital Bazaar, Inc. blog: Intro to the Semantic Web in 6 minutes (video) http://blog.digitalbazaar.com/2007/12/26/semantic-web-intro
Received on Wednesday, 9 January 2008 23:19:23 UTC