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: sh...@aptest.com



Reply via email to