W3C home > Mailing lists > Public > public-rdf-in-xhtml-tf@w3.org > May 2009

Proposed Test Case 0123 - test for case sensitivity in prefix names

From: Shane McCarron <shane@aptest.com>
Date: Sun, 24 May 2009 00:54:22 -0500
Message-ID: <4A18E10E.5040309@aptest.com>
To: "public-rdf-in-xhtml-tf.w3.org" <public-rdf-in-xhtml-tf@w3.org>
Based upon some recent discussions, I propose the following additional 
test case:

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:target="http://www.example.org#"
      xmlns:test="http://www.example.org/lower#"
      XMLNS:TEST="http://www.example.org/upper#"
      XmLnS:TeSt="http://www.example.org/mixed#">
  <head>
    <title>Test 0123</title>
  </head>
  <body>
    <div about="[target:sub]">
        <p rel="test:one" resource="[target:lower]">lower case</p>
        <p rel="TEST:two" resource="[target:UPPER]">UPPER CASE</p>
        <p rel="TeSt:three" resource="[target:MiXeD]">Mixed Case</p>
    </div>
  </body>
</html>


With the following SPARQL:

ASK WHERE {
    <http://www.example.org#sub> <http://www.example.org/lower#one> 
<http://www.example.org#lower> .
    <http://www.example.org#sub> <http://www.example.org/upper#two> 
<http://www.example.org#UPPER> .
    <http://www.example.org#sub> <http://www.example.org/mixed:three> 
<http://www.example.org#MiXeD> .
}

-- 
Shane P. McCarron                          Phone: +1 763 786-8160 x120
Managing Director                            Fax: +1 763 786-8180
ApTest Minnesota                            Inet: shane@aptest.com
Received on Sunday, 24 May 2009 05:55:06 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 24 May 2009 05:55:08 GMT