- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Sat, 8 Dec 2001 13:56:46 -0000
- To: "Tim Berners-Lee" <timbl@w3.org>, "Dan Connolly" <connolly@w3.org>
- Cc: <www-archive+n3bugs@w3.org>
Hi, Although the new --strings command line flag produces some marvellous results, I'm not sure that the method of arranging the subjects alphabetically by URI is the best possible way of going about it. The alternative would be to define a list:- :FirstResult log:outputString "C" . :AnotherResult log:outputString "W" . :ThirdResult log:outputString "M" . (:FirstResult :AnotherResult :ThirdResult) a log:OutputList . I know that it would mean extra code simply for architectural stability, and a change to existing N3 transforms (I've already done two), but it would be better to change it now than later :-) I certainly wouldn't mind changing my existing instances, even if it does mean adding a bit more data to them. Cheers, -- Kindest Regards, Sean B. Palmer @prefix : <http://purl.org/net/swn#> . :Sean :homepage <http://purl.org/net/sbp/> .
Received on Saturday, 8 December 2001 08:58:47 UTC