java.lang.Object
org.apache.jena.rdfpatch.system.URNs

public class URNs extends Object
Some functions to do with URN Nodes. All UUID generation should go though this class.
  • Field Details

  • Constructor Details

    • URNs

      public URNs()
  • Method Details

    • genUUID

      public static UUID genUUID()
      Generate a UUID
    • unique

      public static org.apache.jena.graph.Node unique()
      This is not a function! It returns a fresh UUID URI on every call.
    • unique

      public static org.apache.jena.graph.Node unique(String schemeName)
      This is not a function! It returns a fresh UUID URI with the given scheme name on every call.