Modifier and Type | Interface and Description |
---|---|
interface |
PlainLiteral
A string combined with an optional language tag
The lexical form is the string represented by the Literal
without including the language tag
|
interface |
TypedLiteral
Typed literals have a lexical form and a data type URI being an RDF URI reference.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainLiteralImpl |
class |
TypedLiteralImpl |
Modifier and Type | Method and Description |
---|---|
Literal |
LiteralExpression.getLiteral() |
Constructor and Description |
---|
LiteralExpression(Literal literal) |
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.graph.Node |
Tria2JenaUtil.convert2JenaNode(Literal literal) |
Modifier and Type | Method and Description |
---|---|
Iterator<Literal> |
GraphNode.getLiterals(UriRef property) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.