Interface | Description |
---|---|
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.
|
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()
|
Class | Description |
---|---|
Variable |
This variable models wild-cards in triple pattern queries.
|
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.