Test Case #72: @about with relative URL using XHTML BASE in HEAD

Purpose:

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

====================== Test Case 72 =============================

---------------------Test Case 72 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 0072</title>
   </head>
   <body>
      <p about="faq">
         Learn more by reading the example.org
         <span property="dc:title">Example FAQ</span>.
      </p>
   </body>
</html>
----------------------------------------------------------------

---------------------Test Case 72 SPARQL -----------------------
ASK WHERE {
<http://www.example.org/#faq>
   <http://purl.org/dc/elements/1.1/title>
      "Example FAQ" .
}
-----------------------------------------------------------------

-- 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 Thursday, 3 January 2008 02:32:15 UTC