- From: Sean B. Palmer <sean@miscoranda.com>
- Date: Mon, 15 Oct 2007 10:15:30 +0100
- To: public-cwm-bugs@w3.org
$ cat filter.n3 @prefix log: <http://www.w3.org/2000/10/swap/log#> . { ?s ?p ?o } => { [ ?p [] ] } . $ echo ':Bob :knows :Steve . :John :knows :Fred .' | \ cwm --filter=filter.n3 --ntriples _:g13 <file:///tmp/#knows> _:g14 . I think that should be generating two triples. Using the CVS cwm I updated several seconds ago. -- Sean B. Palmer, http://inamidst.com/sbp/
Received on Monday, 15 October 2007 09:15:47 UTC