@Immutable public interface Value extends Serializable
Base type for a node in an RDF graph
Modifier and Type | Method and Description |
---|---|
static String |
lex(Value theValue)
Return the lexical value of a
Value , which is dependent on the type of the `Value`. |
@Nonnull static String lex(@Nonnull Value theValue)
Value
, which is dependent on the type of the `Value`.
Literal
-- the Literal.label()
BNode
-- the BNode.id()
IRI
-- the IRI#toString()
(ie the plain IRI)theValue
- the valueCopyright © 2010-2016 Stardog Union. All Rights Reserved.