| Did you know ... | Search Documentation: |
| Predicate turtle_write_quoted_string/2 |
:- use_module(library(semweb/turtle)).
[det]turtle_write_quoted_string(+Out,
+Value)turtle_write_quoted_string(Out, Value, false),
writing a string with only a single ". Embedded newlines
are escapes as \n.