- From: Dan Connolly <connolly@w3.org>
- Date: Wed, 03 Aug 2005 18:21:55 -0500
- To: Eric Prud'hommeaux <eric@w3.org>
- Cc: RDF Data Access Working Group <public-rdf-dawg@w3.org>
On Wed, 2005-08-03 at 16:16 -0500, Dan Connolly wrote:
> On Mon, 2005-08-01 at 12:26 -0500, Dan Connolly wrote:
> > OK, I've got a LC status report working
> > http://www.w3.org/2001/sw/DataAccess/lc-status-report.html
[...]
> Next step is to connect-the-dots with the issues list...
Done in $Revision: 1.13 $ of $Date: 2005/08/03 23:07:27 $
for example, the following query shows connected
issues (by name) and comments (by subject):
PREFIX review: <http://www.w3.org/2001/sw/DataAccess/lc-comment-rules#>
PREFIX email: <http://www.w3.org/2000/10/swap/pim/email#>
PREFIX collab: <http://www.w3.org/2000/10/swap/pim/collab@@#>
SELECT ?ID ?S
FROM <http://www.w3.org/2001/sw/DataAccess/lc-threads.rdf>
FROM <http://www.w3.org/2001/sw/DataAccess/issues-formal>
WHERE
{ ?I collab:shortDesc ?ID; collab:comment ?C. ?M review:archive ?C;
email:subject ?S }
Next step is to mix in actions from meeting records...
--
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541 0875 0F91 96DE 6E52 C29E
Received on Wednesday, 3 August 2005 23:22:02 UTC