- From: Michael Hausenblas <michael.hausenblas@deri.org>
- Date: Sun, 24 May 2009 08:02:48 +0100
- To: Shane McCarron <shane@aptest.com>
- CC: RDFa TF list <public-rdf-in-xhtml-tf@w3.org>
Shane,
> Based upon some recent discussions, I propose the following additional
> test case:
... Which is now available in the XHTML+RDFa Test Cases [1].
Cheers,
Michael
[1] http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0123
--
Dr. Michael Hausenblas
DERI - Digital Enterprise Research Institute
National University of Ireland, Lower Dangan,
Galway, Ireland, Europe
Tel. +353 91 495730
http://sw-app.org/about.html
http://webofdata.wordpress.com/
> From: Shane McCarron <shane@aptest.com>
> Date: Sun, 24 May 2009 00:54:22 -0500
> To: RDFa TF list <public-rdf-in-xhtml-tf@w3.org>
> Subject: Proposed Test Case 0123 - test for case sensitivity in prefix names
> Resent-From: RDFa TF list <public-rdf-in-xhtml-tf@w3.org>
> Resent-Date: Sun, 24 May 2009 05:55:08 +0000
>
> 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 07:03:30 UTC