- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Wed, 02 Jan 2008 21:10:32 -0500
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Purpose:
Demonstrates that a triple can be generated even if @instanceof and
@about is not specified anywhere in the document.
====================== Test Case 71 =============================
---------------------Test Case 71 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"
xmlns:cc="http://creativecommons.org/ns#">
<head>
<title>Test 0071</title>
</head>
<body>
<p>This page is under a Creative Commons
<a rel="cc:license"
href="http://creativecommons.org/licenses/by-nd/3.0/">
Attribution-No Derivatives 3.0 license</a>.
</p>
</body>
</html>
----------------------------------------------------------------
---------------------Test Case 71 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0071.xhtml>
<http://creativecommons.org/ns#license>
<http://creativecommons.org/licenses/by-nd/3.0/>.
}
-----------------------------------------------------------------
-- manu
--
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Over One Million Songs Available on Bitmunk
http://blog.digitalbazaar.com/2007/10/29/one-million-songs-on-bitmunk/
Received on Thursday, 3 January 2008 02:10:40 UTC