N3 text <--> formulas


log:parsedAsN3: For a string, the formula you get by parsing it as a Notation3 document.

"<a> <b> <c>" log:parsedAsN3 {<a> <b> <c>}.

log:N3String: For a formula, a string which expressed that formula in N3.

{<a> <b> <c>} log:N3String "<a> <b> <c>".

(roughly.... The actual string generated may be a bit different.)