Package com.complexible.common.rdf.rio
Class TurtleValueWriter
- java.lang.Object
-
- com.complexible.common.rdf.rio.TurtleValueWriter
-
public final class TurtleValueWriter extends java.lang.Object
An Turtle writer that writes single values (URI, bnodes, literals) instead of triples.- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description TurtleValueWriter(java.lang.Iterable<Namespace> theNamespaces)
TurtleValueWriter(java.lang.Iterable<Namespace> theNamespaces, Options theConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
write(Value theValue)
-