|
Interface Summary |
| BlankNode |
marker interface
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |
| DatatypeLiteral |
RDF Literal representation of a datatype (usually xml schema datatype)
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |
| LanguageTagLiteral |
sub-interface of RDFLiteral that represents Language Tag Literals
Implementations are expected to have valid implementations of equals( Object )
and hashCode() |
| Literal |
This Interface represents a RDF literal. |
| Node |
Marker interface for RDF types (URI, BlankNode, Literal)
The following sorting order is defined by different Node types: URI >
BlankNode > PlainLiteral > LanguageTaggedLiteral > DatatypedLiteral
Nodes are expected to have correct implementations of equals(Object other)
and hashcode() |
| NodeOrVariable |
Implementations are supposed to have correct implementations of equals() and
hashCode() |
| 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() |
| Resource |
Marker interface for RDF resources (BlankNode and URI). |
| ResourceOrVariable |
Implementations are supposed to have correct implementations of equals() and
hashCode() |
| URI |
Interface for URI implementations. |
| UriOrVariable |
Implementations are supposed to have correct implementations of equals() and
hashCode() |