Interface BNode

All Superinterfaces:
Resource, 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:
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    The identifier of the node
  • Method Details

    • id

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