- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Tue, 19 Jun 2007 14:17:42 +0100
- To: GRDDL Working Group <public-grddl-wg@w3.org>
- Message-ID: <4677D776.6050705@hpl.hp.com>
1) If I have not heard from the editors I will try to draft a minimal
edit that fulfils promise in response to DBooth comment 10, sometime
tomorrow.
2) concerning data:
To confirm current state:
five of the primer documents seem fine, and the eRDF one has the issue
that Ian is addressing, see Junit test run attached,
These are the three triples that are problematic, where I believe that
the intended result is as in the rdf/xml file, and the GRDDL result is
incorrect because of an error in the transform.
GRDDL
=====
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#tiddlywinks>
<http://www.w3.org/2002/12/cal/icaltzd#url> """
From 7 October, 2006
to 12 October, 2006
I will be attending the National Tiddlywinks
Championship in
Bognor Regis, UK.
""" .
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#award>
<http://www.w3.org/2002/12/cal/icaltzd#url> """
I then visit Scotland on the 8th
January to pick up a lifetime
achievement award from the Web Design Conference. This time
the ceremony is in Edinburgh, UK. I'll be taking the train home
on the 10th.
""" .
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#holiday>
<http://www.w3.org/2002/12/cal/icaltzd#url> """
Then I'm on holiday in the
Cayman Islands between
14 November, 2006
and 1 January, 2007.
""" .
RDF/XML
=======
@prefix : <#> .
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#tiddlywinks>
<http://www.w3.org/2002/12/cal/icaltzd#url>
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#tiddlywinks> .
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#award>
<http://www.w3.org/2002/12/cal/icaltzd#url>
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#award> .
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#holiday>
<http://www.w3.org/2002/12/cal/icaltzd#url>
<http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html#holiday> .
--
Hewlett-Packard Limited
registered Office: Cain Road, Bracknell, Berks RG12 1HN
Registered No: 690597 England
Attachments
- image/png attachment: junit.PNG
Received on Tuesday, 19 June 2007 13:18:03 UTC