| Subinterfaces of Literal in org.ontoware.rdf2go.model.node |
interface |
DatatypeLiteral
RDF Literal representation of a datatype (usually xml schema datatype)
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |
interface |
LanguageTagLiteral
sub-interface of RDFLiteral that represents Language Tag Literals
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |
interface |
PlainLiteral
Marker interface for plain literals, i.e. those Literals that are neither
LanguageTagLiteral nor DatatypeLiteral
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |