Test Case #68: @about with relative URL

Purpose:

Tests to ensure that relative URLs are resolved correctly when used in
@about.

====================== Test Case 68 =============================

---------------------Test Case 68 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:dc="http://purl.org/dc/elements/1.1/">
   <head>
      <title>Test 0068</title>
   </head>
   <body>
      <p about="0067.xhtml">
         The previous test was
         <span property="dc:title">Test 0067</span>.
      </p>
   </body>
</html>
----------------------------------------------------------------

---------------------Test Case 68 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0067.xhtml>
   <http://purl.org/dc/elements/1.1/title>
      "Test 0067" .
}
-----------------------------------------------------------------

-- 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 04:01:25 UTC