- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Wed, 12 Dec 2007 10:44:38 -0500
- To: RDFa <public-rdf-in-xhtml-tf@w3.org>
Test #51 could be approved, if we make the following minor corrections.
====================== Test Case 51 =============================
--------------------- Test #51 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:foaf="http://xmlns.com/foaf/0.1/">
<head>
<title>Test 0051</title>
</head>
<body>
<p about="" instanceof="foaf:Document" property="foaf:topic">
John Doe
</p>
</body>
</html>
----------------------------------------------------------------------
-----------------------Test Case 64 SPARQL ---------------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0051.xhtml>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://xmlns.com/foaf/0.1/Document> .
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0051.xhtml>
<http://xmlns.com/foaf/0.1/topic>
"John Doe" .
}
----------------------------------------------------------------------
-- 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 15:44:49 UTC