Class AnonId

java.lang.Object
org.apache.jena.rdf.model.AnonId

public class AnonId extends Object
System id for an anonymous node.

Blank nodes have identity (.equals tells them apart) but have no web-visible external stable identifier like a URI.

The Jena API has traditionally had AnonId in the RDF API.

This id is guaranteed to be unique on this machine.

  • Constructor Details

    • AnonId

      public AnonId()
    • AnonId

      public AnonId(String idStr)
      Create a new AnonId from the string argument supplied
      Parameters:
      idStr - A string representation of the id to be created.
  • Method Details