- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Tue, 11 Dec 2007 22:34:51 -0500
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Purpose:
Tests to make sure that the @rel generates a triple in <head> when a
reserved value is used from the XHTML namespace. This is the Shane's
first test case, with SPARQL.
====================== Test Case 61 =============================
---------------------Test Case 61 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 0061</title>
<link rel="next" href="http://www.example.org/nextChapter.html" />
</head>
<body>
<p>This is the first chapter in a series of chapters.</p>
</body>
</html>
----------------------------------------------------------------
---------------------Test Case 61 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0061.xhtml>
<http://www.w3.org/1999/xhtml#next>
<http://www.example.org/nextChapter.html> .
}
-----------------------------------------------------------------
-- 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 Wednesday, 12 December 2007 03:35:00 UTC