- From: Elias Torres <elias@torrez.us>
- Date: Thu, 3 Apr 2008 23:51:42 -0400
- To: Ivan Herman <ivan@w3.org>
- Cc: "Hausenblas, Michael" <michael.hausenblas@joanneum.at>, W3C RDFa task force <public-rdf-in-xhtml-tf@w3.org>, Manu Sporny <msporny@digitalbazaar.com>
On (unreviewed) Test #0092 the SPARQL query says:
ASK WHERE {
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.xhtml
> <http://purl.org/dc/elements/1.1/creator> "Albert Einstein" .
<http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0092.xhtml
> <http://purl.org/dc/elements/1.1/title> "E = mc<sup xmlns='http://www.w3.org/1999/xhtml'
>2</sup>: The Most Urgent Problem of Our Time"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
> .
}
My implementation uses double-quotes instead of single-quotes for the
xmlns attribute. I can escape fine, but my SPARQL query will fail
because the string doesn't match character-per-character.
I read the meeting minutes but it doesn't say anything about this. I
guess this is where the canonicalization junk comes in pretty handy.
What are your thoughts?
-Elias
On Mar 21, 2008, at 7:43 AM, Ivan Herman wrote:
> :-) I must admit that I did not look at the action list! I just kept
> track of the test files I used for my own stuff. But, well, yes, it
> may cover what you guys talked about! Better check, though...
>
> Ivan
>
> Hausenblas, Michael wrote:
>> Thanks Ivan! I'll add them with the other pending TCs as per today.
>> Happy Easter to you as well ;)
>> Cheers,
>> Michael
>> PS: I'm just guessing, but Manu's action
>> http://www.w3.org/2008/03/20-rdfa-minutes.html#action09 is done with
>> this :)?
>> ----------------------------------------------------------
>> Michael Hausenblas, MSc.
>> Institute of Information Systems & Information Management
>> JOANNEUM RESEARCH Forschungsgesellschaft mbH
>> http://www.joanneum.at/iis/
>> ----------------------------------------------------------
>>
>>> -----Original Message-----
>>> From: public-rdf-in-xhtml-tf-request@w3.org [mailto:public-rdf-in-xhtml-tf-request@w3.org
>>> ] On Behalf Of Ivan Herman
>>> Sent: Friday, March 21, 2008 12:23 PM
>>> To: W3C RDFa task force
>>> Subject: Updated distiller plus some new tests
>>>
>>> Having read the minutes of yesterday's meeting[1] I have updated
>>> the RDFa distiller. I believe it implements the XMLLiteral as
>>> described in the minutes.
>>>
>>> There are also some, independent improvements: I have made some
>>> improvements on the RDF/XML and Turtle serializations (I had to
>>> hack into the serialization module of RDFLib which was buggy here
>>> and there and produced a fairly ugly turtle output:-(
>>>
>>> Most importantly, however, I propose four more test cases
>>> (attached in the tar file) on XML Literals. There is a description
>>> of the test goals in each of the xhtml files.
>>>
>>> Happy Easter, week-end, etc, everyone!
>>>
>>> Ivan
>>>
>>>
>>>
>>> [1] http://www.w3.org/2008/03/20-rdfa-minutes.html
>>> --
>>>
>>> Ivan Herman, W3C Semantic Web Activity Lead
>>> Home: http://www.w3.org/People/Ivan/
>>> PGP Key: http://www.ivan-herman.net/pgpkey.html
>>> FOAF: http://www.ivan-herman.net/foaf.rdf
>>>
>
> --
>
> Ivan Herman, W3C Semantic Web Activity Lead
> Home: http://www.w3.org/People/Ivan/
> PGP Key: http://www.ivan-herman.net/pgpkey.html
> FOAF: http://www.ivan-herman.net/foaf.rdf
Received on Friday, 4 April 2008 03:52:22 UTC