de.hedenus.rdfschema
Interface Literal

All Superinterfaces:
Resource
All Known Implementing Classes:
LiteralImpl

public interface Literal
extends Resource

rdfs:Literal.

Author:
Michael Hedenus

Field Summary
static java.lang.String URI
           
 
Method Summary
 java.lang.String datatype()
          Returns the datatype URI or null if the literal has no datatype URI.
 java.lang.String language()
          Returns the language or null if the literal has no language specifier.
 java.lang.String toString()
          Returns the string value of the literal.
 
Methods inherited from interface de.hedenus.rdfschema.Resource
about, getProperties, getProperty, getProperty, getProperty
 

Field Detail

URI

static final java.lang.String URI
See Also:
Constant Field Values
Method Detail

toString

java.lang.String toString()
Returns the string value of the literal.

Overrides:
toString in class java.lang.Object

language

java.lang.String language()
Returns the language or null if the literal has no language specifier.


datatype

java.lang.String datatype()
Returns the datatype URI or null if the literal has no datatype URI.