Using log:outputString


How do you "print" from a big pool of triples?

cwm ... --strings ... looks for all triples like

"aaa" log:outputString "Hello, World!"

then sorts them by subject ("aaa")and output the object strings ("Hello, World!") in order.

Sometimes this works well.