org.apache.clerezza.rdf.core
Interface Literal

All Superinterfaces:
Resource
All Known Subinterfaces:
PlainLiteral, TypedLiteral
All Known Implementing Classes:
PlainLiteralImpl, TypedLiteralImpl

public interface Literal
extends Resource

Represents a literal value that can be a node in an RDF Graph. Literals are used to identify values such as numbers and dates by means of a lexical representation. There are two types of literals represented by the subinterfaces PlainLiteral and TypedLiteral

Author:
reto

Method Summary
 String getLexicalForm()
           
 

Method Detail

getLexicalForm

String getLexicalForm()
Returns:
the text of this literal


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.