Package com.stardog.stark
Interface BNode
-
@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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
id()
The identifier of the node
-