- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sun, 16 Dec 2007 22:15:45 -0500
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Corrected the SPARQL in this test case so that the @instanceof does not
apply to the @resource.
Purpose:
Tests to ensure that @instanceof does not apply to resource.
====================== Test Case 52 =============================
---------------------Test Case 52 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 0052</title>
</head>
<body>
<p instanceof="foaf:Person" resource="http://www.example.org/#me">
John Doe
</p>
</body>
</html>
----------------------------------------------------------------
---------------------Test Case 52 SPARQL -----------------------
ASK WHERE {
_:a
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://xmlns.com/foaf/0.1/Person> .
}
-----------------------------------------------------------------
-- 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 Monday, 17 December 2007 03:15:53 UTC