Package com.complexible.common.rdf.rio
Class TurtleValueParser
- java.lang.Object
-
- com.complexible.common.rdf.rio.TurtleValueParser
-
public final class TurtleValueParser extends java.lang.Object
A Turtle parser that parses single values (URI, bnodes, literals, and embedded triples) instead of just triples.- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description TurtleValueParser(java.lang.Iterable<Namespace> theNamespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
parse(java.lang.String theInput)
-