Interface BNode

  • All Superinterfaces:
    Resource, java.io.Serializable, Value

    @Immutable
    public interface BNode
    extends Resource

    A Blank Node, aka BNode, in an RDF graph. These are generally locally scoped to a specific RDF document or RDF database and are often an artifact of serialization.

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    See Also:
    Blank Nodes in RDF
    • Method Detail

      • id

        @Nonnull
        java.lang.String id()
        The identifier of the node
        Returns:
        the node's id