- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Thu, 14 Jun 2007 15:21:19 +0100
- To: Ian Davis <Ian.Davis@talis.com>
- CC: GRDDL Working Group <public-grddl-wg@w3.org>
Hi Ian,
at the call yesterday DanC indicated a preference for your "profile"
mark-up, and I implemented that today, so that the primer example using
eRDF now works, well almost.
I still get three triples wrong, see below (this omits triples that are
identical).
The problem is I guess in the transform, since I guess the property with
name ical:url is meant to have a uri object, not a literal.
Jeremy
Reading
http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.html
GRDDL
=====
@prefix : <#> .
<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.
""" .
================
Reading
http://www.w3.org/2001/sw/grddl-wg/doc29/david-erdf.rdf
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
Received on Thursday, 14 June 2007 14:21:47 UTC