Interface BNode

All Superinterfaces:
Resource, Serializable, Value
All Known Implementing Classes:
AbstractBNode, CorruptIRIOrBNode, LmdbBNode, MemBNode, NativeBNode, SimpleBNode

public interface BNode extends Resource
An RDF-1.1 blank node (aka bnode, aka anonymous node). A blank node has an identifier to be able to compare it to other blank nodes internally. Please note that, conceptually, blank node equality can only be determined by examining the statements that refer to them.
See Also: