Test Case #74: @resource with relative URL using XHTML BASE in HEAD

Purpose:

Tests to ensure that relative URLs are resolved correctly in
@resource when XHTML BASE is set in HEAD.

====================== Test Case 74 =============================

---------------------Test Case 74 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>
      <base href="http://www.example.org/"></base>
      <title>Test 0074</title>
   </head>
   <body>
      This article was written by
      <span rel="dc:creator" resource="jane">
         Jane
      </span>.
   </body>
</html>
----------------------------------------------------------------

---------------------Test Case 74 SPARQL -----------------------
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0074.xhtml>
   <http://purl.org/dc/elements/1.1/creator>
      <http://www.example.org/jane> .
}
-----------------------------------------------------------------

-- manu

-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Intro to the Semantic Web in 6 minutes (video)
http://blog.digitalbazaar.com/2007/12/26/semantic-web-intro

Received on Wednesday, 9 January 2008 19:44:43 UTC